Docs.rs
cdcflow-0.1.0
cdcflow 0.1.0
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
manfredcml
Dependencies
arrow-array ^57
normal
arrow-schema ^57
normal
async-trait ^0.1
normal
axum ^0.8
normal
bytes ^1
normal
chrono ^0.4
normal
clap ^4
normal
dirs ^6
normal
futures-util ^0.3
normal
iceberg ^0.8
normal
iceberg-catalog-rest ^0.8
normal
mysql_async ^0.36
normal
nix ^0.31.2
normal
ordered-float ^5.1.0
normal
parquet ^57
normal
postgres-protocol ^0.6
normal
rdkafka ^0.39.0
normal
reqwest ^0.13.2
normal
rusqlite ^0.38.0
normal
serde ^1
normal
serde_json ^1
normal
thiserror ^2
normal
tokio ^1
normal
tokio-postgres ^0.7
normal
tokio-util ^0.7
normal
tower-http ^0.6
normal
tracing ^0.1
normal
tracing-subscriber ^0.3
normal
uuid ^1
normal
tempfile ^3
dev
testcontainers ^0.27.1
dev
testcontainers-modules ^0.15.0
dev
tower ^0.5
dev
Versions
45.72%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
Module source
cdcflow
0.1.0
Module source
Module Items
Modules
Enums
Traits
In crate cdcflow
cdcflow
Module
source
Copy item path
Source
Modules
§
mysql
postgres
Enums
§
Source
Event
Events emitted by a source to the pipeline.
Traits
§
Source
Trait for CDC sources. Each database implementation (Postgres, MySQL, etc.) implements this trait to provide snapshot and streaming capabilities.