A data pipeline that pulls teacher observation data from Whetstone Education into a relational database for analysis.
- Clone this repo
git clone https://github.com/kippnorcal/whetstone.git
- Install dependencies
- Docker can be installed directly from the website at docker.com.
- Create .env file with project secrets
# Whetstone Auth Credentials
CLIENT_ID=
CLIENT_SECRET=
# Database Credentials
DB=
DB_SERVER=
DB_USER=
DB_PWD=
DB_SCHEMA=
# Email Notifications
ENABLE_MAILER=1
SENDER_EMAIL=
SENDER_PWD=
RECIPIENT_EMAIL=
- Build the container
$ docker build -t whetstone .
- Running the job
$ docker run --rm -it whetstone
- Annual rollover not required
- This connector should NOT be paused over the summer