aboutsummaryrefslogtreecommitdiffstats
path: root/sdnr/wt/data-provider/README.md
diff options
context:
space:
mode:
authorherbert <herbert.eiselt@highstreet-technologies.com>2020-01-30 10:15:11 +0100
committerKAPIL SINGAL <ks220y@att.com>2020-01-31 19:42:37 +0000
commitd77d01bae41b5c8331a6de6eff1a64e08cd9e279 (patch)
treeb0863c9c34916a0fab99d044ad9f8925597bfbc3 /sdnr/wt/data-provider/README.md
parent913eea4f5e7bdb32f9fa42767ccbc9b1cf04f5ef (diff)
SDN-R add updated app
add updated data-provider Issue-ID: SDNC-1026 Signed-off-by: herbert <herbert.eiselt@highstreet-technologies.com> Change-Id: I641f8144955fcfb196d0cb19d57452c1d1a69a92 Signed-off-by: herbert <herbert.eiselt@highstreet-technologies.com>
Diffstat (limited to 'sdnr/wt/data-provider/README.md')
-rw-r--r--sdnr/wt/data-provider/README.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/sdnr/wt/data-provider/README.md b/sdnr/wt/data-provider/README.md
new file mode 100644
index 000000000..e8edcb906
--- /dev/null
+++ b/sdnr/wt/data-provider/README.md
@@ -0,0 +1,16 @@
+# sdnr-wt-data-provider
+
+Data-provider bundle manages all access to SDN-R database.
+Database is actually ElasticSearch.
+
+## ES-INIT Script
+
+Central SDN-R script initializing and preparing the database BEFORE SDN-R usage.
+
+Name: es-init.sh
+Dir: provider/src/main/resources
+
+ * Elasticsearch database initialization script using bash and curl commands.
+ * Intended to be executed in a linux command line environment
+ * Needs to be executed before the database is used to initialize type mapping of the indexes
+ * The script is included into the ZIP created by sdnr-wt-feature-aggregator to be available in containers