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.
@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?
@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?
@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?