We’re excited to announce that FalkorDB 4.0 Beta is now available for download and testing. FalkorDB is a graph database that builds on the legacy of RedisGraph, which was discontinued by Redis a few months ago. FalkorDB aims to provide a fast, scalable and reliable graph solution for your data needs.
Docker container: docker run -it -p 6379:6379 -p 7687:7687 falkordb/falkordb:v4.0.1
Try it on
Docker: sudo docker run -it -p 6379:6379 -p 7687:7687 falkordb/falkordb
Free FalkorDB Cloud: https://app.falkordb.cloud/
FalkorDB 4.0.0 first beta introduces some major features and enhancements over RedisGraph:
Vector indexing support: You can now index your graph nodes and edges based on a vector representation.
Bolt protocol support: You can now connect to FalkorDB using the popular Bolt protocol, which is widely used by Neo4J clients and tools. This makes it easier to migrate from Neo4J to FalkorDB with almost no changing your code or queries. Note, Bolt Websocket is not supported yet.
Bug fixes and stability improvements: We have fixed several critical bugs that could cause crashes and data loss in RedisGraph, and improved the overall performance and stability of FalkorDB.
Some of the notable critical bug fixes:
Zero length traversals are now treated as variable length traversals, which prevents server crashes and data loss. (#478)
Properties function now returns a new map instead of modifying the original one, which prevents data corruption and inconsistency. (#462)
CREATE clauses should not access their own entities, which prevents server crashes and data loss (#425)
We encourage all RedisGraph users to test FalkorDB 4.0 as soon as possible, as we plan to fix more critical bugs and release the final version of FalkorDB 4.0 soon.
We hope you enjoy using FalkorDB 4.0 beta and we welcome your feedback and suggestions. Please feel free to contact us on Discord or GitHub issues/discussions if you have any questions.