ArgLab / ArgLab_writing_observer

Writing Observer and Learning Observer: A system for monitoring learning process data, with an initial focus on writing process data from Google Docs.
GNU Affero General Public License v3.0
3 stars 2 forks source link

Load-balancing for Distribution. #28

Open DrLynch opened 2 years ago

DrLynch commented 2 years ago

It is time to update the system so that we can seamlessly transition data input/output across the servers. At present all incoming data is coming into the writing server. We will need a way to manage the shift and to avoid any downtime. To that end it will be necessary to:

1) Install a load balancer for incoming traffic. 2) Install a shared datastore so alternative servers can share updated content. 3) Update logging and backup accordingly.

This will need to be done before the data is put into place.