This document discusses RabbitMQ, MongoDB, and cloud applications. RabbitMQ is an open source message broker based on AMQP. It supports pub/sub and queuing. MongoDB is a schemaless document database for storing complex hierarchical data and simple analytics. It is not suited for transactions or OLAP. The document provides examples of common operations like select statements, upserts, and indexing in MongoDB. It also lists pros, cons, and tips for using MongoDB and references additional resources.
Related topics: