UNPKG

amalgamate

Version:

Merge staging Strata b-trees containing MVCC versioned records into a primary Strata b-tree.

44 lines (43 loc) 1.58 kB
{ "name": "amalgamate", "version": "0.0.9", "author": "Alan Gutierrez <alan@prettyrobots.com>", "description": "Merge staging Strata b-trees containing MVCC versioned records into a primary Strata b-tree. ", "keywords": [ "btree", "leveldb", "levelup", "binary", "mvcc", "database", "json", "b-tree", "concurrent", "persistence" ], "contributors": [], "homepage": "http://bigeasy.github.io/amalgamate", "bugs": "https://github.com/bigeasy/amalgamate/issues", "licenses": [{ "type": "MIT", "url": "http://github.com/bigeasy/amalgamate/raw/master/LICENSE" }], "repository": { "type": "git", "url": "http://github.com/bigeasy/amalgamate.git" }, "main": "amalgamate", "dependencies": { "splice": "0.0.13", "twiddle": "0.0.3" }, "devDependencies": { "proof": "0.0.51", "b-tree": "0.0.30", "rimraf": "~2.2", "designate": "0.0.9", "skip": "0.0.12", "revise": "0.0.4" }, "scripts": { "test": "proof platform win32 && proof test */*/*.t.js || t/test" } }