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.

Read more

Free feature

Change tracking

Compares incoming entities with the existing version and only apply updates if the version are different.

Read more

Free feature

Extensions

Build and run your own microservice extension systems.

Read more

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.

Read more

Free feature

Deletion Tracking

Allows a dataset sink to effectively detect if entities have disappeared from the source.

Read more

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.

Read more

Free feature

Transit Encoding

Transit Encoding is a technique for encoding a larger set of data types in JSON.

Read more