I am trying to achieve document level locking in MongoDB3.0 with wiredTiger storage Engine.
What I want to achieve is -> read a document -> lock it -> perform some operation on the data -> store the result in a new document -> unlock the previous document.
Is it possible to do that with pymongo??