elixir-nebulex/nebulex
In-memory and distributed caching toolkit for Elixir. observed · 2026-08-28
Health v2 · maintenance only
92/100
- Activity 96
- Release rhythm 82
- 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: 20
- age_days: 3487
- days_rel: 122
- days_push: 24
- n_releases_24m: 8
Adoption not part of the score
1398 stars · 79 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Nebulex is an in-memory and distributed caching toolkit for Elixir that provides a cache abstraction layer similar to Ecto's database abstraction. It supports multiple cache backends via adapters (Redis, Memcached, local caches) and offers declarative decorator-based caching, cache usage patterns, and distributed cache topologies.
Use cases
- add caching to an existing Elixir application transparently
- set up a distributed cache across Elixir nodes
- cache Ecto query results declaratively with decorators
- swap cache backends like Redis or Memcached without changing application code
- implement cache-aside and read-through patterns in Elixir
- build a generational local in-memory cache
When to choose
- you are building an Elixir application and need a flexible caching abstraction with pluggable adapters
- you need distributed cache topologies or declarative caching decorators
- you want an Ecto-like consistent API across different cache implementations
When to avoid
- you need a simple standalone key-value store without an abstraction layer
- your project is not in the Elixir/BEAM ecosystem
- you need a cache server itself rather than a client-side caching framework
Facets
framework · maturity stable
caching middleware backend web-development microservices developer-tools elixir cross-platform cache-abstraction distributed-cache declarative-caching ecto redis memcached adapters
2 sources
- readme: https://github.com/elixir-nebulex/nebulex · fetched 2026-08-28 · d69fc6c8abd7
- homepage: https://nebulex.hexdocs.pm · fetched 2026-08-29 · 3b1144dc7416
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| elixir-nebulex/nebulex | main | 92 |
For agents
markdown · JSON · MCP: product_card(name="elixir-nebulex/nebulex")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem