Discover and explore top open-source AI tools and projects—updated daily.
Graph analytics extension for Memgraph DB via Cypher query language
Top 86.3% on SourcePulse
MAGE (Memgraph Advanced Graph Extensions) provides a collection of user-defined graph analytics modules and procedures that extend Memgraph's Cypher query language. It empowers users to implement and run various graph algorithms directly within Memgraph, catering to data scientists, researchers, and developers working with graph databases.
How It Works
MAGE leverages Memgraph's query module system, allowing algorithms to be written in C++, Python, and Rust. These modules are loaded dynamically by Memgraph, extending its capabilities with custom procedures. This approach enables efficient execution of complex graph algorithms directly within the database, avoiding costly data transfers and enabling real-time analytics.
Quick Start & Requirements
docker run -p 7687:7687 -p 7444:7444 memgraph/memgraph-mage
libcurl4
, libssl-dev
, build-essential
, cmake
, g++
, clang
).Highlighted Details
Maintenance & Community
Licensing & Compatibility
Limitations & Caveats
1 day ago
1 day