Project types
Currently, RisingWave Cloud offers three types of projects: Trial, Standard, and Advanced. The table below describes a high-level comparison of features and restrictions across three project types.Service type | Trial | Standard | Advanced |
---|---|---|---|
Deployment type | Multi-tenancy deployment, single-node project | Multi-tenancy deployment, multi-node project | Multi-tenancy deployment, multi-node project |
Description | Standalone deployment with 2-RWU resources. | Deployed on shared Kubernetes service with customized resources. | Customized project deployment based on requests |
Pricing | Free | Pay-as-you-go | Customized, contact sales |
Payment | / | Credit card | Credit card, bank transfer, marketplace |
Compute resource | 2 RWUs | Customized, up to 160 RWUs | Customized and unlimited resources |
project number | 3 | Unlimited | Unlimited |
Monitoring | Yes | Yes | Yes |
Workspace | Yes | Yes | Yes |
Source management | Yes | Yes | Yes |
Sink management | Yes | Yes | Yes |
VPC PrivateLink | No | Yes | Yes |
The Trial plan is designed for individual developers or small teams looking to explore and develop on the RisingWave platform. This plan equips you with all the essential resources needed to test and experience the features offered by RisingWave for free.You can create up to three projects with the Trial plan in your account. Your project will be allocated with 2 RWUs with standalone deployment.
Configuration
- Cloud platform You can deploy your project on either AWS or Google Cloud, depending on your cloud provider preferences.
- Region You can choose the availability region closest to you to minimize latency.
- Project name Name of the project. Assigning a descriptive name to each project can be helpful when managing multiple projects.
- Node configuration Configure each node’s instance resources and numbers according to your actual needs. To learn more about the nodes, see the architecture of RisingWave.
Understanding nodes in RisingWave
RisingWave projects consist of three types of nodes, each serving a distinct role:- Compute node: Responsible for ingesting data from upstream systems, parsing and running SQL queries, and delivering data to downstream systems.
- Frontend node: Responsible for parsing and validating queries, optimizing query execution plans, and delivering query results.
- Compactor node: Handles data storage and retrieval from object storage. They also perform data compaction to optimize storage efficiency.
- Meta node: Takes charge of managing the metadata of compute and compactor nodes and orchestrating operations across the system.
- ETCD: A distributed key-value store that provides a reliable way to store data across a project of machines. This node cannot be scaled manually after the project is created.