Blockstores and datastores used by IP-JS internals
/packages/blockstore-coreContains various implementations of the API contract described in interface-blockstore/packages/blockstore-fsBlockstore implementation with file system backend/packages/blockstore-idbBlockstore implementation with IndexedDB backend/packages/blockstore-levelBlockstore implementation with level(up|down) backend/packages/blockstore-s3IPFS blockstore implementation backed by s3/packages/datastore-coreWrapper implementation for interface-datastore/packages/datastore-fsDatastore implementation with file system backend/packages/datastore-idbDatastore implementation with IndexedDB backend./packages/datastore-levelDatastore implementation with level(up|down) backend/packages/datastore-s3IPFS datastore implementation backed by s3/packages/interface-blockstoreAn interface for storing and retrieving blocks/packages/interface-blockstore-testsCompliance tests for the blockstore interface/packages/interface-datastoredatastore interface/packages/interface-datastore-testsCompliance tests for the datastore interface/packages/interface-storeA generic interface for storing and retrieving data
See the ./packages directory for the various interfaces.
Licensed under either of
- Apache 2.0, (LICENSE-APACHE / http://www.apache.org/licenses/LICENSE-2.0)
- MIT (LICENSE-MIT / http://opensource.org/licenses/MIT)
Contributions welcome! Please check out the issues.
Also see our contributing document for more information on how we work, and about contributing in general.
Please be aware that all interactions related to this repo are subject to the IPFS Code of Conduct.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.