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

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.


Table of contents