chipxsd / stream-based-sync

Stream Based Object Synchronization Keynote

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

# Stream-based Data Synchronization

This repository contains the source code I've written in support of the
article on [Stream-based Data Synchronization](https://medium.com/@klemen.verdnik/stream-based-data-synchronization-41ff242327ec)
I've published on [medium.com](http://medium.com). The publication talks about
a specific way to synchronize a shared data model across devices by
transmitting non-reconciled model changes over network, instead of fully
hydrated, up-to-date objects. The approach is supported with code snippets
written in Swift.

If you have any questions or comments about this work, please contact me.

— Klemen Verdnik

About

Stream Based Object Synchronization Keynote

License:Creative Commons Zero v1.0 Universal


Languages

Language:Swift 97.3%Language:Ruby 2.7%