Go to file
2019-10-29 20:18:16 +05:30
.github/ISSUE_TEMPLATE fix label in bug report 2019-04-29 18:01:12 +02:00
adder Golint 2019-10-01 13:59:54 +02:00
allocator Update deps along with go-libp2p-core refactor 2019-06-14 13:10:45 +02:00
api Fix #374: health metrics improvements 2019-10-24 16:37:26 +02:00
cmd service init --randomports: 2019-10-24 17:54:50 +02:00
cmdutils service init --randomports: 2019-10-24 17:54:50 +02:00
config Merge pull request #874 from ipfs/feat/865-init-consensus 2019-08-13 10:21:45 +02:00
consensus CRDT: update and increase timeout 2019-09-12 19:22:52 +02:00
datastore Badger: Do not compact L0 on close by default 2019-08-28 12:09:31 +02:00
docker Docker: improve for CRDTs 2019-08-13 19:32:38 +02:00
informer JSON Config object key should match JSON tags 2019-07-15 17:47:35 +05:30
ipfsconn/ipfshttp Do not error when not unpinning something and unpin is disabled 2019-08-26 14:56:19 +02:00
monitor Fix #374: health metrics improvements 2019-10-24 16:37:26 +02:00
observations Update deps along with go-libp2p-core refactor 2019-06-14 13:10:45 +02:00
pintracker Error queue is full for stateless pintracker 2019-09-11 12:53:51 +07:00
pstoremgr Merge branch 'master' into feat/sort-responses 2019-09-06 15:13:54 +02:00
rpcutil Pin recover on all peers 2019-08-21 11:19:07 +05:30
sharness Fix #374: health metrics improvements 2019-10-24 16:37:26 +02:00
state Update deps along with go-libp2p-core refactor 2019-06-14 13:10:45 +02:00
test Fix #374: health metrics improvements 2019-10-24 16:37:26 +02:00
utils Sort addresses in /id 2019-08-11 21:15:43 +05:30
version Release 0.11.0 2019-09-13 18:57:25 +02:00
.codeclimate.yml codeclimate 2018-08-07 20:12:05 +02:00
.codecov.yml Tests: add failfast, bump to go1.12, adjust codecov 2019-05-17 13:54:13 +02:00
.dockerignore Issue #259: Address CR comments 2017-12-04 13:59:48 +01:00
.gitignore Remove gx 2019-07-04 13:58:17 +01:00
.travis.yml Bump things to Go 1.13 2019-10-04 19:27:02 +02:00
add_test.go Added UserAllocations support for add 2019-08-16 18:13:06 +05:30
allocate.go Update deps along with go-libp2p-core refactor 2019-06-14 13:10:45 +02:00
CHANGELOG.md Spelling fix 2019-09-13 20:09:11 -07:00
cluster_config_test.go Feat: regularly trigger "recover" automatically 2019-07-08 16:55:05 +02:00
cluster_config.go mDNS: attach mDNS inside the Cluster. Allow interval configuration. 2019-08-24 17:24:18 +02:00
cluster_test.go Fix #732: Introduce native pin/update 2019-08-09 16:11:52 +02:00
cluster.go "Sync/Status/Recover" operations should not broadcast to peers with remote pins 2019-10-29 20:18:16 +05:30
clusterhost.go mDNS: attach mDNS inside the Cluster. Allow interval configuration. 2019-08-24 17:24:18 +02:00
config_test.go mDNS: attach mDNS inside the Cluster. Allow interval configuration. 2019-08-24 17:24:18 +02:00
connect_graph.go Update deps along with go-libp2p-core refactor 2019-06-14 13:10:45 +02:00
CONTRIBUTING.md Docs: Move to website. 2018-04-27 09:05:11 +02:00
COPYRIGHT Dual-license the codebase. 2019-03-01 20:12:19 +00:00
docker-compose.yml Improve docker-compose.yml for testing 2019-09-20 11:08:40 -04:00
Dockerfile Bump things to Go 1.13 2019-10-04 19:27:02 +02:00
Dockerfile-bundle Bump things to Go 1.13 2019-10-04 19:27:02 +02:00
Dockerfile-test Bump things to Go 1.13 2019-10-04 19:27:02 +02:00
go.mod Merge pull request #934 from ipfs/go1.13 2019-10-12 16:50:16 +02:00
go.sum Dependency update 2019-09-27 18:54:42 +02:00
ipfscluster_test.go Fix test program for go1.13 2019-10-04 20:01:40 +02:00
ipfscluster.go Fix #374: health metrics improvements 2019-10-24 16:37:26 +02:00
LICENSE-APACHE Dual-license the codebase. 2019-03-01 20:12:19 +00:00
LICENSE-MIT Dual-license the codebase. 2019-03-01 20:12:19 +00:00
logging.go Merge pull request #915 from ipfs/feat/proxy-logging 2019-09-27 12:07:34 +02:00
Makefile Use the updated sharness library 2019-08-19 16:49:27 +05:30
peer_manager_test.go Fix: handling allocations 2019-09-06 17:56:00 +02:00
pnet_test.go Tests: multiple fixes 2019-05-20 23:45:04 +02:00
README.md docs: fix download link in readme 2019-03-18 09:42:43 +00:00
release.sh Remove gx 2019-07-04 13:58:17 +01:00
rpc_api.go Fix #374: health metrics improvements 2019-10-24 16:37:26 +02:00
rpc_policy.go Fix #374: health metrics improvements 2019-10-24 16:37:26 +02:00
util.go Update deps along with go-libp2p-core refactor 2019-06-14 13:10:45 +02:00

IPFS Cluster

Made by Main project IRC channel standard-readme compliant GoDoc Go Report Card Build Status codecov

Pinset orchestration for IPFS.

logo

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.


Table of Contents

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/download .

Usage

Extensive usage information is provided at https://cluster.ipfs.io/documentation/ , including:

Contribute

PRs accepted. As part of the IPFS project, we have some contribution guidelines.

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.

© 2019. Protocol Labs, Inc.