How to install MAGE?
note
The Docker Hub and Docker build installation methods only require you to install Docker while the Build from source on Linux method requires the installation of additional dependencies.
Memgraph compatibility
With changes in Memgraph API, MAGE started to track version numbers. Check out the table below which will reveal MAGE compatibility with Memgraph versions.
MAGE version | Memgraph version |
---|---|
>= 1.6 | >= 2.5.2 |
>= 1.4 | >= 2.4.0 |
>= 1.0 | >= 2.0.0 |
^0 | >= 1.4.0 <= 1.6.1 |
There are three methods to install and use MAGE locally:
- Docker Hub (recommended method ✔️)
- Docker build
- Install from source on Linux