This document describes building a hybrid data cluster with MongoDB and PostgreSQL. It discusses using PostgreSQL's Foreign Data Wrapper (FDW) to allow PostgreSQL to query and join data stored in MongoDB collections. The document provides steps to set up a sharded MongoDB cluster, install the MongoDB FDW extension in PostgreSQL, and create foreign tables in PostgreSQL that map to MongoDB collections to allow complex SQL queries on MongoDB data. Live demonstrations are provided of inserting, updating, querying data across the hybrid cluster.