We're drawing data from several sources; we should put it into postgres so that our app can use it. This should have three steps: - [ ] Put data into postgres in development - [ ] Automate uploading data in development (ex. using a bash script) so that everyone can do it - [ ] Put data into postgres in staging/production
We're drawing data from several sources; we should put it into postgres so that our app can use it.
This should have three steps: