Skip to content

Commit

Permalink
Update description for Accelerate and Pulse index pages (#6186)
Browse files Browse the repository at this point in the history
  • Loading branch information
sneub authored Aug 12, 2024
1 parent 451a3db commit 26e4ac0
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
10 changes: 9 additions & 1 deletion content/300-accelerate/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,15 @@ import {

<IconTitle heading="h1" icon="fa-solid fa-bolt" iconColor="#16A394" >Prisma Accelerate</IconTitle>

[Prisma Accelerate](https://www.prisma.io/data-platform/accelerate) is a managed connection pooler with global caching that helps speed up database queries. With Accelerate, you can easily configure connection pooling and choose the right cache strategy for your app.
[Prisma Accelerate](https://www.prisma.io/data-platform/accelerate) is a fully managed global connection pool and caching layer for your existing database, enabling query-level cache policies directly from the Prisma ORM.

With 15+ global regions, the connection pool scales your app for a global audience, particularly for serverless deployments that risk connection timeouts during peak times.

Accelerate’s global cache, hosted in 300+ locations, ensures a fast experience for users, regardless of your database’s location.

You can configure query-level caching strategies directly in your code with Prisma ORM, making setup and tuning easy.

Together, the connection pool and cache allow you to scale effortlessly and handle traffic spikes without infrastructure concerns.

<Grid>
<LinkCard
Expand Down
8 changes: 7 additions & 1 deletion content/400-pulse/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,13 @@ import {

<IconTitle heading="h1" icon="fa-solid fa-signal-stream" iconColor="#16A394">Prisma Pulse</IconTitle>

[Prisma Pulse](https://www.prisma.io/data-platform/pulse) enables you to build event-driven and real-time applications by letting you stream database changes in a type-safe way.
[Prisma Pulse](https://www.prisma.io/data-platform/pulse) lets you build reactive, event-driven applications with your serverless backend, connecting seamlessly to your existing PostgreSQL database. With just a few lines of code, you can react to database changes in real-time.

This enables real-time tasks like sending welcome emails when a user signs up or simplifying complex batch jobs.

Pulse offers an alternative to traditional backend systems built with queues or scheduled batch jobs, eliminating the need for hosting, management, and maintenance.

Pulse provides a simple alternative using the idea of unidirectional data flow (via the [Change Data Capture](https://en.wikipedia.org/wiki/Change_data_capture) pattern). It also integrates seamlessly with Prisma ORM and lets you subscribe to any database change events directly via Prisma Client.

<Grid>
<LinkCard
Expand Down

0 comments on commit 26e4ac0

Please sign in to comment.