Latest Threat ResearchGlassWorm Loader Hits Open VSX via Developer Account Compromise.Details
Socket
Book a DemoInstallSign in
Socket

spooch

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

spooch

NoSQL database server with REST API in pure Node.JS

latest
Source
npmnpm
Version
0.1.4
Version published
Weekly downloads
4
-86.67%
Maintainers
1
Weekly downloads
 
Created
Source

Info

Spooch is NoSQL database server with REST API in pure Node.JS

Start

mkdir ./db ./bin/spoochd start

Stop

./bin/spoochd stop

Test REST server

./test/test.sh

Check speed for disk storage

mkdir ./lib/storage/test/db node ./lib/storage/test/test.js

Pluggins

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

Install, start, stop and uninstall

Install from rpm package

rpm -ivh https://raw.github.com/YaroslavGaponov/spooch/master/installer/spooch.rpm

Start

sudo spooch start

Stop

sudo spooch stop

Uninstall from system

rpm -e spooch

Keywords

nosql

FAQs

Package last updated on 18 Sep 2013

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts