You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Pierre-Alban DEWITTE (JIRA)" <ji...@apache.org> on 2013/07/04 08:35:20 UTC

[jira] [Closed] (CAMEL-6507) Add aggregat ability to camel_mongodb

     [ https://issues.apache.org/jira/browse/CAMEL-6507?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Pierre-Alban DEWITTE closed CAMEL-6507.
---------------------------------------

    Resolution: Fixed
    
> Add aggregat ability to camel_mongodb
> -------------------------------------
>
>                 Key: CAMEL-6507
>                 URL: https://issues.apache.org/jira/browse/CAMEL-6507
>             Project: Camel
>          Issue Type: New Feature
>          Components: camel-mongodb
>    Affects Versions: 2.11.0
>            Reporter: Pierre-Alban DEWITTE
>            Assignee: Willem Jiang
>              Labels: patch
>
> Hi,
> I just add the ability to use aggregat in camel-mongo-db route.
> Now you can declare a route to aggregate : from(...).to("mongodb:myDb?database=test&collection=test&operation=aggregat&dynamicity=true");
> The body should contain a valid Mongo pipeline for example { $match : {"name" : "my product"}},{ $group: { _id: "$name" ,total: { $sum: "$price" } } }
> P-Alban
> PS : I just create a pull request on github

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira