summaryrefslogtreecommitdiffstats
path: root/docs/sections/services/datalake-handler/overview.rst
diff options
context:
space:
mode:
authorNiranjana <niranjana.y60@wipro.com>2021-05-07 11:18:09 +0530
committerNiranjana <niranjana.y60@wipro.com>2021-05-07 11:18:09 +0530
commit25c8aa0a520c430d06f7cfd9fde5b41bede22262 (patch)
treefe2edc9b80693acf763c5de5ddaa7df9338d1248 /docs/sections/services/datalake-handler/overview.rst
parent71cd2fca2cd9f5969739fd83d951fa08da2e9557 (diff)
Update database change in datalake-handler documentation
Issue-ID: DCAEGEN2-2329 Signed-off-by: Niranjana <niranjana.y60@wipro.com> Change-Id: Ia942d2086fd4dea28c91bc39743ed588c73eba77
Diffstat (limited to 'docs/sections/services/datalake-handler/overview.rst')
-rw-r--r--docs/sections/services/datalake-handler/overview.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/sections/services/datalake-handler/overview.rst b/docs/sections/services/datalake-handler/overview.rst
index 101cb46b..fc14f995 100644
--- a/docs/sections/services/datalake-handler/overview.rst
+++ b/docs/sections/services/datalake-handler/overview.rst
@@ -49,7 +49,7 @@ A system administrator uses DataLake Admin UI to:
- Configure which Topics to monitor, which databases to store the data for each Topic.
- Pre-configured 3rd Party Tools dashboards and templates.
-This UI tool is used to manage all the Dayalake settings stored in MariaDB. Here is the database schema:
+This UI tool is used to manage all the Dayalake settings stored in postgres. Here is the database schema:
.. image:: ./dbschema.PNG
@@ -62,8 +62,8 @@ Features
- Read data directly from Kafka for performance.
- Support for pluggable databases. To add a new database, we only need to implement its corrosponding service.
- - Support REST API for inter-component communications. Besides managing DatAlake settings in MariaDB, Admin UI also use this API to start/stop Feeder, query Feeder status and statistics.
- - Use MariaDB to store settings.
+ - Support REST API for inter-component communications. Besides managing DatAlake settings in postgres, Admin UI also use this API to start/stop Feeder, query Feeder status and statistics.
+ - Use postgres to store settings.
- Support data processing features. Before persisting data, data can be massaged in Feeder. Currently two features are implemented: Correlate Cleared Message (in org.onap.datalake.feeder.service.db.ElasticsearchService) and Flatten JSON Array (org.onap.datalake.feeder.service.StoreService).
- Connection to Kafka and DBs are secured