KVLite is bundled with the Oracle NoSQL Database software. To install KVLite, perform the following:
Download the tar.gz or .zip file (depending on your operating system) from
Oracle
Technology Network.
In a Linux operating system, use gunzip and
tar commands to extract the .tar.gz
package (or use unzip command if you downloaded the
.zip package). Oracle NoSQL Database version 24.1.11 Community Edition is used in
this example. The actual package names and directory names will change,
depending upon the release version you are using, and whether you are using
Community Edition (CE) or Enterprise Edition (EE).
Also, make sure you meet the following requirements to run
KVLite:
Install Java version 17 in your machine.
Maintain a minimum disk space of 5GB.
$ gunzip kv-ce-24.1.11.tar.gz
$ tar xvf kv-ce-24.1.11.tar