disk-storage
JSON →disk-storage is a Node.js library for storing large amounts of data efficiently on disk. It provides buffer-based reading with cursor support and parallelism, as well as line and batch line reading. Writing is done via append operations. It is designed for high performance and works on Node.js versions 8 and above. The library is stable at version 1.3.2 and is actively maintained on GitHub. It is a lightweight alternative to more complex storage solutions like LevelDB or RocksDB, focusing on simplicity and efficiency for log-like data.
Resources
packagedisk-storage ↗