IPFS Cluster provides data orchestration across a swarm of IPFS daemons by allocating, replicating and tracking a global pinset distributed among multiple peers.
The ipfs-cluster-service is a command line application that runs a full cluster peer
Install the latest ipfs-cluster-service
binary:
# Install globally
> npm install -g ipfs-cluster-service
> ipfs-cluster-service --version
ipfs-cluster-service version 1.0.7
# Install locally
> npm install ipfs-cluster-service
> ./node_modules/.bin/ipfs-cluster-service --version
ipfs-cluster-service version 1.0.7