FalkorDBLite
FalkorDBLite bundles Redis with the FalkorDB module into an embedded runtime that your application controls. It is ideal for local development, prototyping, offline demos, and CI/CD pipelines where you need a lightweight graph database without managing an external server.
Choose your SDK
- FalkorDBLite for Python —
pip install falkordblite - FalkorDBLite for TypeScript —
npm install falkordblite
What you get
- Embedded Redis + FalkorDB server started by your app with sensible defaults
- Full FalkorDB graph capabilities via the language SDKs
- Data persistence when a database path is provided
- Easy migration to remote FalkorDB by swapping the connection line in your code
When to use FalkorDBLite
- Local feature development and unit/integration testing
- Prototyping graph features without provisioning infrastructure
- Demos, workshops, and CI jobs that need a disposable graph database
- Small apps that prefer a single process runtime
For production workloads or multi-user deployments, move to FalkorDB Cloud or self-hosted FalkorDB using Docker or Kubernetes.