Replies: 1 comment
-
|
You can use MongoDB patch operations, this is more a question about MongoDB API. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying keep a running total of an amount in the MongoDB read model. I would need to read the read model's existing amount, add the delta amount (from the event) to the existing amount, and then update the read model. How do I do that?
Beta Was this translation helpful? Give feedback.
All reactions