Building serverless applications with Cloudflare Workers' Cron Job Scheduler and Key Value Store

Описание к видео Building serverless applications with Cloudflare Workers' Cron Job Scheduler and Key Value Store

Learn how to build an application with the the newly announced cron job scheduler, Cron Triggers, from Cloudflare Workers. In this demo, we will explain what Cron Triggers are, how to quickly get started using them, and how to write and deploy your own. We will also review how to integrate with Workers KV, our key value store that allows you to store data at the edge and retrieve it inside your Workers' project instead of sending that data to alternative platforms such as Postgres or Firebase. To show you how this works in practice, we will interview a Workers' user, Adam Janis. Adam built a status page in React by integrating Workers serverless functions, Cron Triggers, and Workers KV. See below for time marks and useful links.

Timeline:
0:31 - Intro to Cron Triggers
4:30 - Introduction of Adam Janis and his Status Page
11:00 - Review of Adam's backend code
15:45 - Discussion of Wrangler Secrets
19:58 - Show how to persist data into Workers KV

Useful links:
- Cron Job Scheduler Syntax: https://crontab.guru/
- Cron Triggers info: https://developers.cloudflare.com/wor...
- Workers KV info: https://developers.cloudflare.com/wor...
- Workers Overview: https://workers.cloudflare.com/
- Adam's project and codebase: https://workers.cloudflare.com/built-...

Комментарии

Информация по комментариям в разработке