We are kind of POC phase where we are trying out Azure.
We are using Grails, which has nice support for MongoDb as backend (using GORM), but couldn't find similar support for DocumentDd.
If we choose to go with DocumentDb, our choice would be to have a layer (may be kind of DAO layer) which uses documentDb client library and interacts with DocumentDb. Or we fall back to MongoDb, as its provided Azure.
Any other choices we have with Grails-DocumentDb?