Hacker News new | ask | show | jobs
by lifty 1973 days ago
People that are interested in a similar feature set should check out https://github.com/attic-labs/noms and the SQL fork of Noms, https://github.com/dolthub/dolt
1 comments

Interesting one, I think the difference is that you dont really control where your data is, it's like IPFS? I am surprised they managed to have queries, I will dig deeper into that thanks.
It's just a db, so your data is where the db is running. You could have a central db storing your data and your local client could sync periodically, or you can have a p2p architecture if you want. I use Noms as an embedded db in my project, where syncing happens between p2p nodes.