Skip to content

arken/docs

Repository files navigation

Getting Started

Table of Contents

How does Arken Work?

Arken makes use of the Interplanetary Filesystem (IPFS) to construct a peer-to-peer mesh network between nodes. Utilizing this network along with a cluster manifest each Arken node builds up an internal database of files and the number of times they are replicated across the cluster. When a node encounters a file with fewer replications than the minimum cluster threshold (e.g. the Core Cluster makes 5 replications) it copies the file to itself and begins providing the file to the cluster.

Since Arken nodes are able to distribute files directly between each other they are able to minimize network costs and remove a central point of failure/attack. Moreover, Arken clusters aren't dependent on any one organization. Even if the Arken project is forced to shutdown, the cluster (and data within it) will remain online through nodes hosted by the community.

Exploring Data Already in the Archive

You can download data from the Core Cluster either by using Ark: the Arken Command-line Client or by going to files.arken.io.

Releases

No releases published

Packages

No packages published