Table of contents
1.
Introduction
2.
Redis Graph
3.
References of Redis Graph
3.1.
Redis | Learn & Practice from Coding Ninjas Studio (Blogs): 
3.2.
Development Tutorials: 
3.3.
Building a Multi-dimensional Analytics Engine with RedisGraph (Video) 
3.4.
RedisGraph Elixir client (Blog): 
3.5.
RedisGraph GraphBLAS Enabled Graph Database (Article): 
3.6.
What’s New in RedisGraph 1.2.0 (Blog):
3.7.
Benchmarking RedisGraph 1.0 (Blog):
3.8.
RedisGraph A Low Latency Graph (Slides):
3.9.
Investigating RedisGraph (Blog):
4.
FAQs
4.1.
What is Redis?
4.2.
What is RedisGraph?
4.3.
What does it mean to be open-source?
4.4.
Why use RedisGraph?
4.5.
What is a NoSQL database?
5.
Conclusion
Last Updated: Mar 27, 2024

References of Redis Graph

Author Teesha Goyal
0 upvote

Introduction

Redis is a NoSQL database that is used by millions of users around the globe. It is an open-source database with an in-memory data store. It is used as a database, streaming engine, message broker, and cache. To learn about the NoSQL databases, visit our page, NoSQL Databases

Redis Graph

RedisGraph is a database that uses a graphical format to store the data in the Redis databases. It is built on a one-of-a-kind technique and architecture that converts Cypher queries into matrix operations that can be executed over the GraphBLAS engine. 

It is based on a property graph model where the graphs are represented as sparse adjacency matrices.

It is good when you have highly connected data. This new design for graph databases improves runs faster for operations on social networks data and real-time recommendations systems where the amount of data is enormous and is highly interconnected.

References of Redis Graph

Following are the most prominent references to learn more about RedisGraph. These references will help you understand how to install, set up, and use RedisGraph to its full potential. 

Redis | Learn & Practice from Coding Ninjas Studio (Blogs): 

This is the Coding ninjas site for Redis. Here you can find different blogs and material to learn Redis.

Development Tutorials: 

The official Redis Developer site is best for getting started and moving ahead with RedisGraph. The page is filled with information.

Building a Multi-dimensional Analytics Engine with RedisGraph (Video) 

It is a video by Matthew Goos - CTO/Cofounder of MDmetrix. In the video, he discussed how they(MDmetrix) used RedisGraph to provide timely analysis relevant to the varied needs of their customers.

RedisGraph Elixir client (Blog): 

It is a blog by Christopher Flynn, a Math Ph.D. The blog explains the implementation of RedisGraph and query fetching. 

RedisGraph GraphBLAS Enabled Graph Database (Article): 

An article by Pieter CailliauTim DavisVijay GadepallyJeremy KepnerRoi LipmanJeffrey Lovitz, and Keren Ouaknine

What’s New in RedisGraph 1.2.0 (Blog):

Official site blog by Roi Lipman. As the name suggests, this blog talks about the added features in the new RedisGraph 1.2.0 version.

Benchmarking RedisGraph 1.0 (Blog):

Another official site blog by Pieter Cailliau

RedisGraph A Low Latency Graph (Slides):

Another piece by Pieter Cailliau. A 57 slides presentation. 

Investigating RedisGraph (Blog):

A blog by Alister.

FAQs

What is Redis?

Redis is a NoSQL database that uses an in-memory datastore. It is an open-source database used by millions of users as a database, streaming engine, message broker, and cache.

What is RedisGraph?

RedisGraph is a database that uses a graphical format to store the data in the Redis databases. It is built on a one-of-a-kind technique and architecture that converts Cypher queries into matrix operations that can be executed over the GraphBLAS engine. 

What does it mean to be open-source?

Open source means that the code and software are openly available without charging the users. It is open for modifications and usage by anyone on the internet. 

Why use RedisGraph?

RedisGraph is good when you have highly connected data. This new design for graph databases improves runs faster for operations on social networks data and real-time recommendations systems where the amount of data is enormous and is highly interconnected.

What is a NoSQL database?

NoSQL databases store data without tables and are different from relational databases. Various NoSQL databases include document, key-value, column-oriented, and graph databases. 

Conclusion

In this article, we discussed some of the most prominent references of RedisGraph. To learn more about Redis, visit our page, Redis. To learn about the different Redis tools, go to Tools That Use Redis

Hope you would have gained a better understanding of these topics now!

Are you planning to ace the interviews of reputed product-based companies like AmazonGoogleMicrosoft, and more? 

Attempt our Online Mock Test Series on Coding Ninjas Studio now!

Happy Coding!

Live masterclass