# uwiger/gproc

Extended process registry for Erlang

Repository: https://github.com/uwiger/gproc
Canonical: https://ross.abutalabs.com/products/gproc
Language: Erlang
License: Apache-2.0
License Family: permissive
Last push: 2026-08-09T11:22:16+00:00

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

## Adoption (not part of the score)
Stars 1101, forks 230 (observed 2026-08-28T04:03:35.625476+00:00)

## What it is
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
- artifact type: library
- maturity: stable
- function: concurrency, developer-tools
- domain: microservices, developer-tools, backend
- platform: elixir, windows
- tags: process-registry, pubsub, erlang, process-aliases, service-discovery, linux, macos

## Member repositories
- uwiger/gproc (main) score 75

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:35.625476+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-30T06:45:44.850770+00:00, confidence not recorded.
  - readme: https://github.com/uwiger/gproc (fetched 2026-08-28T04:03:35.625476+00:00, sha ca5b1b8240fe)
- Data as of 2026-08-30T08:39:29.467469+00:00.
