|
|
|
|
|
by Fiahil
1973 days ago
|
|
So, it's like a giant "grow only set" shared between as many nodes as you want and sending diffs on the network? I find it difficult to understand the possible applications* and the link with the article in the readme (https://www.inkandswitch.com/local-first.html). *: I see that it could be used as backbone for an end-to-end encrypted messaging system, but what would it change for me if I were reading a remote API, running a multi-instance web app or parsing CSVs to train ML models on them ? |
|
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.