You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @lostideaslab
I don't know if anybody still working on this, but, yes both Neo4j and orientDB are getting much attention in NoSQL databases field. Also, NeoEloquent is very efficient eloquent driver for laravel for Neo4j. Actually, at beginning, I had taken most of the references from it. I have stopped working on this because the project for which I was developing Oriquent is no more in development. But I will soon restart working on it as I am thinking to use Laravel + OrientDB in my upcoming personal project.
Hi,
how can I write queries with functions like shortestpath or dijkstra or any other orientdb function?
for example, how can I write this query?
SELECT shortestPath(#8:32, #8:10, 'OUT')
The text was updated successfully, but these errors were encountered: