faucet-cli 1.8.1

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
//! `faucet replicate` — consistent snapshot → CDC streaming handoff.
//!
//! A CLI-level orchestration layer (like `schedule`/`serve`) over
//! `expand` + `executor::run_expanded`. See
//! `docs/superpowers/specs/2026-06-13-replication-snapshot-cdc-handoff-design.md`.

pub mod compiled;
pub mod orchestrator;
pub mod spec;
pub mod state;

pub use orchestrator::{ReplicationOptions, run_replication};