- Gilt Groupe is a flash sales company that sells apparel, home goods, and other items through daily deals. - Gilt has transitioned from a monolithic architecture to a service-oriented one with services like user, feature configuration, and favorite brands services. - MongoDB is used at Gilt for user profiles and feature configuration due to its ease of use, scaling, and availability. Data is replicated from MongoDB to Postgres for legacy applications. - Best practices for MongoDB include connection pool tuning, indexing cautiously, using short field names, and using explain() during development.