Skip to content

Latest commit

 

History

1,058 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tapedrive

Tapedrive runs its own network of storage nodes, much like a blockchain runs its own validators. Instead of validating transactions, the nodes store files, and they keep proving your data is still there.

To you, it just looks like S3: same tools, new endpoint.

Note

Tapedrive is in early access and invite-only.

Sign up for access, or join the Discord to follow development, and read the docs for the full picture.

What you get

Your data is distributed to many nodes on the network. Every large write is erasure-coded, onto a spool group. The network runs many groups, with no cap on the number of groups or nodes.

Storage overhead is about 2.8x the stored size, far less than other storage networks. Repair is bandwidth-optimal: a lost piece is rebuilt from small fragments read across many nodes, not from whole copies.

The S3-gateway means most existing tooling works after changing an endpoint and a credential.

When you want signed writes and verified reads straight from your own code, the CLI and SDKs speak the network natively.

Try it

Terminal recording of tape create, tape write, and tape read

Install the CLI. Prefer code? The SDK quickstart walks the same flow in six languages.

Already on S3? Point your existing tooling at the S3-gateway and keep your workflow.

Run a node

Storage nodes stake TAPE, hold slices of the network's data, and earn for proving they still have them, on hardware you own or rent. The node setup guide takes you from a bare Linux machine to a registered, earning node.

Learn more

Looking for the earlier Proof-of-Work version? It lives on the PoW branch.

About

A decentralized storage network that feels like S3

Topics

Resources

Stars

106 stars

Watchers

4 watching

Forks

Used by

Contributors

Languages