Wondering if Riak has anything that would help one synchronize data between a mobile and web application?
i.e. when a user ads a record or updates a record on their phone/web, it would be easy for the application developer to detect the data is out of sych. and cause a refresh of the data displayed.
I have heard couchdb has something, but I’m still investigating my options.
Riak has commit hooks, where you can test if a value is being changed.
As for CouchDB, I believe you’re talking about the Changes API.