Hi, I would like to propose a mongodb-gridFS component for apache camel. I tried searching for the same and I couldn't find any support for gridFS. GridFS is a specification for storing large files in MongoDB (as per their web site). There are two possible ways of implementing camel-gridfs component. 1. Extending camel-mongodb to support gridfs 2. Provide a new component as camel-gridfs.
Please suggest on what is the best approach ? I can submit the gridfs component based on camel community's feedback. [1] http://www.mongodb.org/display/DOCS/GridFS Thanks and Regards, Nibin Varghese