streamy-db icon indicating copy to clipboard operation
streamy-db copied to clipboard

Deterministic transactional database layer on top of a stream processing engine

Streamy-db

Streamy-db is a deterministic streaming database implementation. It should (in theory) be scalable and low latency.

It adapts Calvin onto a stream processing framework.

Currently there is scala code for both flink and beam (using scio).

This is only a prototype / proof of concept.

A blog post explaining the contents of the repo is available.