Available query modules
MAGE, also known as Memgraph Advanced Graph Extensions, is an open-source repository that contains graph algorithms in the form of query modules written by the team behind Memgraph and its users. You can find and contribute implementations of various algorithms in multiple programming languages, all runnable inside Memgraph.
If you are using Docker and either memgraph-platform
or memgraph-mage
images, the MAGE library is already loaded and ready to be used so you can skip to
the guide on calling procedures within query
modules.
MAGE Documentation
Check out the MAGE documentation for a detailed overview of all the available modules and installation instructions.
MAGE Source code
Check out the MAGE source code on GitHub if you are interested in the underlying implementation.