RedisGraph 2.0
Pieter Cailliau
Product Manager, Redis Labs
PRESENTED
BY
What is RedisGraph?
Adjacency Matrices
PRESENTED
BY
Why RedisGraph?
PRESENTED
BY
● Full Text Search (FTS) support
○ Embedded RediSearch 1.6
○ Enables Graph-aided Search.
● Full graph response
○ Enabling visualisation.
○ RedisInsight via Ogma.js ( linkurio.us/ )
○ Third party integrations announced soon
● Significant amount of Cypher additions.
RedisGraph 2.0
Headlines
PRESENTED
BY
What’s new?
Broad support for Cypher
PRESENTED
BY
What’s new?
Broad support for Cypher - Triadic Closure
B
A
C
FRIENDS FRIENDS
??
MATCH(b)-[]-(a)-[]-(c)
WHERE a.name = {name}
WHERE NOT (b)-[]-(c)
...
PRESENTED
BY
What’s new?
Graph-Aided Search
+
PRESENTED
BY
What’s new?
Graph-Aided Search
Thirsty Demo
PRESENTED
BY
a graph local query that counts the number of nodes a single start node (seed) is
connected to at a certain depth, and only counts nodes that are k-hops away.
Benchmarking RedisGraph
K-hop neighborhood count query
k=1, c=2 k=2, c=3
PRESENTED
BY
Benchmarking RedisGraph
Query
k ∈[1,2,3,6]
seed ∈ {100K random
deterministic seeds}
PRESENTED
BY
Performance RedisGraph v1.2 vs 2.0
up to 3.7x more ops/sec
highly concurrent and
compute intensive
datasets benefit the most!
PRESENTED
BY
Performance RedisGraph v1.2 vs 2.0
up to 3.9x faster queries
highly concurrent and
compute intensive
datasets benefit the most!
PRESENTED
BY
• Thorough academic research
• Industry standard
• v2.0 supports the majority of test cases
New benchmark support going forward
LDBC
PRESENTED
BY
Partners | Integrations | Ecosystem
How can I get started?
redisgraph.io
Thank You!
tiny.cc/demoes-bengaluru

RedisGraph 2.0 by Pieter Cailliau - Redis Day Bangalore 2020