Local Installation
Run RushDB on your machine. Pick the option that fits your workflow.
Docker
RecommendedBeginnerSpin up RushDB and Neo4j together with Docker Compose, or run a single container against an existing Neo4j instance.
Prerequisites
- Docker 24+
- Docker Compose 2.20+
Key Commands
docker compose up -d
DockerDocker ComposeNeo4j
View full guide From Source
IntermediateClone the repository and run the NestJS dev server. Ideal for contributors or those who need to run unreleased code.
Prerequisites
- Node.js 20+
- pnpm 9+
- Neo4j + APOC Core
Key Commands
git clone https://github.com/rush-db/rushdb.gitcd rushdb && pnpm installpnpm dev
NestJSNode.jsDevelopment
View full guide Helm
AdvancedDeploy RushDB on Kubernetes with the Helm chart. Includes values reference, ingress configuration, and Neo4j wiring.
Prerequisites
- Kubernetes 1.27+
- Helm 3.12+
Key Commands
helm install rushdb oci://ghcr.io/rush-db/charts/rushdb
KubernetesHelmProduction
View full guide Not running locally?