Documentation updates.
Signed-off-by: PatrikBuhr <patrik.buhr@est.tech>
Issue-ID: NONRTRIC-811
Change-Id: I221d3be8c8f4c5e84a8755abd15d0dfa905002b1
.. image:: ./Architecture.png
:width: 500pt
+Information Jobs and types are stored persistently by ICS in a local database. This can be either using Amazon S3 - Cloud Object Storage or file system.
+
*********************
Summary of principles
*********************
* Data filtering is done at the producer.
* A Data Consumer can create a data subscription (Information Job) regardless of the status of the data producers. The producers can come and go without any need for the Data Consumer to take any action.
A subscription indicates the need for a type of data and the system should do its best to fulfill this.
-* Information Jobs and types are stored persistently by ICS in a local database.
*******