The setup file contains the information about which config file to use for the software.
The config file contains the global configuration for all libraries (naming convention, file structure, …)
A library contains a collection elements. It exists of the library file and the database for this one library.
default location setup file |
|
default location config file or custom location |
|
Library exists of {library_name}.lib and for a SQLite database {library_name}.db
Paths
setup file | Default location setup file | ~/.das-element/setup.ini |
Default location config file or custom location | ~/.das-element/das-element.conf | |
log files | for error logs etc. | ~/.das-element/logs |
config file path | points to the config file | ~/.das-element/config.path |
config file | contains all the config data for the application setup as JSON format | ~/.das-element/config.json |
models | location for machine learning models | ~/.das-element/models |