This commit is contained in:
2024-02-27 14:11:12 +03:00
parent 59510c76cb
commit 6b7fdba1c5
983 changed files with 11654 additions and 185 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 765 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.1 MiB

View File

@@ -0,0 +1,29 @@
# Quantum Safe Twin Storage System
![](img/qss_twin.png)
Each Twin or Executor stores the data on a quantum safe filesystem, which means data can never be lost, any application just sees a normal filesystem so it's compatible with any application.
This is an ultra scalable design, there are no limits to the size which can be achieved.
This is a zero knowledge proof system which means that, once the data leaves the twin it is impossible for any hacker or even quantum computer to get access or to modify the data, there is simply not enough information available.
A redundant filesystem can store PBs (millions of gigabytes) of information.
Unique features:
* Unlimited scalable (many petabytes) filesystem
* Quantum Safe: even if used on the ThreeFold Grid, no farmer knows what the data is about
* Even a quantum computer cannot decrypt
* Data cant be lost
* Protection for datarot, data will auto repair
* Data is kept forever
* Data is dispersed over multiple sites
* Sites can go down, data not lost
* Up to 10x more efficient than storing on classic storage cloud systems
* Can be mounted as a filesystem on any OS or any deployment system (OSX, Linux, Windows, Docker, Kubernetes, ThreeFold Grid, …)
* Compatible with ± all data workloads (not high performance data driven workloads like a database)
* Self-healing: when a node or disk is lost, storage system can get back to the original redundancy level
* Helps with compliance to regulations like GDPR (as the hosting facility has no view on what is stored, information is encrypted and incomplete)
* Hybrid: can be installed onsite, public, private, …

View File

@@ -0,0 +1,19 @@
# Quantum Safe Storage
![](img/quantum_safe_storage.png)
Imagine a storage system with the following benefits:
* upto 10x more efficient (power and usage of hardware)
* ultra reliable, data can not be lost
* ultra safe & private
* ultra scalable
* sovereign, data is close to you in the country of your choice
* true Peer To Peer, by everyone for everyone.
It is not a dream, it does already exist, and is the underpinning of the ultra safe **Cloud & Internet Backend System** empowering this solution.
Our storage architecture follows the true Peer To Peer design. Any participating nodes (can be on ultra safe locations) only store small incomplete parts of data (files, photos, movies, databases…) by only offering a slice of their current (local) storage devices. Managing the storage and retrieval of all these distributed fragments is done by a software that creates development and/or end-user interfaces for this storage algorithm. We call this dispersed storage.
<!-- ![alt_text](img/data_security.png ) -->