# RedisGraph/RedisGraph

A graph database as a Redis module

Repository: https://github.com/RedisGraph/RedisGraph
Canonical: https://ross.abutalabs.com/products/redisgraph
Homepage: https://redis.io/docs/stack/graph/
Language: C
License: NOASSERTION
License Family: other
Topics: graphdb, redis, module, opencypher, redisgraph, graphdatabase, graph-database, cypher, nosql, graph, property-graph
Last push: 2025-07-21T11:58:04+00:00

## Health v2 (maintenance only)
Score: 37/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 32, release rhythm 8, longevity 100
- inputs: {"age_days": 3464, "days_push": 408, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2041, forks 235 (observed 2026-08-28T04:06:08.542240+00:00)

## What it is
RedisGraph is a Redis module that adds a property graph database to Redis, queryable with the openCypher query language. It is implemented in C and executed in-memory via Redis.

## Use cases
- run cypher queries on a graph stored in redis
- store and query property graphs in memory
- build a social network graph with fast traversals
- query relationships between entities with openCypher
- add graph database capabilities to an existing redis deployment

## When to choose
- you already run Redis and need lightweight in-memory graph queries
- you want openCypher support with low-latency traversals
- your graph fits in memory and you can accept an unmaintained project

## When to avoid
- you need a maintained, supported graph database
- you need on-disk persistence or graphs larger than RAM
- you require long-term security updates

## Facets
- artifact type: library
- maturity: abandoned
- function: database, search-engine
- domain: databases, graph-processing
- platform: self-hosted, c
- tags: graph-database, redis-module, cypher, opencypher, property-graph, nosql, end-of-life, linux, macos, docker

## Member repositories
- RedisGraph/RedisGraph (main) score 37

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:08.542240+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T02:58:19.442731+00:00, confidence not recorded.
  - readme: https://github.com/RedisGraph/RedisGraph (fetched 2026-08-28T04:06:08.542240+00:00, sha 2c1c030df2a3)
- Data as of 2026-08-30T08:39:29.467469+00:00.
