melisMirza / Covitter

Repository of SWE 573 project
0 stars 0 forks source link

Create Postgres DB on Heroku #34

Closed melisMirza closed 3 years ago

melisMirza commented 3 years ago

Create a postgres db on Heroku. The model for that will be the local DB that is currently being used for storing posts.

Look for ways to transfer data form local to Heroku. If possible sent previously collected data.

melisMirza commented 3 years ago

A postgresql db is created on Heroku. It is upgrade to "Basic" which can hold 10M rows of data. In addition to Django's user tables, "Twitter" table is created. Data dictionary can be found at the documentation.