https://github.com/ipfs/go-blockservice
The go 'blockservice' implementation, combines local and remote storage seamlessly
https://github.com/ipfs/go-blockservice
Last synced: 9 months ago
JSON representation
The go 'blockservice' implementation, combines local and remote storage seamlessly
- Host: GitHub
- URL: https://github.com/ipfs/go-blockservice
- Owner: ipfs
- License: mit
- Archived: true
- Created: 2018-07-28T00:54:19.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-06-14T11:14:47.000Z (almost 3 years ago)
- Last Synced: 2024-09-20T19:47:56.160Z (over 1 year ago)
- Language: Go
- Homepage:
- Size: 359 KB
- Stars: 27
- Watchers: 24
- Forks: 32
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
go-blockservice
==================
> go-blockservice provides a seamless interface to both local and remote storage backends.
[](http://ipn.io)
[](http://ipfs.io/)
[](http://webchat.freenode.net/?channels=%23ipfs)
[](https://codecov.io/gh/ipfs/go-block-format/branch/master)
[](https://circleci.com/gh/ipfs/go-blockservice)
## ❗ This repo is no longer maintained.
👉 We highly recommend switching to the maintained version at https://github.com/ipfs/boxo/tree/main/blockservice.
🏎️ Good news! There is [tooling and documentation](https://github.com/ipfs/boxo#migrating-to-boxo) to expedite a switch in your repo.
⚠️ If you continue using this repo, please note that security fixes will not be provided (unless someone steps in to maintain it).
📚 Learn more, including how to take the maintainership mantle or ask questions, [here](https://github.com/ipfs/boxo/wiki/Copied-or-Migrated-Repos-FAQ).
## Table of Contents
- [TODO](#todo)
- [License](#license)
## TODO
The interfaces here really would like to be merged with the blockstore interfaces.
The 'dagservice' constructor currently takes a blockservice, but it would be really nice
if it could just take a blockstore, and have this package implement a blockstore.
## License
MIT © Juan Batiz-Benet