Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
148 changes: 142 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ members = [
"core/configs_derive",
"core/connectors/runtime",
"core/connectors/sdk",
"core/connectors/sinks/clickhouse_sink",
"core/connectors/sinks/elasticsearch_sink",
"core/connectors/sinks/iceberg_sink",
"core/connectors/sinks/postgres_sink",
Expand Down Expand Up @@ -93,6 +94,7 @@ charming = "0.6.0"
chrono = { version = "0.4.43", features = ["serde"] }
clap = { version = "4.5.58", features = ["derive", "wrap_help"] }
clap_complete = "4.5.66"
clickhouse = { version = "0.14.2", features = ["rustls-tls", "rustls-tls-native-roots", "inserter"] }
clock = { path = "core/clock" }
colored = "3.1.1"
comfy-table = "7.2.2"
Expand Down Expand Up @@ -259,7 +261,7 @@ syn = { version = "2", features = ["full", "extra-traits"] }
sysinfo = "0.38.1"
tempfile = "3.25.0"
test-case = "3.3.1"
testcontainers-modules = { version = "0.14.0", features = ["postgres"] }
testcontainers-modules = { version = "0.14.0", features = ["postgres", "clickhouse"] }
thiserror = "2.0.18"
tokio = { version = "1.49.0", features = ["full"] }
tokio-rustls = "0.26.4"
Expand Down
11 changes: 11 additions & 0 deletions DEPENDENCIES.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ blake2: 0.10.6, "Apache-2.0 OR MIT",
blake3: 1.8.3, "Apache-2.0 OR Apache-2.0 WITH LLVM-exception OR CC0-1.0",
block-buffer: 0.10.4, "Apache-2.0 OR MIT",
block2: 0.6.2, "MIT",
bnum: 0.13.0, "Apache-2.0 OR MIT",
bollard: 0.19.4, "Apache-2.0",
bollard-buildkit-proto: 0.7.0, "Apache-2.0",
bollard-stubs: 1.49.1-rc.28.4.0, "Apache-2.0",
Expand Down Expand Up @@ -150,12 +151,16 @@ charming: 0.6.0, "Apache-2.0 OR MIT",
charming_macros: 0.1.0, "Apache-2.0 OR MIT",
chrono: 0.4.43, "Apache-2.0 OR MIT",
cipher: 0.4.4, "Apache-2.0 OR MIT",
cityhash-rs: 1.0.1, "Apache-2.0 OR MIT",
clang-sys: 1.8.1, "Apache-2.0",
clap: 4.5.58, "Apache-2.0 OR MIT",
clap_builder: 4.5.58, "Apache-2.0 OR MIT",
clap_complete: 4.5.66, "Apache-2.0 OR MIT",
clap_derive: 4.5.55, "Apache-2.0 OR MIT",
clap_lex: 1.0.0, "Apache-2.0 OR MIT",
clickhouse: 0.14.2, "Apache-2.0 OR MIT",
clickhouse-macros: 0.3.0, "Apache-2.0 OR MIT",
clickhouse-types: 0.1.1, "Apache-2.0 OR MIT",
clock: 0.1.0, "N/A",
cmake: 0.1.57, "Apache-2.0 OR MIT",
cobs: 0.3.0, "Apache-2.0 OR MIT",
Expand Down Expand Up @@ -402,6 +407,7 @@ heapless: 0.7.17, "Apache-2.0 OR MIT",
heck: 0.5.0, "Apache-2.0 OR MIT",
hermit-abi: 0.5.2, "Apache-2.0 OR MIT",
hex: 0.4.3, "Apache-2.0 OR MIT",
higher-kinded-types: 0.2.1, "Apache-2.0 OR MIT OR Zlib",
hkdf: 0.12.4, "Apache-2.0 OR MIT",
hmac: 0.12.1, "Apache-2.0 OR MIT",
home: 0.5.12, "Apache-2.0 OR MIT",
Expand Down Expand Up @@ -447,6 +453,7 @@ iggy-connectors: 0.3.1-edge.1, "Apache-2.0",
iggy-mcp: 0.3.1-edge.1, "Apache-2.0",
iggy_binary_protocol: 0.9.1-edge.1, "Apache-2.0",
iggy_common: 0.9.1-edge.1, "Apache-2.0",
iggy_connector_clickhouse_sink: 0.1.0, "Apache-2.0",
iggy_connector_elasticsearch_sink: 0.3.1-edge.1, "Apache-2.0",
iggy_connector_elasticsearch_source: 0.3.1-edge.1, "Apache-2.0",
iggy_connector_iceberg_sink: 0.3.1-edge.1, "Apache-2.0",
Expand Down Expand Up @@ -541,9 +548,12 @@ logos-derive: 0.15.1, "Apache-2.0 OR MIT",
loom: 0.7.2, "MIT",
loop9: 0.1.5, "MIT",
lru-slab: 0.1.2, "Apache-2.0 OR MIT OR Zlib",
lz4_flex: 0.11.5, "MIT",
lz4_flex: 0.12.0, "MIT",
macro_rules_attribute: 0.1.3, "MIT",
macro_rules_attribute: 0.2.2, "Apache-2.0 OR MIT OR Zlib",
macro_rules_attribute-proc_macro: 0.1.3, "MIT",
macro_rules_attribute-proc_macro: 0.2.2, "Apache-2.0 OR MIT OR Zlib",
matchers: 0.2.0, "MIT",
matchit: 0.8.4, "BSD-3-Clause AND MIT",
maybe-rayon: 0.1.1, "MIT",
Expand Down Expand Up @@ -663,6 +673,7 @@ png: 0.17.16, "Apache-2.0 OR MIT",
png: 0.18.0, "Apache-2.0 OR MIT",
polling: 3.11.0, "Apache-2.0 OR MIT",
polonius-the-crab: 0.2.1, "Apache-2.0 OR MIT OR Zlib",
polonius-the-crab: 0.5.0, "Apache-2.0 OR MIT OR Zlib",
polyval: 0.6.2, "Apache-2.0 OR MIT",
portable-atomic: 1.13.1, "Apache-2.0 OR MIT",
portable-atomic-util: 0.2.5, "Apache-2.0 OR MIT",
Expand Down
Loading