# hasura/skor

Now part of Hasura GraphQL Engine. Listen to postgres events and forward them as JSON payloads to a webhook

Repository: https://github.com/hasura/skor
Canonical: https://ross.abutalabs.com/products/skor
Homepage: https://hasura.io/event-triggers
Language: C
License: Apache-2.0
License Family: permissive
Last push: 2022-01-21T17:51:35+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 3051, "days_push": 1685, "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 1243, forks 42 (observed 2026-08-28T04:04:06.573257+00:00)

## What it is
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
- artifact type: service
- maturity: maintenance
- function: webhook, message-queue, database, http-client
- domain: databases, backend
- platform: self-hosted
- tags: postgres-listen-notify, change-data-capture, event-driven, deprecated, hasura, automation, docker, linux

## Member repositories
- hasura/skor (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:06.573257+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-30T05:08:19.362556+00:00, confidence not recorded.
  - readme: https://github.com/hasura/skor (fetched 2026-08-28T04:04:06.573257+00:00, sha 3d376f3f9e12)
- Data as of 2026-08-30T08:39:29.467469+00:00.
