Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 377 Bytes

File metadata and controls

25 lines (16 loc) · 377 Bytes

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 ./...