I'm looking to depict a flow of data which shows the following:
- Booking made into Reservations sytem by customer
- Data is then transformed, validated and merged in the Reservations system
- It is subsequenlty extracted into a flat file to be consumed by down-stream systems
- Some of the downstream systems then do a secondary transform of the data
Can someone recommend the most effective way of showing this both from a data, systems and process perspective?
Thanks.