DynamicViz: Change data in real time. - Tableau, Django, REST API
The objective of this project is to develop a dynamic dashboard in Tableau which can update the data source. The dataset for this visualization includes wheat consumption (domestic, fsi, feed dom., etc) in Canada over 20 years timeline.
- XAMPP is used to host the data in a local server.
- The data is fetched from the local server into Tableau.
- The Tableau dashboard presents a crosstab and a line chart of the time series data.
- A REST API is developed using Django, which can perform PUT, POST, GET and DELETE requests.
- Any data on the dashboard can be updated dynamically (underneath it uses the REST API).
This Project’s GitHub Repository