-
Type:
Task
-
Resolution: Unresolved
-
Priority:
Unknown
-
None
-
Affects Version/s: None
-
Component/s: django
Context
Investigate the work required to support MongoDB Transactions in the Django framework. At minimum this could be exposing the collection to leverage the PyMongo (with_session) context manager. At best this is using an exposed API method within the Django ecoystem to enforce transactions. This is great for user tests as it can enforce ACID compliance that is the bread-and-butter of SQL databases.
Definition of done
Understand the scope of work required to get this feature working.
Pitfalls
N/A