Create a source
Data Security
- All data ingested through sources or sinks is encrypted in transit using TLS
- Data stored within RisingWave is encrypted at rest:
- AWS S3: Using AWS default encryption keys
- EBS volumes: Using KMS managed keys with automatic rotation
Using guided setup
- Go to Project.
- Specify the project and click its Workspace.
- Next to Source tab, click + Add new.
-
Select the service you want to connect to.
More services will be supported in future releases.
- Configure the connector settings, source details, and schema according to the instructions of the guided setup.
- Check the generated SQL statement and click Confirm to create the source in your database.
Using SQL command
Refer to CREATE SOURCE in the RisingWave documentation. Select a connector to see the SQL syntax, options, and sample statement of connecting RisingWave to the connector.Check a source
Click on a source to view its details, including the connector settings, schema, throughput, errors, and running status.Drop a source
If you no longer require data from a source, drop the source connection with one of the following methods to stop data consumption.Using guided step
- Go to Source.
- Click the delete button on the source you want to drop and confirm the deletion.
Using SQL command
- Use the DROP SOURCE command to drop a source from the database.
- Use the DROP TABLE command if it’s a materialized source.