This document discusses using MongoDB for chemical similarity analysis. It describes storing compound fingerprints in MongoDB collections and querying them to find similar compounds. The approach involves building a fingerprint index, mapping over compounds to calculate similarities, and reducing the results to find the closest matches. This allows evaluating chemical similarity for millions of compounds faster than pairwise comparisons.