Skip to content

Commit

Permalink
Update premium note (#130)
Browse files Browse the repository at this point in the history
* update premium feature note and doc

* typo

* Update rw-premium-edition-intro.mdx

* Update get-started/rw-premium-edition-intro.mdx

Co-authored-by: emile-00 <[email protected]>
Signed-off-by: hengm3467 <[email protected]>

* Update integrations/destinations/amazon-dynamodb.mdx

Co-authored-by: emile-00 <[email protected]>
Signed-off-by: hengm3467 <[email protected]>

* Update integrations/destinations/apache-iceberg.mdx

Co-authored-by: emile-00 <[email protected]>
Signed-off-by: hengm3467 <[email protected]>

* Update get-started/rw-premium-edition-intro.mdx

Co-authored-by: emile-00 <[email protected]>
Signed-off-by: hengm3467 <[email protected]>

* Update integrations/destinations/bigquery.mdx

Co-authored-by: emile-00 <[email protected]>
Signed-off-by: hengm3467 <[email protected]>

* Update integrations/destinations/clickhouse.mdx

Co-authored-by: emile-00 <[email protected]>
Signed-off-by: hengm3467 <[email protected]>

* Update integrations/destinations/snowflake.mdx

Co-authored-by: emile-00 <[email protected]>
Signed-off-by: hengm3467 <[email protected]>

* Update integrations/destinations/opensearch.mdx

Co-authored-by: emile-00 <[email protected]>
Signed-off-by: hengm3467 <[email protected]>

* Update integrations/destinations/sql-server.mdx

Co-authored-by: emile-00 <[email protected]>
Signed-off-by: hengm3467 <[email protected]>

* Update integrations/sources/kafka.mdx

Co-authored-by: emile-00 <[email protected]>
Signed-off-by: hengm3467 <[email protected]>

* Update integrations/sources/mysql-cdc.mdx

Co-authored-by: emile-00 <[email protected]>
Signed-off-by: hengm3467 <[email protected]>

* Update integrations/sources/mysql-cdc.mdx

Co-authored-by: emile-00 <[email protected]>
Signed-off-by: hengm3467 <[email protected]>

* Update integrations/sources/postgresql-cdc.mdx

Co-authored-by: emile-00 <[email protected]>
Signed-off-by: hengm3467 <[email protected]>

* Update integrations/sources/sql-server-cdc.mdx

Co-authored-by: emile-00 <[email protected]>
Signed-off-by: hengm3467 <[email protected]>

* Update integrations/sources/webhook.mdx

Co-authored-by: emile-00 <[email protected]>
Signed-off-by: hengm3467 <[email protected]>

* Update operate/manage-secrets.mdx

Co-authored-by: emile-00 <[email protected]>
Signed-off-by: hengm3467 <[email protected]>

* Update processing/time-travel-queries.mdx

Co-authored-by: emile-00 <[email protected]>
Signed-off-by: hengm3467 <[email protected]>

---------

Signed-off-by: hengm3467 <[email protected]>
Co-authored-by: emile-00 <[email protected]>
  • Loading branch information
hengm3467 and emile-00 authored Dec 14, 2024
1 parent 640ba39 commit 049b472
Show file tree
Hide file tree
Showing 15 changed files with 53 additions and 22 deletions.
14 changes: 8 additions & 6 deletions get-started/rw-premium-edition-intro.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ The RisingWave Premium Edition is a feature-rich paid offering built on top of t

While the Premium Edition is a paid offering, it is designed to complement and enhance the open-source RisingWave Community Edition. The Community Edition will continue to be freely available under the Apache License (Version 2.0), and we remain committed to supporting the needs of our open-source community and ecosystem.

Both the RisingWave Community Edition and Premium Edition share the same underlying binary or container image. However, the Premium Edition features are only available to users who have purchased a license. This is managed by a dedicated license system maintained by the RisingWave team.
The RisingWave Community Edition and Premium Edition share the same underlying binary or container image. Users of the Community Edition need to purchase a license key to access the Premium Edition features.

For RisingWave Cloud users, all Premium Edition features are available out of the box without additional cost.

## Premium features

Expand All @@ -21,7 +23,7 @@ The premium features are carefully selected based on the following criteria:
- Performance improvements for non-standard deployment environments.
- Tailored features specifically requested by our paying customers.

RisingWave Premium 1.0 is the first major release of this new edition with several high-impact features planned. The following is the initial list of premium features, which we have targeted "Premium Edition Feature" note in the documentation.
The following are Premium Edition features, which include a "Premium Edition Feature" note in the documentation.

### SQL and security

Expand All @@ -39,9 +41,11 @@ RisingWave Premium 1.0 is the first major release of this new edition with sever

For users who are already using these features in 1.9.x or earlier versions, rest assured that the functionality of these features will be intact if you stay on the version. If you choose to upgrade to v2.0 or later versions, an error will show up to indicate you need a license to use the features.

## License key management
## How to access Premium Edition features

For RisingWave Cloud users, all Premium Edition features are available out of the box without additional cost.

The Premium Edition features are only available to users who have purchased a license. The license key, essentially a certificate, is a JSON Web Token (JWT) that encodes information such as the license tier and expiration time. The integrity of the license key is validated using asymmetric encryption.
Users of the Community Edition need to purchase and set up a license key to access Premium Edition features. The license key, essentially a certificate, is a JSON Web Token (JWT) that encodes information such as the license tier and expiration time. The integrity of the license key is validated using asymmetric encryption.

### Set license key

Expand Down Expand Up @@ -79,8 +83,6 @@ SELECT rw_test_paid_tier();
A result of `t` means the key is valid; an error message indicates an invalid key.




## Support

RisingWave Premium edition offers the premium support:
Expand Down
4 changes: 3 additions & 1 deletion integrations/destinations/amazon-dynamodb.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ description: This guide describes how to sink data from RisingWave to DynamoDB u
<Tip>
**PREMIUM EDITION FEATURE**

This feature is only available in the premium edition of RisingWave. The premium edition offers additional advanced features and capabilities beyond the free and community editions. If you have any questions about upgrading to the premium edition, please contact our sales team at [[email protected]](mailto:[email protected]).
This is a Premium Edition feature. All Premium Edition features are available out of the box without additional cost on RisingWave Cloud. For self-hosted deployments, users need to purchase a license key to access this feature. To purchase a license key, please contact sales team at [[email protected]](mailto:[email protected]).

For a full list of Premium Edition features, see [RisingWave Premium Edition](/get-started/rw-premium-edition-intro).
</Tip>

<Note>
Expand Down
4 changes: 3 additions & 1 deletion integrations/destinations/apache-iceberg.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,9 @@ with (
<Tip>
**PREMIUM EDITION FEATURE**

This feature is only available in the premium edition of RisingWave. The premium edition offers additional advanced features and capabilities beyond the free and community editions. If you have any questions about upgrading to the premium edition, please contact our sales team at [[email protected]](mailto:[email protected]).
This is a Premium Edition feature. All Premium Edition features are available out of the box without additional cost on RisingWave Cloud. For self-hosted deployments, users need to purchase a license key to access this feature. To purchase a license key, please contact sales team at [[email protected]](mailto:[email protected]).

For a full list of Premium Edition features, see [RisingWave Premium Edition](/get-started/rw-premium-edition-intro).
</Tip>

RisingWave supports the Glue catalog. You should use AWS S3 if you use the Glue catalog. Below are example codes for using this catalog:
Expand Down
5 changes: 3 additions & 2 deletions integrations/destinations/bigquery.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,10 @@ You can test out this process on your own device by using the `big-query-sink` d
<Tip>
**PREMIUM EDITION FEATURE**

This feature is only available in the premium edition of RisingWave. The premium edition offers additional advanced features and capabilities beyond the free and community editions. If you have any questions about upgrading to the premium edition, please contact our sales team at [[email protected]](mailto:[email protected]).
</Tip>
This is a Premium Edition feature. All Premium Edition features are available out of the box without additional cost on RisingWave Cloud. For self-hosted deployments, users need to purchase a license key to access this feature. To purchase a license key, please contact sales team at [[email protected]](mailto:[email protected]).

For a full list of Premium Edition features, see [RisingWave Premium Edition](/get-started/rw-premium-edition-intro).
</Tip>
<Note>
**PUBLIC PREVIEW**

Expand Down
4 changes: 3 additions & 1 deletion integrations/destinations/clickhouse.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,9 @@ Among these, engines prefixed with "Shared" are exclusively available in ClickHo
<Tip>
**PREMIUM EDITION FEATURE**

This feature is only available in the premium edition of RisingWave. The premium edition offers additional advanced features and capabilities beyond the free and community editions. If you have any questions about upgrading to the premium edition, please contact our sales team at [[email protected]](mailto:[email protected]).
This is a Premium Edition feature. All Premium Edition features are available out of the box without additional cost on RisingWave Cloud. For self-hosted deployments, users need to purchase a license key to access this feature. To purchase a license key, please contact sales team at [[email protected]](mailto:[email protected]).

For a full list of Premium Edition features, see [RisingWave Premium Edition](/get-started/rw-premium-edition-intro).
</Tip>


Expand Down
4 changes: 3 additions & 1 deletion integrations/destinations/opensearch.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ OpenSearch is the flexible, scalable, open-source way to build solutions for dat
<Tip>
**PREMIUM EDITION FEATURE**

This feature is only available in the premium edition of RisingWave. The premium edition offers additional advanced features and capabilities beyond the free and community editions. If you have any questions about upgrading to the premium edition, please contact our sales team at [[email protected]](mailto:[email protected]).
This is a Premium Edition feature. All Premium Edition features are available out of the box without additional cost on RisingWave Cloud. For self-hosted deployments, users need to purchase a license key to access this feature. To purchase a license key, please contact sales team at [[email protected]](mailto:[email protected]).

For a full list of Premium Edition features, see [RisingWave Premium Edition](/get-started/rw-premium-edition-intro).
</Tip>

## Prerequisites
Expand Down
4 changes: 3 additions & 1 deletion integrations/destinations/snowflake.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ Sinking from RisingWave to Snowflake utilizes [Snowpipe](https://docs.snowflake.
<Tip>
**PREMIUM EDITION FEATURE**

This feature is only available in the premium edition of RisingWave. The premium edition offers additional advanced features and capabilities beyond the free and community editions. If you have any questions about upgrading to the premium edition, please contact our sales team at [[email protected]](mailto:[email protected]).
This is a Premium Edition feature. All Premium Edition features are available out of the box without additional cost on RisingWave Cloud. For self-hosted deployments, users need to purchase a license key to access this feature. To purchase a license key, please contact sales team at [[email protected]](mailto:[email protected]).

For a full list of Premium Edition features, see [RisingWave Premium Edition](/get-started/rw-premium-edition-intro).
</Tip>

<Note>
Expand Down
4 changes: 3 additions & 1 deletion integrations/destinations/sql-server.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ You can test out this process on your own device by using the `sqlserver_sink.sl
<Tip>
**PREMIUM EDITION FEATURE**

This feature is only available in the premium edition of RisingWave. The premium edition offers additional advanced features and capabilities beyond the free and community editions. If you have any questions about upgrading to the premium edition, please contact our sales team at [[email protected]](mailto:[email protected]).
This is a Premium Edition feature. All Premium Edition features are available out of the box without additional cost on RisingWave Cloud. For self-hosted deployments, users need to purchase a license key to access this feature. To purchase a license key, please contact sales team at [[email protected]](mailto:[email protected]).

For a full list of Premium Edition features, see [RisingWave Premium Edition](/get-started/rw-premium-edition-intro).
</Tip>

## Prerequisites
Expand Down
4 changes: 3 additions & 1 deletion integrations/sources/kafka.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,9 @@ To learn about compatibility types for Schema Registry and the changes allowed,
<Tip>
**PREMIUM EDITION FEATURE**

This feature is exclusive to RisingWave Premium Edition that offers advanced capabilities beyond the free versions. For a full list of premium features, see [RisingWave Premium Edition](/get-started/rw-premium-edition-intro). If you encounter any questions, please contact sales team at [[email protected]](mailto:[email protected]).
This is a Premium Edition feature. All Premium Edition features are available out of the box without additional cost on RisingWave Cloud. For self-hosted deployments, users need to purchase a license key to access this feature. To purchase a license key, please contact sales team at [[email protected]](mailto:[email protected]).

For a full list of Premium Edition features, see [RisingWave Premium Edition](/get-started/rw-premium-edition-intro).
</Tip>

AWS Glue Schema Registry is a serverless feature of AWS Glue that allows you to centrally manage and enforce schemas for data streams, enabling data validation and compatibility checks. It helps in improving the quality of data streams by providing a central repository for managing and enforcing schemas across various AWS services and custom applications.
Expand Down
8 changes: 6 additions & 2 deletions integrations/sources/mysql-cdc.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,9 @@ CREATE TABLE {{ this }} (
<Tip>
**PREMIUM EDITION FEATURE**

This feature is only available in the premium edition of RisingWave. The premium edition offers additional advanced features and capabilities beyond the free and community editions. If you have any questions about upgrading to the premium edition, please contact our sales team at [[email protected]](mailto:[email protected]).
This is a Premium Edition feature. All Premium Edition features are available out of the box without additional cost on RisingWave Cloud. For self-hosted deployments, users need to purchase a license key to access this feature. To purchase a license key, please contact sales team at [[email protected]](mailto:[email protected]).

For a full list of Premium Edition features, see [RisingWave Premium Edition](/get-started/rw-premium-edition-intro).
</Tip>
<Note>
PUBLIC PREVIEW
Expand Down Expand Up @@ -400,7 +402,9 @@ And this it the output of `DESCRIBE supplier;`
<Tip>
**PREMIUM EDITION FEATURE**

This feature is only available in the premium edition of RisingWave. The premium edition offers additional advanced features and capabilities beyond the free and community editions. If you have any questions about upgrading to the premium edition, please contact our sales team at [[email protected]](mailto:[email protected]).
This is a Premium Edition feature. All Premium Edition features are available out of the box without additional cost on RisingWave Cloud. For self-hosted deployments, users need to purchase a license key to access this feature. To purchase a license key, please contact sales team at [[email protected]](mailto:[email protected]).

For a full list of Premium Edition features, see [RisingWave Premium Edition](/get-started/rw-premium-edition-intro).
</Tip>
<Note>
**PUBLIC PREVIEW**
Expand Down
4 changes: 3 additions & 1 deletion integrations/sources/postgresql-cdc.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,9 @@ CREATE TABLE {{ this }} (
<Tip>
**PREMIUM EDITION FEATURE**

This feature is only available in the premium edition of RisingWave. The premium edition offers additional advanced features and capabilities beyond the free and community editions. If you have any questions about upgrading to the premium edition, please contact our sales team at [[email protected]](mailto:[email protected]).
This is a Premium Edition feature. All Premium Edition features are available out of the box without additional cost on RisingWave Cloud. For self-hosted deployments, users need to purchase a license key to access this feature. To purchase a license key, please contact sales team at [[email protected]](mailto:[email protected]).

For a full list of Premium Edition features, see [RisingWave Premium Edition](/get-started/rw-premium-edition-intro).
</Tip>
<Note>
**PUBLIC PREVIEW**
Expand Down
4 changes: 3 additions & 1 deletion integrations/sources/sql-server-cdc.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ sidebarTitle: SQL Server CDC
<Tip>
**PREMIUM EDITION FEATURE**

This feature is exclusive to RisingWave Premium Edition that offers advanced capabilities beyond the free versions. For a full list of premium features, see [RisingWave Premium Edition](/get-started/rw-premium-edition-intro). If you encounter any questions, please contact sales team at [[email protected]](mailto:[email protected]).
This is a Premium Edition feature. All Premium Edition features are available out of the box without additional cost on RisingWave Cloud. For self-hosted deployments, users need to purchase a license key to access this feature. To purchase a license key, please contact sales team at [[email protected]](mailto:[email protected]).

For a full list of Premium Edition features, see [RisingWave Premium Edition](/get-started/rw-premium-edition-intro).
</Tip>

<Note>
Expand Down
4 changes: 3 additions & 1 deletion integrations/sources/webhook.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ This direct integration eliminates the need for an intermediary message broker l
<Tip>
**PREMIUM EDITION FEATURE**

This feature is only available in the premium edition of RisingWave. The premium edition offers additional advanced features and capabilities beyond the free and community editions. If you have any questions about upgrading to the premium edition, please contact our sales team at [[email protected]](mailto:[email protected]).
This is a Premium Edition feature. All Premium Edition features are available out of the box without additional cost on RisingWave Cloud. For self-hosted deployments, users need to purchase a license key to access this feature. To purchase a license key, please contact sales team at [[email protected]](mailto:[email protected]).

For a full list of Premium Edition features, see [RisingWave Premium Edition](/get-started/rw-premium-edition-intro).
</Tip>

<Note>
Expand Down
4 changes: 3 additions & 1 deletion operate/manage-secrets.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ In addition, you can use the [rw\_secrets](/sql/system-catalogs/rw-catalog) cata
<Tip>
**PREMIUM EDITION FEATURE**

This feature is exclusive to RisingWave Premium Edition that offers advanced capabilities beyond the free versions. For a full list of premium features, see [RisingWave Premium Edition](/get-started/rw-premium-edition-intro). If you encounter any questions, please contact sales team at [[email protected]](mailto:[email protected]).
This is a Premium Edition feature. All Premium Edition features are available out of the box without additional cost on RisingWave Cloud. For self-hosted deployments, users need to purchase a license key to access this feature. To purchase a license key, please contact sales team at [[email protected]](mailto:[email protected]).

For a full list of Premium Edition features, see [RisingWave Premium Edition](/get-started/rw-premium-edition-intro).
</Tip>

<Note>
Expand Down
4 changes: 3 additions & 1 deletion processing/time-travel-queries.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ description: This guide describes how to leverage the time travel feature. This
<Tip>
**PREMIUM EDITION FEATURE**

This feature is exclusive to RisingWave Premium Edition that offers advanced capabilities beyond the free versions. For a full list of premium features, see [RisingWave Premium Edition](/get-started/rw-premium-edition-intro). If you encounter any questions, please contact sales team at [[email protected]](mailto:[email protected]).
This is a Premium Edition feature. All Premium Edition features are available out of the box without additional cost on RisingWave Cloud. For self-hosted deployments, users need to purchase a license key to access this feature. To purchase a license key, please contact sales team at [[email protected]](mailto:[email protected]).

For a full list of Premium Edition features, see [RisingWave Premium Edition](/get-started/rw-premium-edition-intro).
</Tip>

<Note>
Expand Down

0 comments on commit 049b472

Please sign in to comment.