|
|
|
|
|
by Malexik
1972 days ago
|
|
It's really not a grow only, there you have immutable data but it expires at some points regarding the rules you want to implement. The integrity of the data is not shared on the network, each user owns his data, and choose to store it on his desired server. It's really like the email system. For the article, it really joins the conclusion that you could build google doc, or an IOT system or anything but you will inherent from powerful synchronization, encryption, offline mode and so you can ensure the 7 principles the author of the article characterized. You could just use a cloud to store massively your data, and pass them through a local server to make sure they are not compromised. |
|
Ah! I see where your inspiration is coming from! It's really interesting when you think of it that way!
I think there is a true need for a decentralized immutable data store (basically get/put/list operations), and it could serve a vast number of use cases. It enables simple algorithmic memoization, complete reproducibility of ML models, and datasets shareability. The only problem is we lack practical solutions. Maybe Condensation could help, or maybe not. In any case, it's good to see more alternative to traditional datastore that are not "git for data".