-
Can the IPFS cluster group nodes in the cluster, so that the IPFS cluster a region a group, when adding files can specify which groups to add synchronously update content?
-
This is something @hsanjuan and I have been working on for a while now.
@whyrusleeping @Kubuxu @Stebalien @lgierth @jbenet -- feedback appreciated
@flyingzumwalt -- feedback appreciated particularly…
-
This would show things which are obviously wrong with a cluster. Example:
```
ipfs-cluster-ctl alerts
Peer Qmxxx is down
Cid Qmabc is underallocated
Cid Qmaie is in PIN_ERROR state on peer Qmss…
-
Use consul as in [nomad](https://github.com/hashicorp/nomad) as a service discovery and automatically bootstrap an ipfs-cluster.
-
Hi, I can't seem to find any good examples of streaming using gorpc. I was able to hack together a basic example, but it doesn't seem to be receiving any messages. Normal send/receive without doing st…
-
-
## TODO
- [x] include https://github.com/ipfs/go-ds-pebble as built-in plugin (similar to badger atm)
- [x] update https://github.com/ipfs/kubo/blob/master/docs/config.md#profiles to include pebbl…
-
I would like to have 2 more options in ipfs-cluster-follow :
- `--max-size "string, size (50Mb 200Gb)"`, if the pinset gets bigger it either pinned partially (up until the limit) or stop being update…
-
**Describe the feature you are proposing**
I am looking for a way to integrate the estuary as one of the remote node for my IPFS cluster along with normal local IPFS nodes.
Ideally I would be able…
-
**CI/CD with ipfs-cluster**
As a decentralized app developer I would like to integrate ipfs-cluster in my continuous delivery process.
A release will generate a deliverable that translates into…