Skip to content
On this page

Use cases.

What are the typical use cases for DBConvert Streams?

The main goal of DBS is to allow applications to respond almost instantly when data in monitored databases changes. Applications can do whatever they want with the collected INSERT, UPDATE, and DELETE events.

  1. Replicate data and synchronize information in data stores.
  2. Move changed data elsewhere, even copy data between different database types.
  3. Create derived views and data.
  4. Compute new data from collected events.
  5. Aggregate changes within windows and create new data.
  6. Propagate data between microservices using the transactional outbox pattern.
  7. Clear the cache of obsolete entries.
  8. Update search indexes with new data.
  9. Send push notifications to mobile devices when data changes.

DBConvert Streams - event driven replication for databases