Cloudflare Analytics Engine is a fast time-series store, but it ships no UI and no way to save a query. EngineView is the missing layer on top.
Write SQL, get answers
A real editor with syntax highlighting and Cmd+Enter to run. Results land in a fast, sortable table you can export to CSV, or flip to a chart in one click.
Charts and dashboards
Turn any result into a line, area, or bar chart. Pin saved queries as panels on a dashboard with a shared time range, driven by a simple $SINCE macro.
Bring your own Cloudflare
Each user connects their own account. API tokens are encrypted at rest with AES-256-GCM and only ever decrypted on the server to run a query — never sent to the browser.
Yours, end to end
No SaaS in the middle. Run it with Docker Compose or any Node host, point it at a Postgres database, and you own every byte. It is open source under the MIT license.