marcesher / cfmongodb

MongoDB client wrapper for ColdFusion
89 stars 34 forks source link

Support Aggregation Framework #31

Closed sjdaniels closed 11 years ago

sjdaniels commented 12 years ago

Add support for the aggregation framework added in Mongo 2.1. This will require updating the Java driver to 2.9.0.

I have begun work on this in a new branch in my fork, please let me know if you have any plans or in progress work already, I wouldn't want to duplicate efforts. I'll send a pull request when I have it working. Not sure if you want to start a feature branch for this or just pull my changes directly into development. Let me know what you think.