You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 31, 2020. It is now read-only.
more detail: from a data storage perspective this simply means you would be storing a "transaction log" that is exposed over HTTP as JSON so that it can be used to quickly do queries like this:
get all posts from max@maxogden.com since {{myMostRecentPostID}}
one more thing: having a underlying data storage model that supports this makes it easy to build push and pull webservices on top. doesn't necessarily have to be SLEEP but I would highly recommend researching this
http://www.dataprotocols.org/en/latest/syncing.html#sleep
its essentially a generic version of couchdbs multi-master streaming replication protocol without all the complicated MVCC stuff.
The text was updated successfully, but these errors were encountered: