1.4 KiB
1.4 KiB
FalkorDB
FalkorDB is a low-latency property graph database that leverages sparse matrices and linear algebra for high-performance graph queries. It is a community-driven fork of RedisGraph, optimized for large-scale knowledge graphs and AI-powered applications.
Getting Started
-
Copy
.env.exampleto.envand adjust the configuration as needed. -
Start the service:
docker compose up -d -
Access the FalkorDB Browser at
http://localhost:3000. -
Connect to the database using
redis-clior any Redis-compatible client on port6379.
Environment Variables
| Variable | Description | Default |
|---|---|---|
FALKORDB_VERSION |
Version of FalkorDB image | v4.14.11 |
FALKORDB_PORT_OVERRIDE |
Host port for Redis protocol | 6379 |
FALKORDB_BROWSER_PORT_OVERRIDE |
Host port for Browser UI | 3000 |
FALKORDB_CPU_LIMIT |
Maximum CPU cycles | 1.00 |
FALKORDB_MEMORY_LIMIT |
Maximum memory | 2G |