main
Georg Krause 2020-02-01 14:24:50 +00:00
parent 4d22ad26a4
commit 9f8688f599
1 changed files with 2 additions and 0 deletions

@ -16,6 +16,8 @@ At first the data storage layer should be replaceable on runtime. Maybe later on
Furthermore the output of the commands should be available as machine-readable information. This way Desktop-GUIs could be developed quite easyly by simply interacting with `gott` instead of implementing all the data handling itself. This might be also true for data input.
The default should be a binary without any dependencies (eg databases) which can be easyly run on any system, like small SBCs or any server or even on your linux smartphone without the need to install anything else.
## Data storage
Currently and for the near future all the data is stored in simple JSON files. The format is quite simple. A record consists of the following information