Skip to content

Commit 9203bd8

Browse files
committed
Add realtime walkthrough video to docs
1 parent 3252d9e commit 9203bd8

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

docs/realtime/overview.mdx

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,21 @@ Trigger.dev Realtime is a set of APIs that allow you to subscribe to runs and ge
1010

1111
The Realtime API is built on top of [Electric SQL](https://electric-sql.com/), an open-source PostgreSQL syncing engine. The Trigger.dev API wraps Electric SQL and provides a simple API to subscribe to [runs](/runs) and get real-time updates.
1212

13+
## Walkthrough
14+
15+
<div className="w-full h-full aspect-video">
16+
<iframe
17+
width="100%"
18+
height="100%"
19+
src="https://www.youtube.com/embed/RhJAbSGkS88?si=4Z72SfygeklNI3As"
20+
title="YouTube video player"
21+
frameborder="0"
22+
allow="accelerometer; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
23+
referrerpolicy="strict-origin-when-cross-origin"
24+
allowfullscreen
25+
></iframe>
26+
</div>
27+
1328
## Usage
1429

1530
After you trigger a task, you can subscribe to the run using the `runs.subscribeToRun` function. This function returns an async iterator that you can use to get updates on the run status.

0 commit comments

Comments
 (0)