Note: This in just a Proof of Concept, it is not suited for production usage. This repository provides a docker-compose stack and helm chart for running memgraph.
- Configure variables in .env. See .env.example for template. Reasonable defaults are provided.
-
Run with docker-compose
docker-compose up -d
This chart is still work in progress and not yet published.
With Helm:
helm update --install memgraph charts/memgraph
We provide a Tiltfile
, for devlopping or testing the chart you can simply:
tilt up