English

RedisGraph GraphBLAS Enabled Graph Database

Databases 2019-12-03 v1 Performance

Abstract

RedisGraph is a Redis module developed by Redis Labs to add graph database functionality to the Redis database. RedisGraph represents connected data as adjacency matrices. By representing the data as sparse matrices and employing the power of GraphBLAS (a highly optimized library for sparse matrix operations), RedisGraph delivers a fast and efficient way to store, manage and process graphs. Initial benchmarks indicate that RedisGraph is significantly faster than comparable graph databases.

Cite

@article{arxiv.1905.01294,
  title  = {RedisGraph GraphBLAS Enabled Graph Database},
  author = {Pieter Cailliau and Tim Davis and Vijay Gadepally and Jeremy Kepner and Roi Lipman and Jeffrey Lovitz and Keren Ouaknine},
  journal= {arXiv preprint arXiv:1905.01294},
  year   = {2019}
}

Comments

Accepted to IEEE IPDPS 2019 GrAPL workshop