From 6550c2f51c9f749844673af4185b2d263f547f19 Mon Sep 17 00:00:00 2001 From: Masaki Yatsu Date: Mon, 1 Dec 2025 23:26:13 +0900 Subject: [PATCH] docs: write about FalkorDB --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 4a531bf..68efef4 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,7 @@ A remotely accessible Kubernetes home lab with OIDC authentication. Build a mode - **[Querybook](https://www.querybook.org/)**: Big data querying UI with notebook interface - **[ClickHouse](https://clickhouse.com/)**: High-performance columnar analytics database - **[Qdrant](https://qdrant.tech/)**: Vector database for AI/ML applications +- **[FalkorDB](https://www.falkordb.com/)**: Graph database with vector similarity search for knowledge graphs - **[Lakekeeper](https://lakekeeper.io/)**: Apache Iceberg REST Catalog for data lake management - **[Apache Superset](https://superset.apache.org/)**: BI platform with rich chart types and high customizability - **[Metabase](https://www.metabase.com/)**: Lightweight BI with simple configuration and clean, modern interface @@ -288,6 +289,16 @@ High-performance vector database: [📖 See Qdrant Documentation](./qdrant/README.md) +### FalkorDB + +High-performance graph database with vector capabilities: + +- **Knowledge Graphs**: Build and query complex relationship networks with OpenCypher +- **Vector Search**: Native vector similarity for GraphRAG applications +- **Redis Compatible**: Uses Redis protocol for easy integration + +[📖 See FalkorDB Documentation](./falkordb/README.md) + ### Lakekeeper Apache Iceberg REST Catalog: