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

Update Configuration.md

parent 43e07ba3
No related branches found
No related tags found
No related merge requests found
...@@ -116,15 +116,17 @@ In the DES processor operation declarations the authentication entry can be refe ...@@ -116,15 +116,17 @@ In the DES processor operation declarations the authentication entry can be refe
## Processor configuration file ## Processor configuration file
The DES executes concurrently a given set of Processor definition files that are defined in XML format. 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 basic executable entity for the DES. 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. - There can be 1 - n *Processor* configuration files running on a given DES instance.
Each processor configuration file can have 1 - n AOIs (Areas Of Interest). - Each processor configuration file can have 1 - n *AOI* (Areas Of Interest).
Each AOI can have 1 - n functional entities (*Distribution, Download, Task, TaskGroup, DataCleaner*) - 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 same xml format is used also by EGPF (Eurac Generic Processor Framework)
See Processor_configuration for the available configuration options. The *Processor* configuration options are listed here:
https://gitlab.inf.unibz.it/css-public/des_documentation/edit/master/Processors.md
## Start a DES instance ## ## Start a DES instance ##
......
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