https://github.com/remram44/duckshow
A frontend-only time series graphing application, based on DuckDB-WASM and Vega-Lite
https://github.com/remram44/duckshow
chart duckdb duckdb-wasm plot time-series
Last synced: about 2 months ago
JSON representation
A frontend-only time series graphing application, based on DuckDB-WASM and Vega-Lite
- Host: GitHub
- URL: https://github.com/remram44/duckshow
- Owner: remram44
- Created: 2024-02-03T02:12:34.000Z (over 2 years ago)
- Default Branch: trunk
- Last Pushed: 2024-02-03T03:47:51.000Z (over 2 years ago)
- Last Synced: 2026-01-14T02:02:51.674Z (6 months ago)
- Topics: chart, duckdb, duckdb-wasm, plot, time-series
- Language: JavaScript
- Homepage:
- Size: 7.81 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
duckshow
========
This is a time-series plotting library. It is frontend-only thanks to [DuckDB-WASM](https://github.com/duckdb/duckdb-wasm).
It allows you to run queries against large time-series datasets and plot the results, similarly to what [Grafana](https://github.com/grafana/grafana) does. Contrary to Grafana however, it does not require a server component, so you can host you interactive dashboard on static files storage, like S3 or GitHub Pages, without losing the ability to query, select, and pan around your data.
## Status
This is still in early development. The basic infrastructure is here, but the plotting capabilities are limited.