feat(workforce): add ClickHouse workforce analytics contour

This commit is contained in:
igor04091968
2026-06-23 21:52:57 +03:00
parent 341799ff9d
commit 337da4bb5f
44 changed files with 3973 additions and 461 deletions
+17 -2
View File
@@ -324,6 +324,21 @@ dependencies = [
"windows-sys 0.59.0",
]
[[package]]
name = "aw-workforce-ingest"
version = "0.1.0"
dependencies = [
"anyhow",
"chrono",
"clap",
"detmir-aw-client",
"reqwest",
"serde",
"serde_json",
"tempfile",
"urlencoding",
]
[[package]]
name = "awatch-agent"
version = "0.1.0"
@@ -1824,9 +1839,9 @@ dependencies = [
[[package]]
name = "quinn-proto"
version = "0.11.14"
version = "0.11.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "434b42fec591c96ef50e21e886936e66d3cc3f737104fdb9b737c40ffb94c098"
checksum = "4fcb935c5bec503c2f0e306bdd3e58bb9029dcb14fa8d9ac76e3a5256ac0763e"
dependencies = [
"bytes",
"getrandom 0.3.4",