Re: [DISCUSS] Camel and MongoDB

2012-01-09 Thread Raul Kripalani
Ticket created: https://issues.apache.org/jira/browse/CAMEL-4878. Bilgin, I'm already working on the code. Will let you know in case I need help. Thanks! -- Raúl. On 9 January 2012 10:38, Bilgin Ibryam wrote: > Hi Raul, > > > For a first embracement of MongoDB, it seems more natural to impleme

Re: CAMEL-4873 (camel-twitter updates)

2012-01-09 Thread Willem Jiang
Hi Brett, I just have a quick look of the patch, it makes thing simpler :) I will apply it shortly. Willem On Mon Jan 9 22:05:56 2012, bmeyer2 wrote: Morning! I provided a camel-twitter patch in CAMEL-4873. If a committer has a sec, can it be rolled in? Thanks much! - Brett E. Meyer S

CAMEL-4873 (camel-twitter updates)

2012-01-09 Thread bmeyer2
Morning! I provided a camel-twitter patch in CAMEL-4873. If a committer has a sec, can it be rolled in? Thanks much! - Brett E. Meyer Software Engineer, R&D Raytheon NCS, Fort Wayne, IN -- View this message in context: http://camel.465427.n5.nabble.com/CAMEL-4873-camel-twitter-updates-tp51

Re: Abstractions for Key/Value components and Serializers

2012-01-09 Thread Babak Vahdat
@Ioannis, in the context of this discussion I've asked a question in [1] which I hope you could please answer it. Thanks! [1] https://issues.apache.org/jira/browse/CAMEL-4566 Babak -- View this message in context: http://camel.465427.n5.nabble.com/Abstractions-for-Key-Value-components-and-Seri

Re: Abstractions for Key/Value components and Serializers

2012-01-09 Thread Bilgin Ibryam
Thanks for bringing up this topic Ioannis. On 4 January 2012 09:24, Ioannis Canellos wrote: > As camel component list grows, I can see a lot of components doing similar > things, but every component does things in its own way. A very common > example are key/value components, here are some: > >

Re: [DISCUSS] Camel and MongoDB

2012-01-09 Thread Bilgin Ibryam
Hi Raul, > For a first embracement of MongoDB, it seems more natural to implement a > raw component which can handle at least the following MongoDB > operations: insert, findOne, count, findAll, query, mapReduce, getStats, > group, save, update, remove, updateMulti. > If you start the development