How it works
A simple flow
Once Databus is up and running, here is what it does:
- 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
- A simple web interface
- Supports any number of distinct clients with different configurations
- Each client can transport any number of passengers
- Different passengers can have different sync schedules
- In case of an error, Databus will retry the operation
- You can pause / resume Databus if needed