This document provides guidance and sample code for a MongoDB hackathon focused on querying datasets containing US postal codes and airline performance data. It includes primers on MongoDB queries using find() and aggregate(), explaining concepts like the pipeline expression. Two sample queries are shown and described. The datasets are also introduced, with an example document from each. Participants are given tasks to answer questions about city names, states, and airline on-time performance using the provided data.