Skip to main content

9 docs tagged with "Getting Started"

View all tags

Docker

Run RushDB locally with Docker Compose (full stack) or a single docker run command against an existing Neo4j instance.

From Source

Clone the RushDB repository and run the platform locally with pnpm dev — Neo4j and PostgreSQL start in Docker while the NestJS API and dashboard run as local Node.js processes.

Get API Key

Register for RushDB, create a project, and generate your first API token to start building.

Helm

Deploy RushDB on Kubernetes using the official Helm chart — values reference, Neo4j wiring, ingress, and persistence.

Importing from MongoDB

A step-by-step guide to migrating MongoDB collections to RushDB — nested documents, embedded arrays, upsert, and change streams

Local Installation

Run RushDB on your machine. Choose between Docker, running from source, or a Kubernetes Helm chart.