Create event-driven applications with Cloudflare Queues and Dapr



Create event-driven applications with Cloudflare Queues and Dapr

Create event-driven applications with Cloudflare Queues and Dapr

This video you’ll learn how to build a cloud to edge event-driven application with Dapr and Cloudflare. You’ll learn how to create:

– A Cloudflare queue.
– A consumer Cloudflare worker (in TypeScript) that reads messages from the queue.
– A producer Dapr app (in TypeScript) that uses the Cloudflare Queue binding to publish messages to the queue.

Blog post: https://www.diagrid.io/blog/dapr-cloudflare-queues
GitHub repo: https://github.com/diagrid-labs/dapr-cloudflare-queues
Join the Dapr discord: http://bit.ly/dapr-discord

0:00 Intro
0:26 Cloudflare Queues
0:37 Dapr
1:13 Demo description
1:35 Prerequisites
2:30 Create the Cloudflare queue
3:03 Deploy the Cloudflare consumer function
4:33 Run the Dapr producer app
7:15 Closing