aboutsummaryrefslogtreecommitdiffstats
path: root/sdnr/wt/data-provider/README.md
blob: e8edcb90613e8cb8987f0e571567bf3fe24a087a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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