Skip to content

Commit 6960175

Browse files
authored
Built blocks to clickhouse (#803)
## 📝 Summary Add a new set of config parameter BuiltBlocksClickhouseConfig that if set will store the built blocks in clickhouse instead of using blockprocessor. ## 💡 Motivation and Context Remove external dependencies. ## ✅ I have completed the following steps: * [X] Run `make lint` * [X] Run `make test` * [ ] Added tests (if applicable)
1 parent d01277a commit 6960175

File tree

24 files changed

+998
-833
lines changed

24 files changed

+998
-833
lines changed

Cargo.lock

Lines changed: 41 additions & 88 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/rbuilder-operator/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ systemd-units = { enable = false, start = false, unit-name = "rbuilder-operator"
2525

2626
[dependencies]
2727
rbuilder-primitives.workspace = true
28+
rbuilder-utils.workspace = true
2829
rbuilder-config.workspace = true
2930
rbuilder.workspace = true
3031
metrics_macros.workspace = true
@@ -70,7 +71,7 @@ iceoryx2 = "0.7.0"
7071
iceoryx2-bb-container = "0.7.0"
7172
prometheus.workspace = true
7273
ctor.workspace = true
73-
clickhouse = { version = "0.12.2", features = ["time", "uuid", "native-tls"] }
74+
clickhouse = { version = "0.14.0", features = ["time", "uuid", "native-tls"] }
7475
futures-util.workspace = true
7576
parking_lot.workspace = true
7677
lazy_static.workspace = true

0 commit comments

Comments
 (0)