arcon 0.2.1

A runtime for writing streaming applications
Documentation
1
2
3
4
5
6
7
8
/// A [kompact] component that injects epoch markers into the dataflow
pub mod epoch;
/// A [kompact] component that keeps track of a set of Arcon nodes
pub mod node;
/// A [kompact] component that keeps track of one or more source components
pub mod source;

pub mod snapshot;