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

Development environment setup

Jesse Vincent edited this page Apr 23, 2021 · 12 revisions

To get started helping out, you need to set up the vaccine-feed-ingest cli. From there, you'll be able to start writing scraper pipeline stages. To date, we've built pipeline stages in bash and python, but aren't dogmatic about it.

Quick Setup on macOS

  1. Clone the repository:

    git clone https://github.com/CAVaccineInventory/vaccine-feed-ingest
  2. Navigate to your git checkout

    cd vaccine-feed-ingest
  3. Run the setup script:

    bash ./setup.sh
  4. Test your installation!

    poetry run vaccine-feed-ingest --help
  5. Head on over to running vaccine-feed-ingest.

Advanced / Manual setup

If you'd prefer to run commands by hand or are running Linux (or WSL), check out the advanced setup instructions