Auto Query with MongoDB provider

Hi!

Is there an easy way to integrate AutoQuery with MongoDB? We have many small CRUD web services with a MongoDB backend and AutoQuery would be a real gain. Any plans for the future?

No plans as there’s been no feature requests for it thus far, but you can add a feature request for it to measure interest in it.

As a stop gap you can use drop MongoDB server resultset into an AutoQuery Memory Data Source which will let you apply client side filtering on the returned MongoDB dataset at least.

If you’re interested in having a crack at implementing a MongoDB AutoQuery provider check out the DynamoDB AutoQuery implementation which should give a good indication of the amount of effort involved.