You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create new serverless SQL databases to query from your Workers and Pages projects.
20
-
18
+
Build durable multi-step applications on Cloudflare Workers with Workflows.
21
19
22
20
</Description>
23
21
24
22
<Plantype="workers-all" />
25
23
26
-
D1 is Cloudflare’s native serverless database. D1 allows you to build applications that handle large amounts of users at no extra cost. With D1, you can restore your database to any minute within the last 30 days.
24
+
Workflows is a durable execution engine built on Cloudflare Workers. Workflows allow you to build multi-step applications that can automatically retry, persist state and run for minutes, hours, days or weeks. Workflows introduces a programming model that makes it easier to build reliable, long-running tasks, observe as they progress, and programatically trigger instances based on events across your services.
27
25
28
-
Create your first D1 database by [following the Get started guide](/d1/get-started/), learn how to [import data into a database](/d1/build-with-d1/import-export-data/), and how to [interact with your database](/d1/build-with-d1/d1-client-api/) directly from [Workers](/workers/) or [Pages](/pages/functions/bindings/#d1-databases).
26
+
Refer to the [get started guide](/workflows/get-started/guide/)to start building with Workflows
29
27
30
28
***
31
29
32
30
## Features
33
31
34
-
<Featureheader="Create your first D1 database"href="/d1/get-started/"cta="Create your D1 database">
35
-
36
-
Create your first D1 database, establish a schema, import data and query D1 directly from an application [built with Workers](/workers/).
32
+
<Featureheader="Deploy your first Workflow"href="/workflows/get-started/guide/"cta="Deploy your first Workflow">
37
33
34
+
Define your first Workflow, understand how to compose multi-steps, and deploy to production.
0 commit comments