This document compares NoSQL and SQL databases for use in a cloud kitchen application. It performs experiments loading customer data into MongoDB and MSSQL databases to test performance of common operations like write, read, delete, group and order. The results show MongoDB handling writes faster than MSSQL while MSSQL reads faster. Based on the expected operations in a cloud kitchen workflow, the document recommends MongoDB for its write performance and flexibility suited for the application.