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

Redis Tree Storage #64

Open DrLynch opened 1 year ago

DrLynch commented 1 year ago

As written the AWE code supports serialization of the tree features to a file. For update purposes it will also be advantageous to have the option to serialize the single document instances (see #62) to redis and back again. This may allow for efficient reload of the individual data files or serialization for offline storage later.