[ ] Cosmos DB accounts that use the Mongo API have been created and are in use.
[ ] Old Cosmos DB accounts that use the NoSQL API have been deleted.
Pain Avoided/Frustration Saved:
Non-relational, json formatted data is currently searched/accessed via SQL-like queries. The Mongo API provides for accessing json objects in a way much more aligned with the way we write the rest of our code.
Breadth/Pervasiveness of Problem:
A new humble object will need to be written for whatever library we use
Every repository will need to be switched to use the new humble object rather than our current one.
- Queries will need to be rewritten.
Complexity of Problem (Low, Medium, High) and Why it's Complex:
Complexity is: Medium
Reason why is: We will need to pick a new library and write a humble object for it. Otherwise this work should be rather straightforward, but may take some time.
Pre-Conditions:
Acceptance Criteria:
Pain Avoided/Frustration Saved:
Breadth/Pervasiveness of Problem:
repository
will need to be switched to use the new humble object rather than our current one. - Queries will need to be rewritten.Complexity of Problem (Low, Medium, High) and Why it's Complex:
Complexity is: Medium
Reason why is: We will need to pick a new library and write a humble object for it. Otherwise this work should be rather straightforward, but may take some time.