Giter VIP home page Giter VIP logo

lilyroberts / covid-19-dashboard Goto Github PK

View Code? Open in Web Editor NEW
2.0 1.0 0.0 1.77 MB

This repo is a small dashboard developed to track the novel coronavirus using data from heterogeneous sources. The app was developed using Python, Plotly Dash, and Mapbox. Credit to NYTimes and CDC for use of data. The project was originally deployed to AWS using Elastic Beanstalk and Route 53, and is compatible with automated integration tools.

Python 100.00%
python covid-19 nytimes dash plotly-dash plotly mapbox

covid-19-dashboard's Introduction

Here's what it looks like:

Example dashboard

How to run it for the first time:

Navigate into project root using your command line client of choice. Run the command: pip install -r requirements.txt to prepare the environment. Then, run the command python application.py This will start the server at localhost:8080.
The server will automatically pull updated data from the NYT and CDC sources (although the CDC has stopped updating their feed), update the database, and render the dashboard.

To deploy as an application using a service like AWS Elastic Beanstalk, edit the line in application.py: app.run_server(debug=False, port=80) to say: application.run_server(debug=False, port=80).

This will pass the server object to the AWS backend, instead of the app object used to render the Dash app on a local server.

covid-19-dashboard's People

Contributors

dependabot[bot] avatar lilyroberts avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.