codenotary / immudb

immudb - immutable database based on zero trust, SQL/Key-Value/Document model, tamperproof, data change history
https://immudb.io
Other
8.57k stars 345 forks source link

Support merging #1067

Open nustiueudinastea opened 2 years ago

nustiueudinastea commented 2 years ago

What would you like to be added or enhanced

Support merging between different immudb databases, similarly to https://github.com/attic-labs/noms and https://github.com/dolthub/dolt

Why is this needed

Git like merging + cryptographic proofs would make immudb an ideal solution for systems that:

Additional context

dwymark commented 2 years ago

Also similar in concept to automerge (there is a talk about the project here).

jeroiraz commented 2 years ago

thanks for proposing this idea. It's certainly a huge topic, with multiple approaches with different tradeoffs...

happy to have discussions around this