feat: add data ingest

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2024-08-10 00:54:10 +02:00
parent 5395e8bb1e
commit 3c5c5759ca
11 changed files with 1126 additions and 13 deletions

View File

@@ -24,3 +24,8 @@ uuid = { version = "1.7.0", features = ["v4"] }
tower-http = { version = "0.5.2", features = ["cors", "trace"] }
mad = { git = "https://github.com/kjuulh/mad", branch = "main" }
tokio-util = "0.7.11"
tonic = "0.12.1"
bytes = "1.7.1"
prost = "0.13.1"
prost-types = "0.13.1"
chrono = { version = "0.4.38", features = ["serde"] }