Would you say that automerge is useful for applications that don’t involve a human? I’m imagining a cluster of “service registry” services that use automerge as a way to manage shared state between them. There wouldn’t be a human to fix a merge conflict, so all possible merge outcomes would need to be well defined.
The CRDT examples I see are all oriented around human collaboration, are they a bad choice for something more akin to a distributed database?
The CRDT examples I see are all oriented around human collaboration, are they a bad choice for something more akin to a distributed database?