https://github.com/godcong/deleted-ipfs-cluster
https://github.com/godcong/deleted-ipfs-cluster
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/godcong/deleted-ipfs-cluster
- Owner: godcong
- License: mit
- Created: 2018-12-19T18:54:29.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-20T10:26:12.000Z (over 6 years ago)
- Last Synced: 2025-01-26T08:11:30.273Z (5 months ago)
- Language: Go
- Size: 2.6 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# IPFS Cluster
[](https://protocol.ai)
[](http://github.com/ipfs/ipfs)
[](http://webchat.freenode.net/?channels=%23ipfs-cluster)
[](https://github.com/RichardLitt/standard-readme)
[](https://godoc.org/github.com/ipfs/ipfs-cluster)
[](https://goreportcard.com/report/github.com/ipfs/ipfs-cluster)
[](https://travis-ci.org/ipfs/ipfs-cluster)
[](https://coveralls.io/github/ipfs/ipfs-cluster?branch=master)> Pinset orchestration for IPFS.
![]()
IPFS Cluster is a stand-alone application and a CLI client that allocates, replicates, and tracks pins across a cluster of IPFS daemons.
It provides:
* A cluster peer application: `ipfs-cluster-service`, to be run along with `go-ipfs`.
* A client CLI application: `ipfs-cluster-ctl`, which allows easily interacting with the peer's HTTP API.---
### Are you using IPFS Cluster?
Please participate in the [IPFS Cluster user registry](https://docs.google.com/forms/d/e/1FAIpQLSdWF5aXNXrAK_sCyu1eVv2obTaKVO3Ac5dfgl2r5_IWcizGRg/viewform).
---
## Table of Contents
- [Documentation](#documentation)
- [News & Roadmap](#news--roadmap)
- [Install](#install)
- [Usage](#usage)
- [Contribute](#contribute)
- [License](#license)## Documentation
Please visit https://cluster.ipfs.io/documentation/ to access user documentation, guides and any other resources, including detailed **download** and **usage** instructions.
## News & Roadmap
We regularly post project updates to https://cluster.ipfs.io/news/ .
The most up-to-date *Roadmap* is available at https://cluster.ipfs.io/roadmap/ .
## Install
Instructions for different installation methods (including from source) are available at https://cluster.ipfs.io/documentation/download .
## Usage
Extensive usage information is provided at https://cluster.ipfs.io/documentation/ , including:
* [Docs for `ipfs-cluster-service`](https://cluster.ipfs.io/documentation/ipfs-cluster-service/)
* [Docs for `ipfs-cluster-ctl`](https://cluster.ipfs.io/documentation/ipfs-cluster-ctl/)## Contribute
PRs accepted. As part of the IPFS project, we have some [contribution guidelines](https://cluster.ipfs.io/developer/contribute).
Small note: If editing the README, please conform to the [standard-readme](https://github.com/RichardLitt/standard-readme) specification.
## License
MIT © Protocol Labs, Inc.