How it works

A simple flow

Once Databus is up and running, here is what it does:

Overview

  • Passengers; such as E-Mails or customer orders, are stored in the source system(s).
  • Puller(s) detect & read new passengers periodically.
  • Queue stores those passengers in the database.
  • Processors runs any required operations on the passengers; such as filtering, data conversion, etc.
  • Pusher(s) transport the passenger to the target system(s).

Significant features