ipfs-cluster/ROADMAP.md
Hector Sanjuan 4c1e0068f5 Fix #15: Peers() provides lots of information now
I have renamed "members" to "peers".

Added IPFS daemon ID and addresses to the ID object and
have Peers() return the collection of ID() objects from the cluster.

License: MIT
Signed-off-by: Hector Sanjuan <hector@protocol.ai>
2017-01-26 20:24:00 +01:00

1.3 KiB

IPFS Cluster - Roadmap

Q1 2017

This quarter is going to be focused on bringing ipfs-cluster to life as a usable product in the IPFS ecosystem. That means:

  • It shouldn't hard to crash
  • It shouldn't lose track of content
  • It should play well with go-ipfs
  • It should support a replication-factor
  • It should be very well tested
  • It should be very easy to setup and manage
  • It should have stable APIs

On these lines, there are several endeavours which stand out for themselves and are officially part of the general IPFS Roadmaps:

This involves easily adding a peer (or removing) from a running cluster. ipfs-cluster-service peer add <maddress> should work and should update the peer set of all components of all peers, along with their configurations.

This involves being able to pin an item in, say, 2 nodes only. Cluster should re-pin whenever an item is found to be underpinned, which means that monitoring of pinsets must exist and be automated.

In the context of the Interplanetary Test Lab, there should be tests end to end tests in which cluster is tested, benchmarked along with IPFS.