Hacker News new | ask | show | jobs
by phowson83 2227 days ago
Can I use all NetworkX features and library functions from within memgraph, e.g. can I apply k_components to graph held within memgraph?
1 comments

Yes, Memgraph has an embedded Python interpreter so you can run any NetworkX graph algorithm or any other Python code. The code has access to the whole graph, so a bunch of options exists. The entire Python integration is still in the early days, and we have a bunch of plans on how to improve further. What Python libraries do you generally use?