Files
triggerdotdev--trigger.dev/docs/snippets/supabase-docs-cards.mdx
T
Dan fc609470c4 Supabase database webhook example upgrade (#1386)
* Added overview for guides and examples section and split them all out

* New supabase guide wip

* Updated images and improved docs

* Trimmed the supabase prereqs

* Supabase guide wip

* more updates

* Replaced old database webhook guide

* Created one intro page and removed snippets

* Updated guide sidebar titles

* Code updates

* More improvements

* Updates and added images

* Compressed image

* Updated guides descriptions and edge function basic

* Removed bold

* Updated redirects

* Fixed broken links

* Updated intro
2024-10-08 14:36:03 +01:00

36 lines
1.1 KiB
Plaintext

## Learn more about Supabase and Trigger.dev
### Full walkthrough guides from development to deployment
<CardGroup cols={2}>
<Card
title="Edge function hello world guide"
icon="book"
href="/guides/frameworks/supabase-edge-functions-basic"
>
Learn how to trigger a task from a Supabase edge function when a URL is visited.
</Card>
<Card
title="Database webhooks guide"
icon="book"
href="/guides/frameworks/supabase-edge-functions-database-webhooks"
>
Learn how to trigger a task from a Supabase edge function when an event occurs in your database.
</Card>
</CardGroup>
### Task examples with code you can copy and paste
<CardGroup cols={2}>
<Card
title="Supabase database operations"
icon="bolt"
href="/guides/examples/supabase-database-operations"
>
Run basic CRUD operations on a table in a Supabase database using Trigger.dev.
</Card>
<Card title="Supabase Storage upload" icon="bolt" href="/guides/examples/supabase-storage-upload">
Download a video from a URL and upload it to Supabase Storage using S3.
</Card>
</CardGroup>