Skip to content

Commit

Permalink
update index pages for pulse and accelerate
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolasburk committed Aug 9, 2024
1 parent dd2f361 commit f5c1f92
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 18 deletions.
17 changes: 1 addition & 16 deletions content/300-accelerate/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -26,22 +26,7 @@ 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.

<div class="videoWrapper">

<iframe
width="560"
height="315"
src="https://www.youtube.com/embed/cnL75if6Aq0"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen
></iframe>

</div>

With Accelerate, you can easily configure connection pooling and choose the right cache strategy for your app. You can think of Accelerate as a combination of pgBouncer (connection pool) and Redis (database caching layer) that you can integrate seamlessly with Prisma ORM to ensure scalability and performance of your application.
[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.

<Grid>
<LinkCard
Expand Down
2 changes: 0 additions & 2 deletions content/400-pulse/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ import {

[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.

You can think of Pulse of as an alternative to messaging systems like Apache Kafka or RabbitMQ that integrates seamlessly with Prisma ORM and return database change events directly via Prisma Client.

<Grid>
<LinkCard
icon="fa-solid fa-arrow-right"
Expand Down

0 comments on commit f5c1f92

Please sign in to comment.