uwiger/gproc
Extended process registry for Erlang observed · 2026-08-28
Health v2 · maintenance only
75/100
- Activity 96
- Release rhythm 35
- Longevity 100
Flags: no_releases
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: n/a
- age_days: 6047
- days_rel: n/a
- days_push: 24
- n_releases_24m: 0
Adoption not part of the score
1101 stars · 230 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Gproc is an extended process registry and dictionary for Erlang/OTP, supporting arbitrary-term aliases, multiple registrations, counters, and a global (multi-node) registry. It also enables pub/sub messaging and QLC/match-spec based queries over registered process metadata.
Use cases
- register erlang processes under custom aliases
- build publish-subscribe messaging in erlang
- find processes by metadata in a running system
- wait for a process to register itself
- maintain aggregated counters across processes
- share a registry across a cluster of erlang nodes
- give away a registered name to another process atomically
When to choose
- you need richer process naming than Erlang's built-in `whereis/1` allows
- you want pub/sub or process discovery patterns in an Erlang/Elixir app
- you need a global registry spanning multiple nodes
When to avoid
- you only need simple single-name registration, which the built-in Erlang registry handles
- your system cannot tolerate the overhead of a central registry process
Facets
library · maturity stable
concurrency developer-tools microservices developer-tools backend elixir windows process-registry pubsub erlang process-aliases service-discovery linux macos
1 source
- readme: https://github.com/uwiger/gproc · fetched 2026-08-28 · ca5b1b8240fe
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| uwiger/gproc | main | 75 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem