This is a dynamic data pipeline for accessing all sorts of data from CollegeFootballData.com's API. API keys can be acquired for FREE from the CollegeFootballData.com website.
Version: v.1.0.10
Author: Tyler Shepherd
Technologies:
Python
PostgreSQL
V.1.0 of this project was aimed to provide an open-source, dynamic solution for getting data from the CFBD REST API to a postgre SQL database. The project utilizes retriever and pusher serrvices that can be linked to basic endpoint request services, all of which are managed by a requests manger. The mangager runs and updates on a cron schedule.
CollegeFootballData.com provides a lot of helpful documention about their API usage, endpoint schema, and data applications:
CFBD's Github repo: HERE
For help with API Endpoint schema, paramaters and more: HERE
For help on seeing what raw data looks like when exported: HERE