Replies: 1 comment
-
I'm most interested in the path finding algorithms. I was hoping to use SurrealDB for an experimental project, but because it doesn't have any path finding algorithms yet, I'll be using neo4j for now... https://neo4j.com/docs/graph-data-science/current/algorithms/pathfinding/ It would be ideal if some of these were supported out-of-the-box, but even better if plugins could be written in Rust by the community to support these and other use cases. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Research Links
Graph Databases for Beginners: Graph Search Algorithm Basics - Neo4j Graph Data Platform
Traversals in depth
Depth First Search
Deep Dive Into Graph Traversals
Beta Was this translation helpful? Give feedback.
All reactions