diff options
Diffstat (limited to 'sdnr/wt/data-provider/README.md')
-rw-r--r-- | sdnr/wt/data-provider/README.md | 16 |
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 |