|
|
|
|
|
by kmike84
2252 days ago
|
|
We looked into it, but it seems to be solving a different problem - how to handle large data. Does it solve merging of structured data? E.g. a json file is chanaged on 2 machines, and you need to merge the changes. Sometimes you can merge (e.g. 2 different entries in an array where people are adding annotations), sometimes you need to raise an error - e.g. changes in a single record, but for different fields - depending on a problem, you may disallow it, to keep the record consistent. |
|