Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                

Learn

How to query Graph data in Redis using JavaScript

Ajeet Raina
Author
Ajeet Raina, Former Developer Growth Manager at Redis

RedisGraph is the fastest graph database that processes complex graph operations in real time, 10x – 600x faster than any other graph database. Show how your data is connected through multiple visualization integrations including RedisInsight, Linkurious, and Graphileon. Query graphs using the industry-standard Cypher query language and easily use graph capabilities from application code.

Follow the steps below to get started with RedisGraph with Java:

Save the above file as "app.js".

Run the RedisInsight container. The easiest way is to run the following command:

Next, point your browser to http://localhost:8001.

You can display the number of records returned by a query:

  • •Learn more about RedisGraph in the Quickstart tutorial.