Go to file
dependabot[bot] c213f6ccb6
build(deps): bump github.com/urfave/cli from 1.22.12 to 1.22.14
Bumps [github.com/urfave/cli](https://github.com/urfave/cli) from 1.22.12 to 1.22.14.
- [Release notes](https://github.com/urfave/cli/releases)
- [Changelog](https://github.com/urfave/cli/blob/main/docs/CHANGELOG.md)
- [Commits](https://github.com/urfave/cli/compare/v1.22.12...v1.22.14)

---
updated-dependencies:
- dependency-name: github.com/urfave/cli
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-10 21:29:01 +00:00
.github Update docker and CI to go1.20 2023-08-10 18:07:12 +02:00
adder Dependency upgrades 2023-08-10 17:47:09 +02:00
allocator/balanced Dependency upgrades (#1755) 2022-09-06 16:57:17 +02:00
api client: Fix formatting in lbclient.go 2023-08-10 22:51:52 +02:00
cmd Merge remote-tracking branch 'origin/master' 2023-04-19 22:52:09 +02:00
cmdutils Add Pebble support as datastore backend 2022-12-02 11:29:33 +01:00
config Fix #1844: Do not build pebble on non-supported platforms 2023-03-03 18:19:02 +01:00
consensus chore: upgrade to boxo 2023-04-19 12:59:07 +02:00
datastore deps: Update mergo to dario.cat/mergo 2023-08-10 23:17:47 +02:00
docker Docker: use more recent versions 2023-08-10 22:52:30 +02:00
informer Informer/disk: record issued metric weights as prometheus metric. 2022-06-23 11:58:35 +02:00
ipfsconn/ipfshttp chore: upgrade to boxo 2023-04-19 12:59:07 +02:00
monitor Dependency upgrades (#1755) 2022-09-06 16:57:17 +02:00
observations Informer/disk: record issued metric weights as prometheus metric. 2022-06-23 11:58:35 +02:00
pintracker Fix #1785: Ensure up-to-date status for re-pinned items. 2023-03-03 18:44:39 +01:00
pstoremgr Dependency upgrades (#1755) 2022-09-06 16:57:17 +02:00
rpcutil Migrate from ipfs/ipfs-cluster to ipfs-cluster/ipfs-cluster 2022-06-16 17:43:30 +02:00
sharness chore: switch to ipfs/kubo docker image 2023-02-04 01:00:01 +01:00
state chore: upgrade to boxo 2023-04-19 12:59:07 +02:00
test chore: upgrade to boxo 2023-04-19 12:59:07 +02:00
version Release v1.0.6 2023-03-06 19:48:30 +01:00
.codeclimate.yml codeclimate 2018-08-07 20:12:05 +02:00
.codecov.yml Codecov: disable comments 2020-10-05 08:41:42 +02: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
add_test.go chore: upgrade to boxo 2023-04-19 12:59:07 +02:00
allocate.go Dependency upgrades (#1755) 2022-09-06 16:57:17 +02:00
CHANGELOG.md Changelog for v1.0.6 2023-03-06 19:39:25 +01:00
cluster_config_test.go Dependency upgrades (#1755) 2022-09-06 16:57:17 +02:00
cluster_config.go Dependency upgrades (#1755) 2022-09-06 16:57:17 +02:00
cluster_test.go chore: upgrade to boxo 2023-04-19 12:59:07 +02:00
cluster.go Fix: repinning does not re-allocate as needed 2022-09-27 12:31:24 +02:00
clusterhost.go chore: upgrade to boxo 2023-04-19 12:59:07 +02:00
config_test.go Enable tests using the new datastores (badger3, pebble) 2022-12-02 11:29:33 +01:00
connect_graph.go Dependency upgrades (#1755) 2022-09-06 16:57:17 +02:00
CONTRIBUTING.md Rename links to use the ipfscluster.io domain 2022-06-16 17:43:30 +02:00
COPYRIGHT Dual-license the codebase. 2019-03-01 20:12:19 +00:00
docker-compose.yml chore: switch to ipfs/kubo docker image 2023-02-04 01:00:01 +01:00
Dockerfile Docker: use more recent versions 2023-08-10 22:52:30 +02:00
Dockerfile-bundle Docker: use more recent versions 2023-08-10 22:52:30 +02:00
Dockerfile-test Docker: use more recent versions 2023-08-10 22:52:30 +02:00
go.mod build(deps): bump github.com/urfave/cli from 1.22.12 to 1.22.14 2023-08-10 21:29:01 +00:00
go.sum build(deps): bump github.com/urfave/cli from 1.22.12 to 1.22.14 2023-08-10 21:29:01 +00:00
ipfscluster_test.go Fix tests: DHT lookups not working 2023-08-10 20:17:21 +02:00
ipfscluster.go Wait for IPFS to be ready during start 2022-09-15 16:40:34 +02: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 Pebble: make default 2023-03-06 18:41:51 +01:00
Makefile Error on mispellings 2022-06-16 17:43:30 +02:00
peer_manager_test.go Avoid using rand.Seed as it is deprecated 2023-08-10 18:33:30 +02:00
pnet_test.go Streaming Peers(): make Peers() a streaming call 2022-03-23 01:27:57 +01:00
README.md chore: switch to ipfs/kubo docker image 2023-02-04 01:00:01 +01:00
release.sh release.sh: improve script. 2021-01-14 14:06:53 +01:00
rpc_api.go Dependency upgrades (#1755) 2022-09-06 16:57:17 +02:00
rpc_policy.go Feat: add a new "pinqueue" informer component 2022-06-16 17:43:29 +02:00
util.go Dependency upgrades (#1755) 2022-09-06 16:57:17 +02:00

IPFS Cluster

Made by Main project Discord Matrix channel pkg.go.dev Go Report Card codecov

Pinset orchestration for 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.

There are 3 different applications:

  • A cluster peer application: ipfs-cluster-service, to be run along with kubo (go-ipfs) as a sidecar.
  • 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://ipfscluster.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://ipfscluster.io/news/ .

The most up-to-date Roadmap is available at https://ipfscluster.io/roadmap/ .

Install

Instructions for different installation methods (including from source) are available at https://ipfscluster.io/download .

Usage

Extensive usage information is provided at https://ipfscluster.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.

© 2022. Protocol Labs, Inc.