faucet-cli 1.2.0

Config-driven CLI runner for faucet-stream pipelines (YAML / JSON, Meltano-style)
Documentation
1
2
3
4
5
6
//! serve HTTP handlers.
pub mod doctor;
pub mod health;
pub mod logs;
pub mod runs;
pub mod schemas;