Azure-Samples / durablefunctions-mapreduce-dotnet

An implementation of MapReduce on top of C# Durable Functions over the NYC 2017 Taxi dataset to compute average ride time per-day
MIT License
21 stars 9 forks source link

Add section on recommended applications compared to other Map Reduce options #3

Closed nzthiago closed 5 years ago

nzthiago commented 5 years ago

Using DF for Map Reduce is a good way to implement it fast and against small (to medium?) amounts of data. Recommend adding a section here on when you would suggest Durable Functions is a good solution and when you would not use Durable Functions for map-reduce.