Scraping, statistics, and diagnostics of Texas COVID-19 data
- Clone the repository using
git clone --depth 1 https://github.com/jeffbrennan/TexasPandemics.git
. The --depth 1 flag is optional and will only pull the latest commit to increase install speed. - Install the requirements using
pip install -r requirements.txt
(preferably in a virtual environment) - Configure the environment variables in
.env
(see.env.example
for an example) - Configure the dagster environment variables see the dagster docs
- Launch dagster in the cli using
dagster dev
in the root directory. - Navigate to
localhost:3000
in your browser to view the dagster dashboard. - Create a new run using Materialize All
- Dockerize the project
- Use a database to store the data instead of csv files
- Pull in additional sources
- Add a more robust testing suite & run diagnostics