Avoid loading all pins into memory during migration (#5)
Andrew Gillis authored
* Converting from IPLD to datastore-based pins no longer requires loading all dag-storage pins (including indirect pins) into memory
* increase test coverage
9ed588ac

go-ipfs-pinner

Coverage Status Travis CI

Background

The pinner system is responsible for keeping track of which objects a user wants to keep stored locally

Install

Via go get:

$ go get github.com/ipfs/go-ipfs-pinner

Requires Go 1.13

Documentation

https://godoc.org/github.com/ipfs/go-ipfs-pinner

Contribute

PRs are welcome!

Small note: If editing the Readme, please conform to the standard-readme specification.

License

This library is dual-licensed under Apache 2.0 and MIT terms.

Copyright 2019. Protocol Labs, Inc.