This document describes WebMD's use of MongoDB and Storm to integrate real-time data from MongoDB into SQL databases. A Storm topology is used to continuously read data from the MongoDB oplog using a spout. Bolts parse and flatten documents, extract embedded arrays, and write the data to SQL databases in real-time using a SQLWriter bolt. This provides a scalable, fault-tolerant way to preserve investments in BI tools while also enabling real-time queries across both MongoDB and SQL data.