Skip to content

Commit

Permalink
remove top block component
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolasburk committed May 2, 2024
1 parent 287387f commit e18bd30
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 12 deletions.
19 changes: 15 additions & 4 deletions content/500-platform/10-about.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,24 @@ metaDescription: 'Learn about the Platform Console to integrate the Prisma Data
displayed_sidebar: platformSidebar
---

<TopBlock>
## Overview

Platform Console enables you to integrate the latest Prisma Data Platform products into your application
Platform Console enables you to integrate the latest Prisma Data Platform (PDP) products into your application

- [Accelerate](/accelerate/what-is-accelerate): Global database cache with scalable connection pooling
- [Pulse](/pulse/what-is-pulse): A managed Change Data Capture (CDC) service that enables real-time database subscriptions

[Go to Platform Console](https://console.prisma.io)
Open the [Platform Console](https://console.prisma.io).

</TopBlock>
## Workflows

The Platform Console workflows are based on three main concets:

- **Account**: In order to use PDP products, you need to have a PDP account. An _organization_ will typically create one account to manage all their workspaces, projects and environments.
- [**Workspaces**](/platform/about/workspace): An account can have multiple workspaces. A workspace typically represents a _team_ within an _organization_. Billing happens on a per-workspace basis, i.e. an _organization_ receives an invoice at the end of the month that captures all cost associated with the projects in a given workspace.
- [**Project**](/platform/about/project): A workspace can have multiple projects. A project typically represents a _product_ or _service_ a team is working on.
- [**Environments**](/platform/about/environment): A project can have multiple environments. An environment typically maps to a _development stage_, like `dev`, `staging` or `prod`.

Here is a visual illustration of how these concepts relate to each other:

![](/img/platform/pdp-concepts.png)
4 changes: 0 additions & 4 deletions content/500-platform/20-concepts/10-workspaces.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,8 @@ toc: true
displayed_sidebar: platformSidebar
---

<TopBlock>

Workspaces provide a unified space for team collaboration on projects. Manage membership and billing directly within each Workspace.

</TopBlock>

## Billing

For your Workspace, you can choose a subscription plan that aligns closely with your requirements. Every project within a Workspace adds to the collective usage, ensuring a holistic view of consumption.
Expand Down
4 changes: 0 additions & 4 deletions content/500-platform/20-concepts/20-projects.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,4 @@ hide_table_of_contents: true
displayed_sidebar: platformSidebar
---

<TopBlock>

Projects embody your applications integrated with our products. Each project is associated with a Workspace and can be configured independently from one another.

</TopBlock>
Binary file added static/img/platform/pdp-concepts.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e18bd30

Please sign in to comment.