Skip to content

Commit

Permalink
Update index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gkorland authored Sep 16, 2023
1 parent 3777f6f commit 9ac1ecc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion index.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,10 @@ FalkorDB is a graph database built on Redis. This graph database uses [GraphBLAS
* Nodes can have multiple labels
* Relationships have a relationship type
* Graphs represented as sparse adjacency matrices
* [OpenCypher](http://www.opencypher.org/) with proprietary extensions as a query language
* Queries are translated into linear algebra expressions
* [OpenCypher](http://www.opencypher.org/) with proprietary extensions as a query language
* Support of both (RESP)[https://redis.io/docs/reference/protocol-spec/] and (Bolt)[https://en.wikipedia.org/wiki/Bolt_(network_protocol)]
* Indexing - FullText, Vector & Numeric

To see FalkorDB in action, visit [Demos](https://github.com/FalkorDB/FalkorDB/tree/master/demo).

Expand Down

0 comments on commit 9ac1ecc

Please sign in to comment.