RedisGraph

RedisGraph

RedisGraph is a graph database built on top of Redis that allows storing graph structures and running graph queries and algorithms. It provides indexing and query optimization for fast traversals and pattern matching.
RedisGraph image
graph database redis query traversal

RedisGraph: Graph Database

A graph database built on top of Redis, storing graph structures, running graph queries and algorithms, with indexing and query optimization for fast traversals and pattern matching.

What is RedisGraph?

RedisGraph is an open-source graph database developed by Redis Labs and built on top of Redis. It allows storing property graphs in Redis by extending it with custom data structures and commands optimized for graph operations.

Key features of RedisGraph include:

  • Native graph storage - Stores nodes and relationships as first-class citizens in Redis
  • Cypher query language support - Implements openCypher, allowing declarative graph queries
  • Index-free adjacency - Graph traversal using direct node lookups without index lookup latency
  • Graph algorithms - Algorithms like PageRank,shortest path, triangle count etc are implemented as Redis commands
  • Visualization - Built-in graphs visualization in RedisInsight and support for Graphexp
  • High performance - Fast queries via graph-specific optimizations and Redis speed
  • JSON import - Bulk loading graphs using JSON files
  • ACID transactions - Ensures graph integrity

Use cases include fraud detection, inventory mapping, real-time recommendation engines, master data management and more. RedisGraph scales to billions of edges across multiple machines.

RedisGraph Features

Features

  1. Graph database built on top of Redis
  2. Allows storing graph structures
  3. Runs graph queries and algorithms
  4. Provides indexing and query optimization
  5. Fast graph traversals and pattern matching

Pricing

  • Open Source

Pros

Built on top of Redis so inherits its advantages like speed and data structures

Scalable and distributed

Open source with permissive license

Can handle complex graph queries and algorithms

Integrates well with other Redis data structures and apps

Cons

Less full-featured than some dedicated graph databases

Requires expertise with Redis and graphs to use effectively

Not as mature or well-supported as some alternatives

Limited to capabilities of Redis engine underneath

Not optimized for very large or complex graph workloads


The Best RedisGraph Alternatives

Top Ai Tools & Services and Databases and other similar apps like RedisGraph


Amazon DynamoDB icon

Amazon DynamoDB

Amazon DynamoDB is a fast, fully managed and serverless NoSQL database service provided by Amazon Web Services (AWS). It offers reliable performance at any scale, integrated security, and in-memory caching for internet-scale applications.Some key features of DynamoDB include:High performance at any scale - It can handle more than 10 trillion...
Amazon DynamoDB image
Nebula graph icon

Nebula graph

Nebula Graph is an open-source, distributed graph database designed from the ground up to store and manage graph data at scale. Here are some key features of Nebula Graph:Distributed architecture that scales horizontally to handle large datasets and high throughputNative support for storing graph structures and running graph algorithmsHigh availability...
Nebula graph image
Neo4j icon

Neo4j

Neo4j is an open-source NoSQL graph database implemented in Java and Scala. Unlike traditional relational databases, Neo4j stores data structured as graphs consisting of nodes, edges, and properties that connect those node entities.At its core, Neo4j leverages graph structures rather than tables to represent and store data. This allows the...
Neo4j image
Titan Database icon

Titan Database

Titan is an open-source, distributed graph database designed to handle large-scale graph data sets efficiently. It utilizes a NoSQL architecture and provides linear scalability, as well as real-time data access through a transactional database.Some key features of Titan Database include:Support for graph structures containing hundreds of billions of vertices and...
NetworkX icon

NetworkX

NetworkX is an open-source Python package for creating, manipulating, and studying the structure, dynamics, and functions of complex networks. It enables users to represent many types of networks and analyze their properties and behavior. Some key features of NetworkX:Represents many real-world network types like social networks, biological networks, infrastructure networks,...
NetworkX image
TerminusDB icon

TerminusDB

