-
Feature Request
-
Resolution: Done
-
Major
-
1.0.0.Final, 1.0.1.Beta
-
None
Some apps prefer mongodb as batch job repository because:
- Other parts of the app already use mongodb as the data store, and they don't want to support a relation db just for batch job repository;
- the apps don't really need the ACID guarantee of a relational db;
- the apps adopted a document-oriented approach and like JSON and javascript capability.