death to the batch job

Post on 20-Jan-2017

309 Views

Category:

Software

0 Downloads

Preview:

Click to see full reader

TRANSCRIPT

Death to the Batch Job

Kyle Baleywww.particular.net

www.westerndevs.com @kyle_baley

2

foreach(var customer in customers){ var orderTotal = customer.Orders .Where(o=> o.OrderDate < 365.DaysAgo) .Sum(order => order.OrderValue);

customer.Preferred = orderTotal > 5000;}

4

5

6

7

8

9

Demo

• Not scalable

• Not real-time

• Not terribly efficient10

Summary

Twitter @kyle_baley

www.particular.netwww.westerndevs.com

Email kyle@baley.org

Thank You

kyle.baley@particular.net

top related