Skip to content

Latest commit

 

History

History
64 lines (41 loc) · 820 Bytes

File metadata and controls

64 lines (41 loc) · 820 Bytes

Airbyte Replication Driver

Utils

yq --prettyPrint -o=json replication-output-sample.yaml

Testing

https://nexte.st/index.html

https://github.com/kubernetes-sigs/kwok/

# Unit tests
cargo test
# Integration tests
cargo test -- --ignored
# All tests
cargo test -- --include-ignored

Benchmarking

cargo install cargo-benchcmp
cargo install flamegraph

Audits

cargo install cargo-audit
cargo audit

Operating

Local

airbyte-replication-driver --command state --replication hello-airbyte-file-to-csv --store-path tmp

K8s

airbyte-replication-driver --command state --replication hello-airbyte-file-to-csv --store k8s 

Monitoring

cargo install --locked tokio-console

CLI

Integrations