nodata 0.1.0

nodata is a kafka like message broker that is simple and easy to use, while relying on either local or s3 like data storage for consistency
1
2
3
4
pub mod consumers;
pub mod handler;
pub mod ingest;
pub mod staging;