Filter, change and upsert in single mongoDB call from java application
I have a requirement of storing data in mongoDB where the same data(id&version) comes again it should update and change the status to matched. While for the first time status should be pending.
Filter, change and upsert in single mongoDB call from java application
I have a requirement of storing data in mongoDB where the same data(id&version) comes again it should update and change the status to matched. While for the first time status should be pending.