tree: 4f1c583f22bd8ae576a1c1a187f39f6f3a5cd5fc [path history] [tgz]
  1. daexim/
  2. feature/
  3. installer/
  4. model/
  5. provider/
  6. pom.xml
  7. README.md
sdnr/wt/data-provider/README.md

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