From 64aa6dc252d2f573ab5110eb0a323783f512d087 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 12 Dec 2024 02:34:13 +0000 Subject: [PATCH] chore: format content markdown files with Prettier --- content/docs/use-cases/platforms.md | 27 +++++++++++++++------------ 1 file changed, 15 insertions(+), 12 deletions(-) diff --git a/content/docs/use-cases/platforms.md b/content/docs/use-cases/platforms.md index 6d0954fdec..a1aa8c046d 100644 --- a/content/docs/use-cases/platforms.md +++ b/content/docs/use-cases/platforms.md @@ -5,28 +5,30 @@ enableTableOfContents: true updatedOn: '2024-09-08T12:44:00.894Z' --- -Due to its severless nature, Neon makes it possible for companies to manage huge fleets of Postgres databases (= Neon projects) even with small teams and budgets. Examples include: - - Retool ([read the case study](https://neon.tech/blog/how-retool-uses-retool-and-the-neon-api-to-manage-300k-postgres-databases)) - - Replit and Replit Agent - - Vercel - - Koyeb, Genezio, and many other IaaS +Due to its severless nature, Neon makes it possible for companies to manage huge fleets of Postgres databases (= Neon projects) even with small teams and budgets. Examples include: + +- Retool ([read the case study](https://neon.tech/blog/how-retool-uses-retool-and-the-neon-api-to-manage-300k-postgres-databases)) +- Replit and Replit Agent +- Vercel +- Koyeb, Genezio, and many other IaaS + +What all these platforms had in common: -What all these platforms had in common: - They needed to create one database per user - They needed deployment to be nearly instantaneous, to not make their users wait - Everything had to be programmable via API -- The cost of idle instances had to be negligible +- The cost of idle instances had to be negligible + +The solution: **they're creating a Neon project per customer, scaling up to hundreds of thousands of projects**. [Explore our Partners page to learn more](https://neon.tech/partners). -The solution: **they're creating a Neon project per customer, scaling up to hundreds of thousands of projects**. [Explore our Partners page to learn more](https://neon.tech/partners). +To get started with the implementation, navigate to the [Database-per-user guide](https://neon.tech/docs/use-cases/database-per-user) -To get started with the implementation, navigate to the [Database-per-user guide](https://neon.tech/docs/use-cases/database-per-user) +## Neon features that make this possible -## Neon features that make this possible - **Management API**. Use the [Neon API](https://api-docs.neon.tech/reference/getting-started-with-neon-api) to provision new databases of any size, in any region, set up usage quotes, even pass through costs to end-users with detailed per-database metrics. - **Instant provisioning**. Neon databases provision in less than 1 second. - **Scale-to-zero**. You don't pay for inactive databases in Neon, meaning you're not paying a fixed cost for every database you onboard. - - + @@ -35,6 +37,7 @@ To get started with the implementation, navigate to the [Database-per-user guide ## Getting started + ### How to integrate with Neon Find details about the different ways you can integrate with Neon.