Uploaded image for project: 'Drivers'
  1. Drivers
  2. DRIVERS-111

Support $out aggregation pipeline operator

    • Type: Icon: New Feature New Feature
    • Resolution: Done
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Component/s: None

      This is somewhat similar to the "out" parameter for the mapReduce command. Documentation for the feature is available in the release notes here:

      http://docs.mongodb.org/manual/release-notes/2.6/#out-stage-to-write-data-to-a-collection

      The drivers spec is available here:

      https://github.com/mongodb/specifications/blob/master/source/out-aggregation-pipeline-operator.rst

      Here's an example of using $out, with the result message:

      > db.test.aggregate( { $project : { x : 1 } }, { $out : "out" } )
      { "result" : [ ], "ok" : 1 }
      

            Assignee:
            barrie Barrie Segal
            Reporter:
            jeff.yemin@mongodb.com Jeffrey Yemin
            Votes:
            0 Vote for this issue
            Watchers:
            7 Start watching this issue

              Created:
              Updated:
              Resolved: