GithubHelp home page GithubHelp logo

tmccoy14 / covid19-va Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 169 KB

This repository contains the ingestion, visualization, and endpoint creation made from a Coronavirus dataset based in Virginia.

Python 96.13% Dockerfile 3.87%

covid19-va's Introduction

COVID19-VA

Ingestion, visualization, and querying tool based on Covid-19 Virginia cases.

Development & Setup

Create some sort of virtual environment before you install covid the CLI tool. Covid is the standardized tool that can be used to utilize Virginia Coronvirus data by ingesting, visualizing, and querying it.

Activate Virtual Environment

# Activate your virtual enviroment!
# In the root of the project / repository
$ cd covid19-va/
$ python3 -m venv env
$ source env/bin/activate

Install Covid CLI Tool

# Install the dataio cli tool
# In the root of the project / repository
$ cd covid19-va/
$ pip install --editable .

The --editable flag will allow for you to make edits to code without having to re-run pip install ... locally.

Validate The Install

Run covid --verison to verify the installation was successful.

$ covid --version
covid version: v0.1.0

Showing The Tool Capabilities

Run covid to learn what the tool does and the commands you can run with it.

$ covid

Usage: covid [OPTIONS] COMMAND [ARGS]...

  Covid is a tool to run data ingestion, serve it via a REST API, and
  visualize the data.

Options:
  --home DIRECTORY  Project folder to operate on.
  -v, --verbose     Enables verbose mode.
  --version         Print the current version of bessy.
  --help            Show this message and exit.

Commands:
  create     Create the Virginia Covid-19 table.
  fetch      Fetch the Virginia Covid-19 case data.
  ingest     Ingest the Virginia Covid-19 case data.
  list       List the Virginia Covid-19 case data.
  total      Get the total Virginia Covid-19 case data.
  visualize  Visualize the Virginia Covid-19 case data.

Fetching Virginia Covid-19 Dataset

The data that is being used for this tool comes from the Virginia Department of Health. The best thing about using this dataset is that they update it daily. In order to get the data locally, covid has a command that allows you to fetch the dataset so you can get the most updated one.

$ covid fetch

covid19-va's People

Contributors

tmccoy14 avatar

Stargazers

 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.