htmx datafusion graphs via echarts3 - no custom scripts, only alpinejs
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user