ipfs-docs icon indicating copy to clipboard operation
ipfs-docs copied to clipboard

IPFS Implementations - add Elastic IPFS for large scale deployments

Open stuberman opened this issue 8 months ago • 1 comments

Please consider adding an additional IPFS implementation to the list of available implementations. From the documentaiton below, Elastic IPFS is designed for massive scaling on AWS infrastructure.

Repo: https://github.com/elastic-ipfs/elastic-ipfs

Detailed description and comparisons: https://www.pinata.cloud/blog/kubo-vs-helia-vs-elastic-ipfs-comparing-the-major-ipfs-implementations-ease-of-working-with/

Of particular note regarding Elastic IPFS:

Elastic-IPFS was purpose-built for a data-center scale.

Where other IPFS implementations can run into bottlenecks like hardware constraints, Elastic-IPFS takes a different approach by completely removing hardware limitations from the equation. It uses a modular, cloud-native design that breaks the core pieces of an IPFS implementation into serverless subsystems that each scale independently of each other.

In other words, Elastic-IPFS leverages battle-hardened cloud-based building blocks to provide an IPFS node that is fast, stable, and “auto scales” itself in a nearly infinite way.

stuberman avatar Jun 23 '24 22:06 stuberman