Memgraph is an in-memory graph database engineered to power real-time operational graph applications. Memgraph supports the Cypher and integrates deeply with the Python ecosystem to help you easily develop and deploy graph-based applications.
Can I use all NetworkX features and library functions from within memgraph, e.g. can I apply k_components to graph held within memgraph?
Report
Maker
@philip_howson 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 other Python libraries do you generally use?
Report
@marko_budiselic sounds great! Looks like an amazing product, definitely going to check it out! I assume since it has a python interpreter built in, in theory I can use pretty much any python module?
Congrats on the launch :) As a neo4j user, will try this out soon and let you know. Also, does version 1 comes with cluster support?
Report
Maker
@ambi Thank you! Take it for a spin and let us know if we can help out - we would appreciate the feedback. We will have full high availability replication with automatic failover ready in the next quarter - we reimplemented the old one we had to significantly improve performance. Stay tuned for that. Btw, what's your use-case for using graphs?
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 are the other NetworX algorithms important to you?
Report
Congrats on the launch! :D Is it possible to use Memgraph for some IoT use-case? What would be the typical use-case?
Congrats people, the work you do is simply amazing! What are the next things you're going to focus on?
Report
Maker
@marstupa Thank you! On the core product side, we have a bunch of stuff going on, most notably high-availability replication + the whole data analytics and machine learning capabilities. We also want to offer more on the full managed side. Is there anything else you would like to see?
Bunch
PrefabList