Data pipeline for Zoom participant data to monitor student activity
- Clone this repo
git clone https://github.com/kipp-bayarea/zoom.git
- Install dependencies
- Docker can be installed directly from the website at docker.com.
- Create .env file with project secrets
# Zoom Auth Credentials
ZOOM_KEY=
ZOOM_SECRET=
# Database Credentials
DB_TYPE=
DB_SERVER=
DB=
DB_SCHEMA=
DB_PORT=
DB_USER=
DB_PWD=
# Email Credentials (Optional)
ENABLE_MAILER=
SENDER_EMAIL=
SENDER_PWD=
RECIPIENT_EMAIL=
# Enable Debug Logging (Optional)
DEBUG_MODE=
- Build the container
$ docker build -t zoom .
- Running the job
$ docker run --rm -it zoom
- Annual maintenance not required