apache/geode
Apache Geode observed · 2026-08-28
Health v2 · maintenance only
90/100
- Activity 99
- Release rhythm 74
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: 59
- age_days: 4143
- days_rel: 95
- days_push: 7
- n_releases_24m: 6
Adoption not part of the score
2378 stars · 693 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Apache Geode is a distributed in-memory data management platform (originally GemFire) providing real-time, consistent, low-latency access to data across widely distributed cloud architectures. It pools memory, CPU, and network resources across processes, offering replication, partitioning, ACID transactions, OQL querying, and reliable event notifications.
Use cases
- low-latency in-memory data grid for trading platforms
- distributed cache with replication and partitioning across a cluster
- run ACID transactions on colocated in-memory data
- query in-memory data with OQL and indexes
- build a 24x7 highly available data layer for cloud applications
- event notifications with guaranteed message delivery between services
- persist in-memory data with write-ahead logging for fast recovery
When to choose
- you need sub-millisecond, linearly scaling reads and writes across a cluster
- you require database-like consistency and ACID transactions in an in-memory data grid
- you need elastic sharding and replication with fast parallel node recovery
- you want a mature, battle-tested platform for financial or enterprise workloads
When to avoid
- you need a simple embedded cache where Redis or Caffeine suffices
- your dataset fits comfortably in a traditional relational database
- you want a managed cloud-native NoSQL store without self-hosted cluster operations
- your team cannot operate a JVM-based distributed cluster
Facets
service · maturity stable
database caching search-engine streaming message-queue databases microservices big-data fintech cloud-computing jvm cross-platform self-hosted in-memory-data-grid distributed-cache data-grid gemfire oql data-partitioning replication low-latency apache docker
4 sources
- readme: https://github.com/apache/geode · fetched 2026-08-28 · 172c745f936e
- homepage: https://geode.apache.org/ · fetched 2026-08-29 · a0970c9d109e
- site_page: https://geode.apache.org/docs · fetched 2026-08-29 · 148f4a56e778
- site_page: https://geode.apache.org/releases · fetched 2026-08-29 · d8874acb8e82
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| apache/geode | main | 90 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem