Slide 1

Slide 1 text

Azure Functions Eventing + Stream Processing Daron Yöndem http://daron.me @daronyondem

Slide 2

Slide 2 text

Eventing you said? • Service Bus: Async Enterprise Messaging • Azure Event Hubs: Distributed Data Streaming • Relay: Secure two way communication without changes to your network • Event Grid: Cross cloud reactive eventing

Slide 3

Slide 3 text

Azure Event Grid All events in one place!

Slide 4

Slide 4 text

What’s in it? • Pay per event. • Sub-second end-to-end latency in the 99th percentile • 10.000.000 events per second per region • 24 hour retry with exponential back off

Slide 5

Slide 5 text

Concepts before we go deep. 1. Events: what happened 2. Event Publishers: where it took place 3. Topics: where publishers send events 4. Event Subscriptions: how you receive events 5. Event Handlers: the app or service reacting to the event

Slide 6

Slide 6 text

No content

Slide 7

Slide 7 text

Azure Functions Eventing to the outside world. DEMO

Slide 8

Slide 8 text

No content

Slide 9

Slide 9 text

No content

Slide 10

Slide 10 text

No content

Slide 11

Slide 11 text

What about Event Hubs? • Event Hub is an “event ingestor” that accepts and stores event data, Azure Event Grid is the distribution fabric for discrete “business logic activity” events. • Fast and highly parallelized processing of the individual streams instead of a filtered subscriber model.

Slide 12

Slide 12 text

Ingesting events from Azure Event Hubs DEMO

Slide 13

Slide 13 text

No content

Slide 14

Slide 14 text

No content

Slide 15

Slide 15 text

No content

Slide 16

Slide 16 text

No content

Slide 17

Slide 17 text

Links worth sharing Event Grid Extension for Azure Functions • https://goo.gl/7z88G3 Choosing the right Azure messaging service for your data • https://goo.gl/19YPDZ

Slide 18

Slide 18 text

Thanks http://daron.me | @daronyondem Download slides here; http://daron.me/decks