Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replica - data backup protocol #231

Open
IgorShadurin opened this issue Apr 20, 2023 · 0 comments
Open

Replica - data backup protocol #231

IgorShadurin opened this issue Apr 20, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@IgorShadurin
Copy link
Collaborator

Uploading/downloading data in decentralized systems may not always be stable. Therefore, a person may need a convenient data backup that does not force a person to do additional actions.

We can make an "FDP Reference" project (code name: Replica). The point is to upload data first to a stable-working distributed storage (torrent or something similar). And then transfer the data to other decentralized storage in the background.

In this way, we can be sure that if data is lost in one of the sources, then this data can be obtained from another source. fdp-storage can be modified to work on top of this project instead of one source of data.

This approach enables a person using our products to be confident in the safety of their data. Confidence in safety is gained through the choice of storage methods.

There is also room for action to create tokens that provide replication and pay for the work of gateways. The operation of these tokens can be planned in such a way that they can be used through gateways. Now swarm tokens (rather a postage stamps that are created using tokens) can only be used on your own node, which slightly restricts scenarios for using the token by users. At the same time, many Ethereum transactions are now sent through gateways, for example.

@IgorShadurin IgorShadurin added the enhancement New feature or request label Apr 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant