Go to file
Hector Sanjuan c31571407e Set the RPC Protocol Version to a fixed value
The RPC endpoints no longer change much, but every minor release enforces that
all peers in a Cluster must run on the same version.

This was meant to allow greater flexibility when upgrading the RPC
endpoints. Now we should not be in a situation that releasing a minor cluster
version causes peers incompatibilities, even though nothing changes on the RPC
side of things.

Therefore we make 0.12 the RPC protocol version going forward and detach it
from the actual cluster version from this point.
2020-04-23 19:08:11 +02:00
.github/ISSUE_TEMPLATE fix typo (#999) 2020-02-03 10:25:37 +01:00
adder gofmt -s fixes 2020-04-14 23:44:18 +02:00
allocator staticcheck: fix all staticcheck warnings in the project 2020-04-14 20:16:10 +02:00
api gofmt -s fixes 2020-04-14 23:44:18 +02:00
cmd gofmt -s fixes 2020-04-14 23:44:18 +02:00
cmdutils Feat: upgrade to dual DHT 2020-04-14 22:03:24 +02:00
config staticcheck: fix all staticcheck warnings in the project 2020-04-14 20:16:10 +02:00
consensus Fix some mispellings 2020-04-14 23:47:09 +02:00
datastore badger: reduce memory footprint with better default options 2020-04-01 13:18:41 +02:00
docker Docker: improve for CRDTs 2019-08-13 19:32:38 +02:00
informer staticcheck: fix all staticcheck warnings in the project 2020-04-14 20:16:10 +02:00
ipfsconn/ipfshttp staticcheck: fix all staticcheck warnings in the project 2020-04-14 20:16:10 +02:00
monitor Fix some mispellings 2020-04-14 23:47:09 +02:00
observations staticcheck: fix all staticcheck warnings in the project 2020-04-14 20:16:10 +02:00
pintracker gofmt -s fixes 2020-04-14 23:44:18 +02:00
pstoremgr staticcheck: fix all staticcheck warnings in the project 2020-04-14 20:16:10 +02:00
rpcutil staticcheck: fix all staticcheck warnings in the project 2020-04-14 20:16:10 +02:00
sharness sharness: Disable ipns tests 2020-04-07 23:33:30 +02:00
state staticcheck: fix all staticcheck warnings in the project 2020-04-14 20:16:10 +02:00
test gofmt -s fixes 2020-04-14 23:44:18 +02:00
version Set the RPC Protocol Version to a fixed value 2020-04-23 19:08:11 +02:00
.codeclimate.yml codeclimate 2018-08-07 20:12:05 +02:00
.codecov.yml Codevoc: adjust thresholds 2020-03-22 14:48:31 +01:00
.dockerignore Issue #259: Address CR comments 2017-12-04 13:59:48 +01:00
.gitignore Feat: ipfs-cluster-follow 2019-12-07 15:38:59 +01:00
.travis.yml Revert "Revert to Go1.13" 2020-04-02 18:03:58 +02:00
add_test.go staticcheck: fix all staticcheck warnings in the project 2020-04-14 20:16:10 +02:00
allocate.go Feat: Allow and run multiple informer components (#962) 2019-12-05 15:08:43 +01:00
CHANGELOG.md fix: Fix typos (#1001) 2020-02-03 10:30:04 +01:00
cluster_config_test.go Remove map pintracker (#944) 2019-12-12 21:22:54 +01:00
cluster_config.go staticcheck: fix all staticcheck warnings in the project 2020-04-14 20:16:10 +02:00
cluster_test.go staticcheck: fix all staticcheck warnings in the project 2020-04-14 20:16:10 +02:00
cluster.go Merge pull request #1065 from gargdeepak/fix/cluster/pinupdate 2020-04-16 10:55:18 +02:00
clusterhost.go Fix some mispellings 2020-04-14 23:47:09 +02:00
config_test.go pintracker: take care of tests 2019-12-16 13:42:35 +01:00
connect_graph.go staticcheck: fix all staticcheck warnings in the project 2020-04-14 20:16:10 +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 Revert "Revert to Go1.13" 2020-04-02 18:03:58 +02:00
Dockerfile-bundle Revert "Revert to Go1.13" 2020-04-02 18:03:58 +02:00
Dockerfile-test Revert "Revert to Go1.13" 2020-04-02 18:03:58 +02:00
go.mod Merge pull request #1077 from ipfs/dependabot/go_modules/github.com/libp2p/go-libp2p-0.8.0 2020-04-16 10:53:08 +02:00
go.sum Merge pull request #1077 from ipfs/dependabot/go_modules/github.com/libp2p/go-libp2p-0.8.0 2020-04-16 10:53:08 +02:00
ipfscluster_test.go Tests: improve explicitness of expiry time update check 2020-04-16 11:02:33 +02:00
ipfscluster.go fix: Fix typos (#1001) 2020-02-03 10:30:04 +01:00
LICENSE Chore: Add license file with URLS (#1014) 2020-03-06 13:52:19 +01:00
LICENSE-APACHE Chore: Add license file with URLS (#1014) 2020-03-06 13:52:19 +01:00
LICENSE-MIT Chore: Add license file with URLS (#1014) 2020-03-06 13:52:19 +01:00
logging.go Dependency ugprade: changes needed 2020-03-22 14:50:25 +01:00
Makefile Feat: ipfs-cluster-follow 2019-12-07 15:38:59 +01:00
peer_manager_test.go staticcheck: fix all staticcheck warnings in the project 2020-04-14 20:16:10 +02:00
pnet_test.go Dependency ugprade: changes needed 2020-03-22 14:50:25 +01:00
README.md Update README: fix links, add ipfs-cluste-follow info 2019-12-20 14:12:17 +01:00
release.sh Remove gx 2019-07-04 13:58:17 +01:00
rpc_api.go staticcheck: fix all staticcheck warnings in the project 2020-04-14 20:16:10 +02:00
rpc_policy.go Remove map pintracker (#944) 2019-12-12 21:22:54 +01:00
util.go staticcheck: fix all staticcheck warnings in the project 2020-04-14 20:16:10 +02:00

IPFS Cluster

Made by Main project IRC channel GoDoc Go Report Card Build Status codecov

Automated data availability and redundancy on IPFS

logo

IPFS Cluster provides data orchestration across a swarm of IPFS daemons by allocating, replicating and tracking a global pinset distributed among multiple peers.

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.
  • An additional "follower" peer application: ipfs-cluster-follow, focused on simplifying the process of configuring and running follower peers.

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.

License

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

© 2020. Protocol Labs, Inc.