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

RFC: What are different methods to store dynamic data in a dapp? #51

Open
vasa-develop opened this issue Feb 8, 2020 · 2 comments
Open
Assignees
Labels
new-rfc To identify incoming RFCs (for review purposes)

Comments

@vasa-develop
Copy link
Member

What new topic/thread/tutorial are you proposing? Please describe.
We know that dealing with "changing data" is a thing greatly discussed in the Web 3.0 community. The thing here is that immutable stores(Blockchains, IPFS, etc.) are good for static data, i.e. data that is not supposed to change.

But a big part of a dapp consists of dealing with your dynamic data(users and their related properties, assets, etc.). There are a few approaches that we use today to mitigate this:

The purpose of this post(maybe series) is to study different scenarios in which we need to manage(store, fetch, edit) dynamic data of our dapp, and see which approaches work best for different scenarios.

@vasa-develop vasa-develop added the new-rfc To identify incoming RFCs (for review purposes) label Feb 8, 2020
@vasa-develop
Copy link
Member Author

@0zAND1z Do you have any other projects/approaches in mind for dealing with dynamic data in dapps?

@0zAND1z
Copy link
Member

0zAND1z commented Feb 20, 2020

Hi @vasa-develop , it is a good idea to convert this thread into a series.

Each article could spotlight how the database service offers services to dApps.

We can also add MoiBit.io into this list!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new-rfc To identify incoming RFCs (for review purposes)
Projects
None yet
Development

No branches or pull requests

2 participants