nathan-lapinski / Flask-REST-API

A Flask REST API for Ken Anderson's Data Engineering course
0 stars 0 forks source link

Tyler Bussell's Evaluation #8

Open TylerBussell opened 9 years ago

TylerBussell commented 9 years ago

Well documented which made the app easy to use. The code itself was well organized and easy to read. Overall everything appeared to be in working order.

Not entirely sure where the DB interaction is though.

nathan-lapinski commented 9 years ago

Hey Tyler,

Good catch, in this case, there is no DB per se. For this project, we simply used a collection of JSON objects as the data store. But in production, yea we'd likely use SQLlite or a similar RDBMS.