This document summarizes an OTA (Online Travel Agency) platform that uses MongoDB as its database. The platform allows one stop shopping for hotels, flights, tours and other travel products. It also facilitates B2B travel. MongoDB is used because it is fast, allows flexible schema design, and saves time on database tasks like handling dynamic data through embedded documents. Some data is stored in referenced collections to handle large amounts of data like room rates and media files.