OneDB Configuration

There are five helm charts for OneDB.
  • OneDB SQL Data Store (onedb-sql): This is the Helm chart that contains the OneDB Database server. It uses a kubernetes operator to deploy a statefulset in a kubernetes environment.

  • OneDB Rest Data Store (onedb-rest): This is a helm chart that deploys the OneDB Database server with the REST listener. The OneDB SQL Data Store is a subchart in this chart.

  • OneDB Document Data Store (onedb-mongo): This is a helm chart that deploys the OneDB Database server with the Mongo listener. The OneDB SQL Data Store is a subchart in this chart.

  • OneDB Explore (onedb-explore): This is a Helm chart that contains only the OneDB Explore UI.

  • OneDB Product (onedb-product): This is a Helm chart that contains OneDB SQL Data Store, OneDB Rest, OneDB Document and OneDB Explore all as subcharts.

Each chart has a list of configuration options that can be set to specify how the OneDB Helm chart will be installed, setup and configured.