Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sync main with dev #1673

Merged
merged 8 commits into from
Nov 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
Choreo allows you to create PostgreSQL and MySQL databases as well as Choreo-Managed Cache instances on all major cloud providers (AWS, Azure, GCP, and DigitalOcean) as fully Choreo-managed platform services.
These databases and caches can be seamlessly provisioned to offer persistence and caching capabilities for all your Choreo components. Choreo provides various service plans for each type, ranging from smaller instances for development purposes to production-grade databases with automatic backups and high-availability multi-nodes.

!!! info "Note"
- The capability to create Choreo-managed databases, vector databases, and cache services is available only for paid Choreo users.
- Billing for these services will be included in your Choreo subscription, with pricing varying based on the service plan of the resources you create. For more details, see [Choreo Platform Services Billing](../references/choreo-platform-services-billing-and-upgrades.md#platform-service-billing-information).

!!!Tip "Explore the free trial"
Choreo provides a 7-day free trial for all database types on the 'Hobbyist' service plan, available to free-tier users.

## PostgreSQL on Choreo

PostgreSQL (also known as Postgres), is an open-source object-relational database management system. You can create PostgreSQL databases on Choreo as fully Choreo-managed, flexible SQL databases that are ideal for both structured and unstructured data. If you want to perform an efficient vector similarity search, you can create a PostgreSQL vector database.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Choreo allows you to create Apache Kafka services across major cloud providers (

!!! info "Note"
- Kafka service creation is available only for paid Choreo users.
- Kafka service billing will be included in your Choreo subscription, with pricing varying based on the service plan of the resources you create. For more details, see [Choreo Platform Services Billing](../references/choreo-platform-services-billing.md).
- Kafka service billing will be included in your Choreo subscription, with pricing varying based on the service plan of the resources you create. For more details, see [Choreo Platform Services Billing](../references/choreo-platform-services-billing-and-upgrades.md#platform-service-billing-information).

## Apache Kafka on Choreo

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Choreo Platform Service Billing and Upgrades

Choreo bills the platform services you create, such as databases, caches, or Kafka services, as part of your existing subscription. The cost depends on the service plan and the usage of each resource.

## Platform service billing information

- **Hourly billing**: Usage is billed based on the number of hours a resource is active. For example, if you create a database, cache, or Kafka service and remove it within the same month, you pay only for the hours it was active.
- **Fixed pricing**: Pricing is based on the selected service plan. Choreo does not charge extra for network bandwidth usage.

## Upgrade a service plan

If you want to upgrade the service plan of a platform service you have created, contact [Choreo support](mailto:[email protected]).
11 changes: 0 additions & 11 deletions en/docs/references/choreo-platform-services-billing.md

This file was deleted.

4 changes: 2 additions & 2 deletions en/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,6 @@ nav:
- MySQL: manage-databases-and-caches/choreo-managed-mysql-databases.md
- Choreo-Managed Cache: manage-databases-and-caches/choreo-managed-caches.md
- Add Choreo-Managed Databases and Caches to the Marketplace: manage-databases-and-caches/add-choreo-managed-databases-and-caches-to-the-marketplace.md
- Billing: manage-databases-and-caches/billing-for-platform-services.md
- Choreo-Managed Message Brokers:
- Overview: manage-message-brokers/choreo-managed-message-brokers.md
- Kafka:
Expand Down Expand Up @@ -239,7 +238,7 @@ nav:
- Troubleshoot Choreo: references/troubleshoot-choreo.md
- Private Data Plane Security Levels: references/private-data-plane-security-levels.md
- Private Data Plane Management Models: references/private-data-plane-management-models.md
- Choreo Platform Services Billing: references/choreo-platform-services-billing.md
- Choreo Platform Service Billing and Upgrades: references/choreo-platform-services-billing-and-upgrades.md

# Extensions
# Extensions
Expand Down Expand Up @@ -414,6 +413,7 @@ plugins:
'develop-components/configure-mutual-tls-between-components.md': 'https://wso2.com/choreo/docs/authentication-and-authorization/configure-mutual-tls-between-components/'
'api-management/api-policies.md': 'https://wso2.com/choreo/docs/api-management/api-policies/about-api-policies/'
'develop-components/develop-services/expose-a-websocket-endpoint-via-a-nodejs-service.md': 'https://wso2.com/choreo/docs/develop-components/develop-services/expose-a-websocket-endpoint-via-a-service/'
'manage-databases-and-caches/billing-for-platform-services.md': 'https://wso2.com/choreo/docs/references/choreo-platform-services-billing-and-upgrades/'

extra_css:
# - assets/lib/highlightjs/default.min.css
Expand Down