Skip to content

Stateful stream engine for software engineers

Notifications You must be signed in to change notification settings

reduction-dev/reduction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

4b80112 · May 2, 2025
Apr 3, 2025
Apr 8, 2025
Jan 27, 2025
Apr 4, 2025
Apr 25, 2025
May 2, 2025
Apr 8, 2025
May 2, 2025
May 2, 2025
Jan 15, 2025
Apr 25, 2025
Apr 25, 2025
Apr 25, 2025
Apr 4, 2025
Apr 10, 2025
May 2, 2025
Jan 23, 2025
Apr 25, 2025
Apr 8, 2025
May 2, 2025
Mar 31, 2025
Apr 23, 2025
Feb 18, 2025
Apr 2, 2025
Apr 8, 2025
Mar 5, 2025
Jan 17, 2025
May 2, 2025
May 2, 2025
Jan 23, 2025
Jan 23, 2025

Repository files navigation

Reduction

Reduction lets small teams of software engineers build stateful data pipelines. If you can use a hash map then you can create a Reduction job to power realtime analytics.

Development

Setup

Run one-time setup:

./scripts/setup

Generate the protobuf code:

./scripts/gen

Run the tests

go test ./...