This document discusses accessing NoSQL databases like MongoDB from SQL. It begins with an introduction to NoSQL and examples of JSON documents and key-value stores. It then covers the benefits of NoSQL like high performance, availability, and scalability. Common NoSQL implementations like MongoDB, Cassandra, and MarkLogic are described. The challenges of connecting to NoSQL databases from SQL are discussed. DataDirect connectors are presented as a solution for providing SQL access to NoSQL databases. They normalize the NoSQL data model and provide full ANSI SQL support. Performance and real-world case studies are also discussed.