Install KVLite
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 NoSQL GitHub repository.
-
In a Linux operating system, use
gunzipandtarcommands to extract the.tar.gzpackage (or useunzipcommand if you downloaded the.zippackage). Oracle NoSQL Database version 26.1.14 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-26.1.14.tar.gz $ tar xvf kv-ce-26.1.14.tar -
-
Set the $KVHOME variable to the directory path where you extracted the files. For example,
export $KVHOME=$HOME/nosql/kv-26.1.14