gt-big-data / api

Internal API for BDBI @ GT
1 stars 0 forks source link

Caching solution to reduce BigQuery calls #4

Open davonprewitt opened 4 years ago

davonprewitt commented 4 years ago

We want to reduce the number of times our API calls our DB. Create a small DB using SQLAlchemy and integrate it into our Flask app. For a good example, check the marta-map repo.

davonprewitt commented 4 years ago

Also a method for locally testing the API.