Skip to content
Snippets Groups Projects
Commit 82c87a47 authored by Armin Costa's avatar Armin Costa
Browse files

Update Configuration.md

parent e9fdb23b
No related branches found
No related tags found
No related merge requests found
......@@ -2,10 +2,10 @@
## Main DES configuration file ##
## Startup configuration ##
The main DES configuration that contains basic configuration variables that are loaded at DES startup or restart
The DES startup configuration contains initialization variables that are loaded at DES startup or restart
**DES.ini:** ./config/DES.ini
......@@ -81,6 +81,26 @@ CONFIG_PLUGIN=./plugins/plugin.ini
## Processors
The DES executes concurrently a given set of *Processor* definition files that are defined in XML format.
A *Processor* configuraiton file ( *.processor_config.xml ) is the main executable entity for the DES.
- There can be 1 - n *Processor* configuration files running on a given DES instance.
- Each processor configuration file can have 1 - n *AOI* (Areas Of Interest).
- Each *AOI* can have 1 - n functional entities (*Distribution, Download, DataCleaner, Task, TaskGroup*)
- The same xml format is used also by EGPF (Eurac Generic Processor Framework)
The *Processor* configuration options are listed here:
https://gitlab.inf.unibz.it/css-public/des_documentation/blob/master/Processors.md
## Authentication configuration file ##
......@@ -113,21 +133,7 @@ In the DES processor operation declarations the authentication entry can be refe
</Consumer>
```
## Processors
The DES executes concurrently a given set of *Processor* definition files that are defined in XML format.
A *Processor* configuraiton file ( *.processor_config.xml ) is the main executable entity for the DES.
- There can be 1 - n *Processor* configuration files running on a given DES instance.
- Each processor configuration file can have 1 - n *AOI* (Areas Of Interest).
- Each *AOI* can have 1 - n functional entities (*Distribution, Download, DataCleaner, Task, TaskGroup*)
- The same xml format is used also by EGPF (Eurac Generic Processor Framework)
The *Processor* configuration options are listed here:
https://gitlab.inf.unibz.it/css-public/des_documentation/blob/master/Processors.md
### Built-in variables
Inside a *Processor* definition configuration file some build-in parameter can be used to abstract some configurations.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment