tinyflow-framework 0.1.1

Streaming runtime engine — checkpoint, chained task execution, and state store
Documentation
1
2
3
4
5
6
7
pub mod chain_state_dir;
pub mod job_state_dir;
pub mod sqlite_job_state;

pub use chain_state_dir::open_chain_state_db;
pub use job_state_dir::open_job_state_db;
pub use sqlite_job_state::SqliteJobStateStore;