← All repos

fs-chunk-store

Filesystem (fs) chunk store that is abstract-chunk-store compliant

Browse cluster: JavaScript Standard Style Linting
154commits
12contributors
1languages

Tech stack & purpose

fs-chunk-store is a filesystem-based chunk store implementation for Node.js that complies with the abstract-chunk-store interface. Built in JavaScript and authored by Feross Aboukhadijeh, it allows developers to store and retrieve data chunks backed by either a single file or multiple files on disk. The library provides methods for putting and getting chunks, as well as closing and destroying the underlying file storage.

Languages

JavaScript
100.0%

Contributors