Hacker News new | ask | show | jobs
by bkubicka 2235 days ago
Congrats on the launch! Which graph algorithms do you support?
1 comments

Thank you! Memgraph has built-in BFS, DFS, and weighted-shortest path. These can leverage the query planning (use the details about data distribution to perform better). Since query modules are introduced, algorithms like Page Rank could be easily implemented. Memgraph offers a couple of them out of the box. Last but not least, all algorithms from the Python eco-system could be run inside Memgraph.