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

Storing models for cheap on Factom #93

Open
kirit93 opened this issue Jun 22, 2020 · 1 comment
Open

Storing models for cheap on Factom #93

kirit93 opened this issue Jun 22, 2020 · 1 comment
Labels
discussion Discuss the project.

Comments

@kirit93
Copy link

kirit93 commented Jun 22, 2020

The Factom blockchain is built for data storage, offering a fixed cost of $0.001 for 10kb of data. The Factom chain anchors to the Bitcoin and Ethereum blockchain giving it accountability.

I'm curious if this option has been explored for model storage instead of storing it in Etheruem?

Each Factom entry has a unique hash and that can be used in the smart contract to lookup the required model.

More information on Factom - https://www.factom.com

@juharris juharris added the discussion Discuss the project. label Jun 24, 2020
@juharris
Copy link
Contributor

Thanks for your interest in this project! That's a good suggestion. Storing lots of data in Ethereum isn't ideal but I have some concerns with other storage methods. Maybe you already saw my FAQ about it: https://github.com/microsoft/0xDeCA10B#what-about-storing-models-off-chain ?
I've looked into Factom a bit and some of those concerns might apply to Factom as well. The information on their site was vague. Here are some questions for my notes or you to answer if you happen to know the answers:

  1. Is it cheap to update data? Factom advertises that data is immutable but if I can efficiently update a model then that might be good to do rather than storing a new model for every update.
  2. We might have to use an oracle to get the model if it is stored externally, this cost might be too high for some models.
  3. Is the data storage persistent? A peer-to-peer network is mentioned and if it is like IPFS, then it's not reliable.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
discussion Discuss the project.
Projects
None yet
Development

No branches or pull requests

2 participants