You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Amresh edited this page Jul 11, 2013
·
13 revisions
OracleNoSQL is a distributed key-value database. Kundera supports OracleNoSQL (alongwith Redis, which is also a key-value database).
You can download latest version of OracleNoSQL from here.
Installation of OracleNoSQL is very easy. Just unzip kv-xx-n.n.n.zip or kv-xx-n.n.n.tar.gz file on your machine, change directory to unzipped folder and run below command from console:
java -jar lib/kvstore.jar kvlite -store storeName
Where "storeName" is the name of KV store you are going to create/ use.
Next, we'are going to explain How to use Kundera to read/ write data into OracleNoSQL.