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 'Deploy to Azure' and 'Visualize' buttons #2

Open brandonh-msft opened 5 years ago

brandonh-msft commented 5 years ago

This issue is for a: (mark with an x)

- [ ] bug report -> please search issues before submitting
- [X] feature request
- [ ] documentation issue or request
- [ ] regression (a behavior that used to work and stopped in a new release)

Would be great to add 'Deploy to Azure' and 'Visualize' buttons to the readme for ease of deployment

brandonh-msft commented 5 years ago

This gets a little tricky because there is additional work that needs to be done - namely pushing the NYC Data in to Azure Storage - to make this sample work. I'm splitting this issue in to 'Deploy to Azure' [tabled] and 'Visualize' issues since we could work on the visualize portion now.

Deployment of the entire solution - including the taxi data - is done by the deployment scripts provided.