Skip to main content

Crate rivet_cli

Crate rivet_cli 

Source
Expand description

Rivet — CLI tool to export PostgreSQL and MySQL tables to Parquet/CSV files (local, S3, GCS) with tuning profiles, preflight diagnostics, chunked parallelism, retry logic, and SQLite-backed state tracking.

This crate exposes its internals as public modules so that integration tests and downstream tooling can reuse the building blocks. The primary entry point for end users is the rivet binary (see src/main.rs).

Modules§

config
destination
enrich
error
format
notify
pipeline
preflight
quality
resource
source
state
tuning
types