IBMStockTrader / trade-history

Microservice that keeps a detailed history of all stock trades
Apache License 2.0
1 stars 19 forks source link

Replace `mapReduce` usage for MongoDB #55

Closed rtclauss closed 2 years ago

rtclauss commented 2 years ago

You could replace MongoDB with Amazon DocumentDB however, DocumentDB supports a limited subset of MongoDB APIs, operations, and data types. One of the unsupported features is mapReduce (the full list is available here).

We need to remove mapReduce API usages and replace them with aggregate calls instead.