MonCaché — MongoDB API implementation based on InterSystems Caché

Disclaimer: This article reflects author's private opinion and has no relation to the official position of InterSystems.
IDEA
The idea of the project is to implement basic MongoDB (v2.4.9) API features for searching, saving, updating and deleting documents in a way that will allow the use of InterSystems Caché instead of MongoDB without changing the code on the client side.
MOTIVATION
Perhaps, if we take an interface based on MongoDB and use InterSystems Caché for data storage, we may see a performance boost.



XDATA is used for a whole host of ISC libraries to store things like Zen pages, BPL logic and DTL transformations.
