Components

The solution consists of several components for collecting airport data, interacting with the travel agency etc.


myTripStatusCollector

The Status Collector grabs data asynchronously for all the defined airports in to the Airport Status repository. The airports are scanned at a high frequency in order to reduce the time gap from the announcement in the airport to the traveler receives the notification by SMS.


myTripStatusScanner

For the GDS Queue and Data Push model the status scanner compares the flight status changes to the itineraries in the repository and delivers all matches to the Communicator.


myTripStatusCommunicator

The Communicator sends asynchronously all received messages to the defined internal or external SMS gateways. Several country specific gateways can be setup in order to reduce the SMS costs.


myTripStatusWebservices

Several webservices exists to both pull and push defined data to and from the myTripStatus solution.