This is a demo to show how quickly you can use web data from your Import.io extractors to build out applications. Built on Flask, this web application makes daily data extractions from NCAA.com to track which colleges across the United States have the best basketball programs. You can view a demo running at http://importio-ncaabb.herokuapp.com/.
- Import.io - SaaS product for extracting web data
- Flask - Micro Web Framework for Python
- PostgreSQL - Relational Database System
- SQLAlchemy - Object Relational Mapper for Python
- Flask-SQLAlchemy - Flask extension to interact with SQL-Alchemy
- APScheduler - Background Scheduler used to fetch data
- Pandas - Data Analysis Library used to manipulate data