Data Synchronization Patterns¶
We’ve identified a set of patterns when working with problems related to data synchronizaion in Sesam. We find it very useful to name these patterns as it makes it easier to refer to them when discussing problems.
Collect Patterns¶
Looking for some collect patterns? These topics will get you started on the right foot.
Source with since support but no deletions pattern
Source that only provides delta streams pattern
Source with parameterized input pattern
Recreate best effort history from a source pattern
Make periodic entities from a versioned history pattern
Sporadic empty response pattern
Keep data in original structure pattern
Avoid unnecessary load on source systems pattern