Skip to content

Commit

Permalink
Add FalkorDB
Browse files Browse the repository at this point in the history
  • Loading branch information
szarnyasg committed Aug 25, 2024
1 parent 013e58d commit a89c79d
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -254,8 +254,8 @@ See also the [ongoing design of the GraphBLAS C++ API](https://people.eecs.berke
## Related libraries

* [Graphony](https://github.com/Graphegon/Graphony): a Python library for doing high-performance graph analysis using the GraphBLAS over sparse and hypersparse data sets. It uses pygraphblas to store graph data in sparse GraphBLAS matrices and node and edge properties in PostgreSQL.
* [FalkorDB](https://github.com/falkordb/falkordb) - a queryable property graph database, previously known as RedisGraph
* More pointers [below](#RedisGraph)
* [FalkorDB](https://github.com/falkordb/falkordb): a graph database that uses GraphBLAS under the hood for its sparse adjacency matrix graph.
* Note: Several developers of FalkorDB originally worked on [RedisGraph](#redisgraph) which was also powered by GraphBLAS.
* [Graphulo](https://graphulo.mit.edu/) (built for [Apache Accumulo](https://accumulo.apache.org/))
* More pointers [below](#Graphulo)
* [D4M](http://www.mit.edu/~kepner/D4M/)
Expand All @@ -275,6 +275,10 @@ See also the [ongoing design of the GraphBLAS C++ API](https://people.eecs.berke
* [Design and implementation for nonblocking execution in GraphBLAS: tradeoffs and performance](http://albert-jan.yzelman.net/PDFs/mastoras22a-rev.pdf) by Aristeidis Mastoras et al., ACM Transactions on Architecture and Code Optimization, 2022
* [Poster](http://albert-jan.yzelman.net/slides/siam-pp20-poster.pdf) by Albert-Jan Yzelman and W. J. Suijlen

### FalkorDB

* [FalkorDB](https://www.falkordb.com/)

### RedisGraph

* [Deep Dive into RedisGraph](https://www.youtube.com/watch?v=4KS2MRccQX4) (RedisConf 2019) by Roi Lipman
Expand Down

0 comments on commit a89c79d

Please sign in to comment.