Skip to content

Commit 9ddc16b

Browse files
[Docs] Add demo video to introduction (#744)
1 parent e09312a commit 9ddc16b

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

docs/introduction.mdx

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,29 @@ Sequin works great for CDC use cases like:
4343

4444
Sequin is a Docker image you can run next to your Postgres database. Sequin itself is built on Postgres and uses Postgres to store sink state.
4545

46+
## Demo
47+
48+
See Sequin in action. In this demo, we'll stream changes to Kafka, deploy to production, and scale to 2,000 messages / second.
49+
50+
<div className="wistia_responsive_padding" style={{ padding: '56.88% 0 0 0', position: 'relative', marginBottom: '100px' }}>
51+
<div className="wistia_responsive_wrapper" style={{ height: '100%', left: 0, position: 'absolute', top: 0, width: '100%', }}>
52+
<iframe
53+
src="https://fast.wistia.net/embed/iframe/hslcc4gnmv?seo=true&videoFoam=true"
54+
title="Overview of Postgres streaming with Sequin Video"
55+
allow="autoplay; fullscreen"
56+
allowTransparency={true}
57+
frameBorder="0"
58+
scrolling="no"
59+
className="wistia_embed"
60+
name="wistia_embed"
61+
msAllowFullScreen
62+
style={{ width: '100%', height: '100%' }}
63+
>
64+
</iframe>
65+
</div>
66+
</div>
67+
<script src="https://fast.wistia.net/assets/external/E-v1.js" async></script>
68+
4669
## Supported Sinks
4770

4871
Sequin supports streaming to:

0 commit comments

Comments
 (0)