Skip to content

Commit b5f3426

Browse files
committed
add real images
1 parent fdce027 commit b5f3426

File tree

5 files changed

+184
-2
lines changed

5 files changed

+184
-2
lines changed

content/800-guides/100-build-a-video-processing-pipeline.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: 'Build a Video Processing Pipeline'
33
metaTitle: 'Build a Video Processing Pipeline with Prisma Pulse and Trigger.dev'
44
description: 'Learn how to build a scalable video processing pipeline using a decoupled, event-driven architecture with Prisma Pulse and Trigger.dev.'
55
sidebar_label: 'Video Processing Pipeline'
6-
6+
image: '/img/guides/video-processing-pipeline-cover.svg'
77
---
88

99
Serverless computing enables applications to scale efficiently, supporting millions of users. However, it faces challenges with longer runtimes and intensive data processing, both of which are crucial for machine learning (ML) applications. To address this, tools like Pulse and Trigger.dev assist developers in creating decoupled, event-driven workflows, facilitating efficient handling of complex tasks.
@@ -25,7 +25,7 @@ These benefits make decoupled, event-driven architectures an ideal choice for mo
2525

2626
To demonstrate how you can apply this architecture, let's build a video transcribing workflow using [Pulse](https://www.prisma.io/pulse) and [Trigger.dev](https://trigger.dev). We'll create a system that transcribes a video from a URL and stores the transcription in a database.
2727

28-
![Pulse and Trigger.dev Flow](https://www.prisma.io/blog/assets/pulse-trigger-workflow.png)
28+
![Pulse and Trigger.dev Flow](/img/guides/pulse-trigger-workflow.png)
2929

3030
### Defining the Data Model
3131

content/800-guides/200-build-real-time-durable-workflows.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title: 'Build Real-Time Durable Workflows'
33
metaTitle: 'Build Real-Time, Durable Workflows with Pulse and Inngest'
44
metaDescription: 'Learn how to create real-time, durable, and extensible workflows using Prisma Pulse and Inngest.'
55
sidebar_label: 'Real-Time Durable Workflows'
6+
image: '/img/guides/real-time-durable-workflows-cover.svg'
67
---
78

89
Building web applications today isn't just about functionality—it's about creating seamless and engaging user experiences. Users expect applications to be responsive, real-time, and feature-rich, handling ever-increasing data sets efficiently.
93.8 KB
Loading

0 commit comments

Comments
 (0)