Skip to content
This repository has been archived by the owner on Aug 30, 2021. It is now read-only.

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!

Running vaccine-feed-ingest

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>

Example Commands

  • 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