oudalab / bismol

The Bismol classification system prototype
Other
3 stars 1 forks source link

Dokerized tweet collector and tweet store #6

Open cegme opened 8 years ago

cegme commented 8 years ago

To start fetching tweets on the UW server we need to dockerize the process. That is, we need a PostgreSQL docker setup and also another container to pull the tweets. Below are the items that need to be developed to get this system running.

cegme commented 8 years ago

We can't have the PostgreSQL system directly on the host because linking a volume will erase the the contents. To persist across failed and closed docker containers we can create frequent backups to the /opt/docker directory https://wiki.postgresql.org/wiki/Automated_Backup_on_Linux. We can add recovery from the backup to the database startup script.