versioned_collection documentation¶
VersionCollection is a library used to track and version MongoDB collections.
This library offers git-like functionalities for MongoDB collections, allowing to register and checkout versions, to create branches and to synchronise remote and local collections by pushing and pulling the changes between them.
Python API
Command Line
Developer Notes