Details
- Vendor
- FalkorDB
- Type
- Property Graph
- Kind
- Embedded
- Category
- Emerging
- License
- SSPL-1.0
- Language
- Python
- Query Languages
- openCypher
- Protocols
- Redis RESP
The go-to resource for graph technology details
An embedded property graph database for Python that bundles a Redis server with the FalkorDB module into a zero-configuration package. Provides the same GraphBLAS-based query engine as FalkorDB with data persistence, sync and async APIs, and support for multiple independent graphs per instance.
Protocols Redis RESP
Auto-manages an embedded Redis server with the FalkorDB module (RESP protocol, reachable on a local port); found no evidence of Bolt support specific to falkordblite, unlike the draft.
It provides a built-in Redis server with FalkorDB module that is automatically installed, configured and managed when the bindings are used.FalkorDB/falkordblite · reviewed 2026-08-02
License SSPL-1.0
Confirms current value for the graph engine itself: falkordblite's own wrapper code (a redislite fork) is BSD-3-Clause per its LICENSE.txt/README, but it downloads and bundles the FalkorDB module, which is licensed under the Server Side Public License (SSPL-1.0); that is what actually implements the graph database.
Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed.LICENSE.txt · reviewed 2026-08-02
FalkorDBLite is Free software under the New BSD license, see LICENSE.txt for details.FalkorDB/falkordblite · reviewed 2026-08-02
Released 2025-10
Confirms current value; GitHub repo created 2025-10-12, and the first PyPI release (0.1.0) was uploaded 2025-10-14.
"created_at": "2025-10-12T18:35:54Z",falkordblite · reviewed 2026-08-02
Language Python
Confirms current value for the distributed package itself: the falkordblite repo's own authored code is nearly all Python (per GitHub's language breakdown), since it is a Python embedding harness. The actual graph query engine it bundles (FalkorDB) is written in C.
FalkorDBLite is a self-contained Python interface to the FalkorDB graph database.FalkorDB/falkordblite · reviewed 2026-08-02