Skip to content

Instantly share code, notes, and snippets.

View dannenberg's full-sized avatar

Matt Dannenberg dannenberg

  • robots
  • New York
View GitHub Profile
@dannenberg
dannenberg / 2.6.txt
Last active December 21, 2015 23:39 — forked from tychoish/2.6.txt
.. code-block:: javascript
db.runCommand( { aggregate: "records",
pipeline: [ { $project: { costsOneDollar:
{ $eq: [ "$price", { $literal: "$1.00" } ] } }
} ] } )