Hello ,
I am working on a POC where in we are thinking of using MongoDB and Spring MongoDB to interact with it. One of the requirement of the POC is that we should be available to add fields to a document which I think is a reasonable requirement as MongoDB is schema-less
datatstore. But when we work with Spring MongoDB we will be first designing our entity class which will be mapped to a document . So
are we lossing schemaless feature of MongoDB ? Can anybody suggest better ways using Spring MongoDB to cater to changing
schemas?
Thanks
Shekhar


Reply With Quote
