How should i use document db in ember js

I am new to ember JS, I have crated simple ember app,now I want to communicate with azure documentDB. The issue is I don’t know from where I can start.i.e. what package I need to install for documentDB,where I have to place my connection string,and how can I use documentDB records in my ember model.

Thanks

As we use CouchDB everywhere I am not an expert on documentDB but I read it has Native support for MongoDB wire protocol. An interesting article about MongoDB: