Important
Helios features are now enabled during weekly update windows and are no longer directly tied to SingleStore engine releases. Refer to the release notes to view the latest features available in your Helios cluster.
Projects
On this page
Projects are used to organize clusters and databases for a specific workload or set of workloads in SingleStore Helios.
Projects and clusters are organized in the following hierarchy:
Organization
└── Project
├── Clusters
└── DatabasesClusters are assigned to a project when they are created and cannot be moved between projects.
Projects and Editions
Edition is set at the project level.
All clusters and databases in a project have access to the features available in the selected edition.
Use projects to separate resources with different lifecycle, operational, security, governance, or edition requirements.
|
Environment |
Recommended Edition |
Purpose |
|---|---|---|
|
Production |
Standard or Enterprise |
Production application workloads |
|
Staging |
Standard |
Pre-production validation and testing |
|
Development |
Standard |
Application development and integration testing |
|
Sandbox |
Shared |
Prototypes and lightweight experimentation |
To illustrate:
Organization
│
├── app-prod-project (Enterprise/Standard Edition)
│ ├── Production cluster
│ └── Production database
│
├── app-staging-project (Standard Edition)
│ ├── Staging cluster
│ └── Staging database
│
├── app-dev-project (Standard Edition)
│ ├── Development cluster
│ └── Development database
│
└── app-sandbox-project (Shared Edition)
├── Development cluster
└── Development databaseCreate or Manage Projects
To create a new project or manage existing projects:
-
Log in to the Cloud Portal.
-
Select Clusters in the left navigation pane, and then select Manage Projects.
-
On the Manage Projects dialog:
Create a Project
-
Select Create Project.
-
In the Name field, enter a name for the project.
Use consistent names that identify the application and environment. -
From the Edition list, select an edition.
-
In the Actions column, select the save icon to create the project.
Manage an Existing Project
Only the name of an existing project can be updated; its edition cannot be changed.
A project cannot be deleted while it has active clusters.
To update a project, select the three dots in the Actions column of the project, and select one of the following options:
-
Rename: Rename the project.
-
Delete: Delete the project.
-
To view the clusters in a project, on the Clusters page, select a project from the project filter.
Related Topic
Last modified: