An Ember and D3 based dashboard. Various quantities of data can be generated right in the client and consumed by the dashboard.
I used it briefly for testing / optimizing Ember chart components.
It may not win any design awards now but it did make a nice enough demo for a job interview several years ago.
git clone https://github.com/jpakulski/flu_dash.git
cd flu_dash
npm install && bower install
ember s
- Select the amount of data to generate (default was 100 rows).
- Click the "Regenerate X Rows of Data" button to regenerate the data.
- Drag on the top chart to select a date range.
- The detail section below will update in real-time based on the date range selected.
- Click on the "Data" button in the top right corner to view the raw data. Warning The data grid is just a table. A million rows of data may not render all that happily.