faucet-cli 1.10.0

Config-driven CLI runner for faucet-stream pipelines (YAML / JSON, Meltano-style)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//! serve HTTP handlers.
pub mod audit;
pub mod backfill;
#[cfg(feature = "catalog")]
pub mod catalog;
pub mod dlq;
pub mod doctor;
pub mod health;
pub mod logs;
pub mod reload;
pub mod runs;
pub mod schemas;
#[cfg(feature = "templates")]
pub mod templates;