UNPKG

rounderdb

Version:

A low-I/O, fixed size, round robin db with in-mem support. Store in RAM and sync periodically to disk.

24 lines 428 B
{ "persistenceConf": { "dbFile": "./test/tmp/rounderDB.json", "syncInterval": 1 }, "cpuLoad": [ { "capacity": 2, "aggregationStrategy": "average" }, { "capacity": 4 } ], "clicks": [ { "capacity": 2, "aggregationStrategy": "sum" }, { "capacity": 4 } ] }