diff options
author | Guobiao Mo <guobiaomo@chinamobile.com> | 2020-02-11 17:14:33 -0800 |
---|---|---|
committer | Guobiao Mo <guobiaomo@chinamobile.com> | 2020-02-20 16:05:49 -0800 |
commit | bb94cb7d7a20e62da9eed8b07c3a82fd28bd38eb (patch) | |
tree | 7c4931f1b8f96639c6f09a2c5a81537a48954ff4 /docs/sections/services/datalake-handler/index.rst | |
parent | 1dc0ab2d286092764a066ec648c7b6659e69153c (diff) |
DL-Handler Doc
Issue-ID: DCAEGEN2-2028
Change-Id: Ifa26667a9ef1d6d8be711b1454d3e4ff6ea9a74b
Signed-off-by: Guobiao Mo <guobiaomo@chinamobile.com>
Diffstat (limited to 'docs/sections/services/datalake-handler/index.rst')
-rw-r--r-- | docs/sections/services/datalake-handler/index.rst | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/docs/sections/services/datalake-handler/index.rst b/docs/sections/services/datalake-handler/index.rst new file mode 100644 index 00000000..56ada5f2 --- /dev/null +++ b/docs/sections/services/datalake-handler/index.rst @@ -0,0 +1,37 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 International License. +.. http://creativecommons.org/licenses/by/4.0 + + +DataLake-Handler MS +============== + +**DataLake-Handler MS** is a software component of ONAP that can systematically persist the events from DMaaP into supported Big Data storage systems. +It has a Admin UI, where a system administrator configures which Topics to be monitored, and to which data storage to store the data. +It is also used to manage the settings of the storage and associated data analytics tool. +The second part is the Feeder, which does the data transfer work and is horizontal scalable. + +.. image:: DL-DES.PNG + +DataLake-Handler MS overview and functions +------------------------------------------ + +.. toctree:: + :maxdepth: 1 + + ./overview.rst + +DataLake-Handler MS Installation Steps and Configurations +--------------------------------------------------------- + +.. toctree:: + :maxdepth: 1 + + ./installation.rst + +DataLake-Handler MS Admin UI User Guide +--------------------------------------- + +.. toctree:: + :maxdepth: 1 + + ./userguide.rst |