TerminusDB is an open-source graph database optimized for collaboratively building interconnected knowledge graphs. It provides a flexible data modeling framework to capture the rich complexity of real-world systems and relationships.Key features of TerminusDB include:Collaborative knowledge graph construction enabling teams to build, extend, and refine shared data models over timeSupport for...
TerminusDB image
Wikibase icon

Wikibase

Wikibase is a free and open-source software developed by the Wikimedia Foundation to power its Wikidata project. It provides the technical infrastructure and features for Wikidata, which is a collaboratively edited multilingual knowledge base that aggregates structured data from various sources.Some key features of Wikibase include:Support for multilingual data through...
Wikibase image
Graph-tool icon

Graph-tool

graph-tool is an efficient Python module for manipulation and statistical analysis of large graphs and networks. It is designed to be both versatile and high-performance, aimed towards complex network research and analysis of large datasets.Some key features of graph-tool include:Implementation of data structures and algorithms for analysis of large networks...
Graph-tool image
Orient DB icon

Orient DB

OrientDB is an open source multi-model NoSQL database management system written in Java. It supports graph, document, key/value, and object data models, allowing storage of relationships between data within the database.OrientDB uses a schema-less document graph data model that stores data in documents similar to MongoDB, but also allows you...
Orient DB image
GraphStack.io icon

GraphStack.io

GraphStack.io is an open-source platform for building and querying knowledge graphs. It provides an intuitive interface for importing structured data from CSVs, databases, and other sources to create an integrated knowledge graph.Once the data is imported, GraphStack.io allows defining ontologies and relationships between entities. This allows exploring implicit connections in...
GraphStack.io image
ArangoDB icon

ArangoDB

ArangoDB is a native multi-model database system that supports multiple data models in one core engine and database system. The supported data models include graphs, documents (JSON documents), and key-value pairs. Using a single database system for multiple data models eliminates expensive data integration between systems and enables new graph...
ArangoDB image
Bitsy graph database icon

Bitsy graph database

Bitsy is an open-source, distributed graph database designed from the ground up to efficiently store and query highly connected data. It leverages modern advancements in areas like distributed systems, graph processing, and machine learning to offer unparalleled performance and scalability for connected data applications.As a native graph database, Bitsy uses...
Bitsy graph database image
LemonGraph icon

LemonGraph

LemonGraph is an open-source, schema-free graph database optimized for complex network analysis and AI projects. It provides high performance for traversing and querying highly connected graph data through its native graph storage and query engine.Key features of LemonGraph include:Schema-free data model that allows flexible property graphsNative graph storage for faster...
LemonGraph image
AllegroGraph icon

AllegroGraph

AllegroGraph is a high-performance graph database designed specifically for storing and querying Resource Description Framework (RDF) triplestores. It provides native support for W3C standards such as RDFS, Sparql 1.1, and SHACL for knowledge graph applications.Key features of AllegroGraph include:High performance on large and complex RDF datasets with billions of triplesSupport...
AllegroGraph image
Trinity Graph Engine icon

Trinity Graph Engine

Trinity Graph Engine is an open-source, distributed graph database purpose-built for machine learning and deep learning workloads. It allows storing massive-scale graph structured data and running high-performance graph algorithms at scale.Key capabilities and benefits of Trinity Graph Engine include:Distributed architecture for scalability and high availabilityNative support for common graph operations...
JanusGraph icon

JanusGraph

JanusGraph is an open-source, distributed graph database designed to store and query very large graphs efficiently. It was originally developed by Expero and later became a Linux Foundation project under the JanusGraph branding.Some key features and capabilities of JanusGraph include:Scalability to billions of vertices and edgesSupport for a variety of...
JanusGraph image
Flockdb icon

Flockdb

Flockdb is an open-source, distributed graph database written in the Go programming language. It is designed to store data as nodes and relationships, optimized to store and query highly interconnected data.Some key features and characteristics of Flockdb:Open-source and free to use under the Apache 2.0 licenseDistributed architecture for horizontal scalability...
Flockdb image