ipfs-cluster
ipfs-cluster copied to clipboard
Pinset orchestration for IPFS
So I was looking at the [github.com/libp2p/testlab](https://github.com/libp2p/testlab) project and they are using Consul for service discovery. And it got me thinking about the similarities between Consul and Cluster, granted this...
Right now, the cluster secret is retrieved from `ENV`. It makes it trivial for anyone with read access to the docker API to read it because it is part of...
This test doesn't run very reliably, specially in non-linux OSes. It has to do with reuseport support probably. This is a reminder to maybe look at it at some point,...
It should allow to set default options for ipfs-cluster-ctl (and for the rest/client it uses). If this file exists, then it shouldn't be necessary to pass some flags, but passing...
#### Description Currently, just a placeholder/reminder to start the conversation around having opt-in telemetry in IPFS Cluster. For reference, ipfs-webui just had this conversation as well, so linking here as...
I have been thinking about things that will take our time in the next weeks/months because they are hard but necessary towards a stable-working product. They will need to be...
#### Basic information * [x] Version information (mark as appropiate): * [x] Master * [ ] Release candidate for next version * [ ] Latest stable version * [ ]...
I'll use this issue to tracking some ideas that would be cool to blog about or make a presentation about. Feel free to submit new ones!
I thought up a possible architecture for a Reed-Solomon (or other erasure coding algorithm) layer on top of IPFS. My notes are [here](https://github.com/ipfs/notes/issues/196). @hsanjuan informed me that ipfs-cluster was already...
Currently the API is exposed by default at "/ip4/127.0.0.1/tcp/9094" so that, for example, `curl http://127.0.0.1:9094/id` will return information about your node. `go-ipfs` appears to be using a versioning scheme so...