feat: Add FalkorDB Target #1481
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This PR adds FalkorDB as a new built-in property graph target for CocoIndex. FalkorDB is a high-performance graph database built on Redis that provides ultra-fast graph operations and Cypher query support.
Changes Made
New FalkorDB Target Implementation (
rust/cocoindex/src/ops/targets/falkordb.rs)Python Bindings (
python/cocoindex/targets/_engine_builtin_specs.py)FalkorDBConnection- connection specificationFalkorDB- target specificationFalkorDBDeclaration- declaration specification for nodesComplete Working Example (
examples/docs_to_knowledge_graph_falkordb/)Dependencies
falkordbcrate (v0.1.11) to Cargo.tomlMotivation and Context
FalkorDB offers several advantages:
This addition provides users with an alternative to Neo4j that's easier to deploy for local development and smaller-scale production workloads.
Breaking Changes
❌ No breaking changes - This is a purely additive feature.
Testing
Related Issues
Closes # (if there's a related issue, add the number here)
Checklist