rounderdb
Version:
A low-I/O, fixed size, round robin db with in-mem support. Store in RAM and sync periodically to disk.
26 lines (25 loc) • 581 B
JSON
{
"name": "rounderdb",
"version": "0.2.2",
"description": "A low-I/O, fixed size, round robin db with in-mem support. Store in RAM and sync periodically to disk.",
"main": "rounder.js",
"scripts": {
"test": "mocha -R spec",
"testIntegration": "mocha -R spec ./test/integration/*js"
},
"repository": "https://github.com/aweijnitz/RounderDB.js",
"keywords": [
"RRD",
"Monitoring",
"Round",
"robin",
"db",
"Raspberry",
"Pi"
],
"author": "Anders Weijnitz",
"license": "MIT",
"devDependencies": {
"mocha": "~1.13.0"
}
}