Spooch is NoSQL database server with REST API in pure Node.JS
mkdir ./db
./bin/spoochd start
./bin/spoochd stop
./test/test.sh
mkdir ./lib/storage/test/db
node ./lib/storage/test/test.js
Spooch supports plugins. As example, you can work with value as object or as array through build-in "_array" and "_object" plugins. Other you can develop own plugins.
Some examples:
./test/array.sh
or ./test/object.sh
rpm -ivh https://raw.github.com/YaroslavGaponov/spooch/master/installer/spooch.rpm
sudo spooch start
sudo spooch stop
rpm -e spooch