Start KVLite

Perform the following steps to start a KVLite instance:

You could start KVLite in secure mode (the default option) or non-secure mode. If you start KVLite in a secure mode and you are using a to access it, configure and start a secure proxy. Similarly, if you start KVLite in non-secure mode, configure and start a non secure proxy.

Start KVLite in secure mode:

You can start KVLite in secure mode using one of the following options:

To start Proxy in secure mode

The proxy is required only for SDK-based clients (such as Java, Python, Node.js, C#, Rust, or Go SDKs). It is not required when using the Java Direct Driver.

You can start proxy in secure mode using one of the following two options:

Start KVLite in non-secure mode:

You can start KVLite in non-secure mode using one of the following options:

To start Proxy in a non-secure mode

The proxy is required only for SDK-based clients (such as Java, Python, Node.js, C#, Rust, or Go SDKs). It is not required when using the Java Direct Driver.

You can start proxy in non-secure mode using one of the two following options:

For a complete list of command line options that can be provided with the kvlite utility, see kvlite.

To connect KVLite with the SQL Shell, see Running the SQL Shell.