Chums! I know some would advise against this, but I have my reasons
I would like to create a multi user web application using Memgraph. There are potentially tens of thousands of relationships between each user, and likely a few thousand users at a time - hence why building in graph.
But as graph is early, some of the MVC frameworks I’m familiar with (like laravel) aren’t yet build to drive graphDB.
I found an eloquent driver for Neo4J and laravel - NeoEloquent
Is there a similar for Memgraph? Or are there frameworks out there which Memgraph has already integrated with?
Thanks!