htmx datafusion graphs via echarts3 - no custom scripts, only alpinejs

This commit is contained in:
Priec
2026-07-16 00:51:13 +02:00
parent f2e8db471c
commit 52d1064071
3 changed files with 20 additions and 40 deletions

View File

@@ -2,7 +2,7 @@
A small Rust web server that logs in through `AuthService.Login`, forwards SQL
queries to `AnalyticsService.ExecuteAnalyticsQuery`, and displays the streamed
result with HTMX and ECharts.
result with HTMX, Alpine.js, and ECharts.
## Run
@@ -33,5 +33,6 @@ create starter queries. Its **LLM schema context** section generates a complete
text summary that can be copied into an LLM prompt to request a valid analytics
SQL query.
HTMX and ECharts are loaded from jsDelivr, so the browser needs network access
when opening the page.
HTMX, Alpine.js, and ECharts are loaded from jsDelivr, so the browser needs
network access when opening the page. HTMX owns server communication and fragment
swaps; Alpine is limited to browser-local editor, clipboard, and chart behavior.