echarts to display the datafusion SQL

This commit is contained in:
Priec
2026-07-16 00:14:07 +02:00
parent b513dc0813
commit 53c7576872
6 changed files with 1168 additions and 0 deletions

16
graphs/Cargo.toml Normal file
View File

@@ -0,0 +1,16 @@
[package]
name = "analytics-graphs"
version = "0.1.0"
edition = "2024"
[workspace]
[dependencies]
axum = "0.8"
prost = "0.14.4"
prost-types = "0.14.4"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
tokio = { version = "1", features = ["macros", "rt-multi-thread", "net"] }
tonic = "0.14.6"
tonic-prost = "0.14.6"