This document discusses building social media applications in Ruby using MongoDB for social data storage and streaming. Key points covered include using MongoDB for its flexibility and scalability compared to relational databases, introducing MongoDB and its schema-free and document-based data model, and exploring options for object document mappers (ODMs), streaming social data using APIs and AMQP/RabbitMQ, testing, background workers, and other tools.