This repository has been archived by the owner on Aug 30, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 46
Run vaccine feed ingest
Eli Block edited this page Apr 23, 2021
·
1 revision
Once you have set up your development environment, you are ready to run the tool!
You can enter the poetry venv
with the poetry shell
command, or prefix each command
with poetry run
. If that sentence doesn't make sense to you - don't worry - just use poetry run
at the start of each command!
poetry run vaccine-feed-ingest <fetch|parse|normalize> <site>
-
List all available sites:
poetry run vaccine-feed-ingest available-sites
-
Run fetch for just one site:
poetry run vaccine-feed-ingest fetch ca/sf_gov
-
Run fetch for all sites in CA:
poetry run vaccine-feed-ingest fetch --state=ca
-
Run all stages for all sites:
poetry run vaccine-feed-ingest all-stages
-
Run all stages for two sites:
poetry run vaccine-feed-ingest all-stages ca/sf_gov us/vaccinespotter_org
- Find an issue you'd like to help out with
- Set up a development environment
- Read up on how our pipeline works
- Run the pipeline locally
Some pre-built tools to help fetch or parse common data types