An open API service indexing awesome lists of open source software.

https://github.com/teo-sl/denver-crimes-dash

This is a simple dashboard made with Dash and Plotly (for the frontend) and Apache Spark (for the backend)
https://github.com/teo-sl/denver-crimes-dash

dash denver plotly spark

Last synced: about 1 month ago
JSON representation

This is a simple dashboard made with Dash and Plotly (for the frontend) and Apache Spark (for the backend)

Awesome Lists containing this project

README

          

# Denver crimes dashboard

This is a simple dashboard made with Dash and Plotly (for the frontend) and Apache Spark (for the backend). The dashboard shows some analysis of the Denver crimes data, which can be found here:

https://www.kaggle.com/datasets/paultimothymooney/denver-crime-data

The dashboard also includes a little experiment to make a double update on a component (this solution can be used to return an intermediate result for long callback).

This is some examples

![](imgs/1.png)
![](imgs/2.png)
![](imgs/3.png)