-
Notifications
You must be signed in to change notification settings - Fork 233
Kundera OracleNoSQL
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.
(OracleNoSQL documentation is available here).
Home | Next |