Skip to content

Commit

Permalink
Fix h2s
Browse files Browse the repository at this point in the history
  • Loading branch information
djfarrelly committed Sep 24, 2024
1 parent 857a484 commit de649ad
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Neon is an open-source serverless Postgres platform that separates storage from

This new and powerful integration unlocks a wide range of use cases by decoupling triggers from your application logic, making it easier to build durable workflows.

### How it works
## How it works

The Neon integration enables you to connect your Neon Postgres database to your Inngest account. The initial setup can be done automatically by Inngest or you can choose a manual setup if you prefer to verify and execute the required commands yourself.

Expand Down Expand Up @@ -67,15 +67,15 @@ inngest.createFunction(

The end result is a simple way to trigger durable functions reacting to database changes with Inngest. You can write functions that run in response to rows being inserted, updated, or deleted from any table in your database. Functions execute in your own codebase, on your own servers, using any Inngest language SDK (TypeScript, Python, Go, or Kotlin/Java).

### A powerful new trigger for functions
## A powerful new trigger for functions

Leveraging events directly from your database to trigger functions provides clear benefits out of the box.

By decoupling function triggers from your application logic, events are initiated by database updates rather than relying on instrumentation in your code to send them. This ensures you won't miss an event when data is manipulated within your application. This decoupling creates a clean abstraction layer between database operations and code that runs asynchronously.

Additionally, as database events are pushed into the Inngest system to enqueue new functions, this can eliminate the need for architecture patterns like the [transactional outbox pattern](https://microservices.io/patterns/data/transactional-outbox.html).

#### Leveraging Inngest features with database triggers
## Leveraging Inngest features with database triggers

Beyond the architectural benefit, some specific Inngest features go perfectly with database triggers:

Expand All @@ -99,7 +99,7 @@ Check out our [Neon integration docs](/docs/features/events-triggers/neon?ref=bl

{/* ### TODO PLACEHOLDER - Link to docs */}

### What will you build?
## What will you build?

Neon's truly serverless Postgres gives developers a more flexible way to build with Postgres and this Inngest integration provides even more flexibility bringing durable functions to Neon. We're excited to be partnering with the Neon team and building directly with their innovative platform.

Expand Down

0 comments on commit de649ad

Please sign in to comment.