https://github.com/ipfs/go-ipfs-blockstore
[ARCHIVED] This module provides a thin wrapper over a datastore and provides caching strategies.
https://github.com/ipfs/go-ipfs-blockstore
Last synced: 9 months ago
JSON representation
[ARCHIVED] This module provides a thin wrapper over a datastore and provides caching strategies.
- Host: GitHub
- URL: https://github.com/ipfs/go-ipfs-blockstore
- Owner: ipfs
- License: mit
- Archived: true
- Created: 2018-02-15T16:22:56.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-06-19T22:05:16.000Z (almost 3 years ago)
- Last Synced: 2024-09-27T16:22:24.174Z (over 1 year ago)
- Language: Go
- Homepage:
- Size: 321 KB
- Stars: 49
- Watchers: 26
- Forks: 36
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-ipfs-blockstore
> go-ipfs-blockstore implements a thin wrapper over a datastore, giving a clean interface for Getting and Putting block objects.
[](http://ipn.io)
[](http://ipfs.io/)
[](https://github.com/RichardLitt/standard-readme)
[](https://godoc.org/github.com/ipfs/go-ipfs-blockstore)
[](https://travis-ci.com/ipfs/go-ipfs-blockstore)
## ❗ This repo is no longer maintained.
👉 We highly recommend switching to the maintained version at https://github.com/ipfs/boxo/tree/main/blockstore.
🏎️ 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
- [Install](#install)
- [Usage](#usage)
- [License](#license)
## Install
`go-ipfs-blockstore` works like a regular Go module:
```
> go get github.com/ipfs/go-ipfs-blockstore
```
## Usage
```
import "github.com/ipfs/go-ipfs-blockstore"
```
Check the [GoDoc documentation](https://godoc.org/github.com/ipfs/go-ipfs-blockstore)
## License
MIT © Protocol Labs, Inc.