Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dokerized tweet collector and tweet store #6

Open
1 of 7 tasks
cegme opened this issue Mar 22, 2016 · 1 comment
Open
1 of 7 tasks

Dokerized tweet collector and tweet store #6

cegme opened this issue Mar 22, 2016 · 1 comment

Comments

@cegme
Copy link
Member

cegme commented Mar 22, 2016

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.

  • Allow the PostgreSQL docker server to use external volumes that are persistent.
  • Create a backup system for the tweet database.
  • Implement public networking between PostgreSQL and any other web host or docker
  • Upload the customized PostgreSQL Docker service to docker hub.
  • Create docker service for tweet collector.
  • Upload docker server for tweet collector to docker hub.
  • Update passwords and security
@cegme
Copy link
Member Author

cegme commented Apr 1, 2016

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant