Hi All,
I am pretty much new to MongoDB and right now working on migrating an application which uses RavenDB to MongoDB. The application uses few of the RavenDB features and I was able to replicate most of those features except a couple. Could you please let me know whether following features are achievable in MongoDB?
1. The unit test cases of our application uses the RavebDB's embedded mode. Is it possible to run MongoDB as an Embedded/In-memory data base? If it is not possible which is the best way to write unit test cases for MongoDB? (Mocking wouldn't be an ideal solution in my case).
2. RavenDB has got an native support of versioning of documents? Does the MongoDB also have the same?
You help would be much appreciated.
Thanks,
Kapil