Skip to content
This repository has been archived by the owner on Mar 10, 2022. It is now read-only.
/ zoom Public archive

Data pipeline for Zoom participant data to monitor student activity

License

Notifications You must be signed in to change notification settings

kippnorcal/zoom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zoom

Data pipeline for Zoom participant data to monitor student activity

Dependencies:

Getting Started

Setup Environment

  1. Clone this repo
git clone https://github.com/kipp-bayarea/zoom.git
  1. Install dependencies
  • Docker can be installed directly from the website at docker.com.
  1. 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=
  1. Build the container
$ docker build -t zoom .
  1. Running the job
$ docker run --rm -it zoom

Maintenance

  • Annual maintenance not required

About

Data pipeline for Zoom participant data to monitor student activity

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages