Install OneDB Product (onedb-product)

The OneDB Product helm chart will install the HCL OneDB database. This helm chart will include as subcharts the other OneDB helm charts:
  • OneDB SQL Data Store

  • OneDB Mongo Data Store

  • OneDB RESTful Data Store

  • OneDB Explore

This chart is an all-inclusive chart that includes all the OneDB charts for full functionality.

HCL OneDB is an enterprise grade database for storing and processing the following types of data:
  • Relational (Table based)

  • Document (Json Based)

  • Timeseries (Time based)

  • Spatial (Coordinate based)

Access to OneDB Product is through:
  • The native SQLI protocol. HCL OneDB provides drivers for different programming languages to provide this connectivity. Ex. Java, Python, NodeJS, ODBC

  • The REST API. This allows you to use language of choice that supports RESTful services.

  • The MongoDB protocol. This allows you to use any language that supports a MongoDB driver.

OneDB Explore is included as a UI to interact with and administer the OneDB Database server(s).

After all system requirements and prerequisites have been addressed you are ready to install the Sofy helm chart. The command below is a sample install that uses a file named myvales.yaml to provide any overrides to the helm chart values and anchor.yaml to set the anchor service’s resources.

Following file overrides multiple parameters and is provided an installation time:

File: myvalues.yaml
hclFlexnetURL:  flex-net-xxxxx 
hclFlexnetID: xxxxxx 

anchor: 
  resources: 
    cpu: 250m 

onedb-product: 
  onedb-explore: 
    adminPassword: newPassw0rd 
helm install prod-v1  -f myvalues.yaml  production-onedb-product