# drasi-project/drasi-platform

The Data Change Processing platform

Repository: https://github.com/drasi-project/drasi-platform
Canonical: https://ross.abutalabs.com/products/drasi-platform
Homepage: https://drasi.io/
Language: C#
License: Apache-2.0
License Family: permissive
Topics: cdc, change-data-capture, change-detection
Last push: 2026-08-15T22:10:40+00:00

## Health v2 (maintenance only)
Score: 75/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 97, release rhythm 57, longevity 59
- inputs: {"age_days": 828, "days_push": 18, "days_rel": 285, "gap_med": 9.5, "n_releases_24m": 25}
- flags: prerelease_only
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1245, forks 88 (observed 2026-08-28T04:04:07.030930+00:00)

## What it is
Drasi is a Data Change Processing platform that monitors data sources for changes, evaluates them against continuously running Cypher queries, and triggers reactions automatically. It ships as an in-process Rust library (drasi-lib), a standalone server, and a Kubernetes-based platform.

## Use cases
- detect when a database row changes and trigger an alert
- monitor sensor data and react when a threshold is crossed
- build change-driven notifications without polling
- detect absence of expected data changes
- join and cross-reference changes across multiple data sources
- stream CDC events from PostgreSQL into custom reactions

## When to choose
- you need real-time reactions to data changes without polling or copying data to a data lake
- you want declarative Cypher queries instead of stitching together CDC, message queues, and stream processors
- you run Kubernetes and need scalable change detection across many sources

## When to avoid
- you only need simple batch ETL or scheduled data pipelines
- your sources lack change feeds or logs Drasi can monitor
- you need a fully managed SaaS event-processing service

## Facets
- artifact type: framework
- maturity: active
- function: streaming, database, message-queue, workflow-automation
- domain: databases, microservices
- platform: cross-platform, rust, cli
- tags: change-data-capture, cdc, continuous-queries, cypher, event-processing, reactive, real-time, data-engineering, automation, kubernetes, docker

## Member repositories
- drasi-project/drasi-platform (main) score 75

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:07.030930+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:09.129801+00:00, confidence not recorded.
  - readme: https://github.com/drasi-project/drasi-platform (fetched 2026-08-28T04:04:07.030930+00:00, sha 0b703088abee)
  - homepage: https://drasi.io/ (fetched 2026-08-29T12:19:38.753185+00:00, sha 35db71272757)
  - site_page: https://drasi.io/drasi-lib/getting-started (fetched 2026-08-29T12:19:38.788214+00:00, sha c8f6a59e90bf)
  - site_page: https://drasi.io/drasi-server/how-to-guides/installation (fetched 2026-08-29T12:19:38.790452+00:00, sha c627a11589b2)
  - site_page: https://drasi.io/drasi-server/how-to-guides/installation/download-binary (fetched 2026-08-29T12:19:38.792185+00:00, sha d93ba1ec463c)
  - site_page: https://drasi.io/drasi-server/how-to-guides/installation/install-with-docker (fetched 2026-08-29T12:19:38.793909+00:00, sha 9ef00df81274)
  - site_page: https://drasi.io/drasi-server/how-to-guides/installation/build-from-source (fetched 2026-08-29T12:19:38.796190+00:00, sha 8588344106fd)
  - site_page: https://drasi.io/drasi-server/tutorials/getting-started (fetched 2026-08-29T12:19:38.798223+00:00, sha 9d4faabacec6)
  - site_page: https://drasi.io/drasi-kubernetes/getting-started (fetched 2026-08-29T12:19:38.801638+00:00, sha 3305cf89edb1)
  - site_page: https://drasi.io/drasi-kubernetes/how-to-guides/installation (fetched 2026-08-29T12:19:38.804238+00:00, sha c6f540749626)
- Data as of 2026-08-30T08:39:29.467469+00:00.
