Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The Management Agent is the first of the two major subsystems hosted within daemon and it is responsible for the plugins management (component Manager). The first subsystem is providing access to the host resources (responsibility of the component Core), interacting with other daemons through web service (REST, SOAP), and providing cooperation with the Data Processor subsystem. The second subsystem, the Data Processor is responsible for the data processing of the specific management agent plugin. The NeuralBag is the basic unit used for communication between daemons and it contains data for processing inside of the data processor. The results are store to storage which can be for instance a database or it can be send to another daemon for additional processing.

...