Data synchronizationΒΆ
Sesam offers a set of features that will give you the edge when it comes to master data synchronization. Below is a list of core features Sesam offers.
Free feature
Scheduling and Signalling
Automatically signals downstream pipes when data changes upstream.
Free feature
Change tracking
Compares incoming entities with the existing version and only apply updates if the version are different.
Free feature
Continuation Support
Allows a pipe to process changes incrementally. The next time the pipe runs it will continue where the previous run finished.
Free feature
Deletion Tracking
Allows a dataset sink to effectively detect if entities have disappeared from the source.
Free feature
Circuit Breakers
A circuit breaker will trip if a larger than expected number of entities are written to a dataset in a pipe run.
Free feature
Transit Encoding
Transit Encoding is a technique for encoding a larger set of data types in JSON.
Free feature
Webhooks
Webhooks is a way to signal and transfer updates to data between systems.