From: Michal Sojka Date: Wed, 8 Aug 2018 12:01:15 +0000 (+0200) Subject: README: Mention how to access collected data X-Git-Url: https://rtime.felk.cvut.cz/gitweb/coffee/main.git/commitdiff_plain/6c4d15fe7d0f2fbaf3f560eaa397f28dc44354a1 README: Mention how to access collected data --- diff --git a/README.md b/README.md index e562b10..0719f11 100644 --- a/README.md +++ b/README.md @@ -14,3 +14,12 @@ is the `mtaio` application from `terminal/src/mt-apps`. A more detailed documentation is available in [Jiří Matěják's Master thesis](https://dspace.cvut.cz/handle/10467/76276). + +## Collected data + +Data collected by the terminal are stored in an sqlite database on the +rtime server. Users with SSH access to that server have read-only +access to the database. For example, the whole database can be dumped +with this command: + + sqlite3 /home/coffee/coffee-flask/coffee.db .dump