hasura/skor
Now part of Hasura GraphQL Engine. Listen to postgres events and forward them as JSON payloads to a webhook observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- 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-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3051
- days_rel: n/a
- days_push: 1685
- n_releases_24m: 0
Adoption not part of the score
1243 stars · 42 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Skor is a small C utility that listens to PostgreSQL LISTEN/NOTIFY events via triggers and forwards row changes (INSERT/UPDATE/DELETE) as JSON payloads to a configured webhook. It has been superseded and folded into the Hasura GraphQL Engine, which offers reliable, scalable event delivery.
Use cases
- send postgres row changes to a webhook as json
- trigger external actions when a database table row changes
- forward database change events to kafka or amqp
- lightweight change data capture for postgres
- notify microservices on insert update delete events
When to choose
- you need a tiny, lightweight postgres-to-webhook notifier without extra infrastructure
- you already run a simple setup and can tolerate no-retry, no-capture-while-down semantics
When to avoid
- you need guaranteed at-least-once delivery or retries
- you need events captured while the listener is down
- starting a new project - use Hasura GraphQL Engine instead
Facets
service · maturity maintenance
webhook message-queue database http-client databases backend self-hosted postgres-listen-notify change-data-capture event-driven deprecated hasura automation docker linux
1 source
- readme: https://github.com/hasura/skor · fetched 2026-08-28 · 3d376f3f9e12
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| hasura/skor | main | 32 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem