Batch Dashboards¶
Fire allows you to create Dashboards.
Processors in Fire can output data in Tables, Charts, Maps and Simple Strings. Dashboards allow combining the output of various processors into one User Interface.
For example we might want to output a chart of number of bike rentals per hour, another by per day and another map displaying the total number of bike rentals per city for the day. Dashboards can combine all these into one view.
Creating Dashboards¶
- For creating Dashboards, drag and drop the required processors from the workflows into the Dashboard Canvas.
- When the corresponding workflows are run, the output is stored by Fire into the relational store. These get displayed into the dashboard.
Editing Dashboards¶
Editing Dashboards is like creating dashboards, except that you click the edit button to edit the corresponding Dashboard.
Viewing Dashboards¶
Once a Dashboard has been created you can view it, by clicking on the View button.
Streaming Dashboards¶
- Fire allows you to create Streaming Workflows.
- Streaming workflows have a mini-batch duration - say 30 seconds.
- In this case, the output in the Dashboards get updated every 30 seconds as new data come in.

