I am looking for a performance optimized RESTful interface to MongoDB. Ideally, the RESTful interface must be exposed by the mongod process itself.
I have looked into the various options documented at the MongoDB website, but none of them suits me. For example, I do not want to run a separate RESTful interface server on top of MongoDB.
I must be able to access MongoDB using RESTful, using a C++ RESTful client driver.
It would be great if anybody could help me out with some good information.
Thanks!