davidgasquez / astro-static-dashboard

πŸ“Š Prototyping how serverless dashboards could work

Home Page:https://davidgasquez.github.io/astro-static-dashboard/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ“Š Serverless Dashboard

Prototyping how serverless dashboards could work.

Some of the reasons I'm going with this raw approach are:

  • Is quite minimal and can be heavily optimized/customized
  • It gives me more flexibility. E.g: using duckdb, wasm, Python, js, ...
  • I learn frontend
  • I can do parametrized endpoints (example.com/user?id=david)
  • I can do custom endpoints like example.com/explore where a fully fledged WASM environment pops (e.g: a duckdb shell with a rath style explorer)

About

πŸ“Š Prototyping how serverless dashboards could work

https://davidgasquez.github.io/astro-static-dashboard/

License:MIT License


Languages

Language:Vue 47.1%Language:Astro 30.5%Language:CSS 13.1%Language:JavaScript 9.3%