Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Actyx/ipfs-sqlite-block-store
SQLite based ipfs block store
https://github.com/Actyx/ipfs-sqlite-block-store
ipfs libp2p p2p
Last synced: 2 months ago
JSON representation
SQLite based ipfs block store
- Host: GitHub
- URL: https://github.com/Actyx/ipfs-sqlite-block-store
- Owner: Actyx
- License: apache-2.0
- Created: 2020-11-28T15:03:44.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-04-18T12:43:27.000Z (over 1 year ago)
- Last Synced: 2024-10-13T19:47:09.373Z (3 months ago)
- Topics: ipfs, libp2p, p2p
- Language: Rust
- Homepage:
- Size: 328 KB
- Stars: 46
- Watchers: 9
- Forks: 6
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE-APACHE
Awesome Lists containing this project
- awesome-decentralized-database - ipfs-sqlite-block-store - IPFS blockstore. (Relational Databases / IPFS)
README
# IPFS sqlite block store [![Latest Version]][crates.io] [![Docs Badge]][docs.rs]
[Latest Version]: https://img.shields.io/crates/v/ipfs-sqlite-block-store.svg
[crates.io]: https://crates.io/crates/ipfs-sqlite-block-store
[Docs Badge]: https://img.shields.io/badge/docs-docs.rs-green
[docs.rs]: https://docs.rs/ipfs-sqlite-block-storeSqlite based block store for content-addressed data like IPLD.
See the [module level docs](https://docs.rs/ipfs-sqlite-block-store) for more details.