Skip to main content
Version: Next
RisingWave is a distributed streaming database.
Installation
Required packages: psycopg2sqlalchemy-risingwave
Connection String
risingwave://root@{hostname}:{port}/{database}?sslmode=disable
ParameterDescription
usernameDatabase username
passwordDatabase password
hostFor localhost: localhost or 127.0.0.1. For AWS: endpoint URL
portDefault 5432
databaseDatabase name
Default port: 4566
Connection Examples
Basic connection
postgresql://{username}:{password}@{host}:{port}/{database}
With SSL required
postgresql://{username}:{password}@{host}:{port}/{database}?sslmode=require
Supported Features
JOINsSubqueriesDynamic SchemaCatalog SupportDynamic CatalogSSH TunnelingQuery CancellationFile UploadUser ImpersonationCost EstimationSQL Validation
Feature Score: 94/201
Time Grains
Common Time Grains:
SECONDMINUTEHOURDAYWEEKMONTHQUARTERYEAR
Extended Time Grains:
FIVE_SECONDSTHIRTY_SECONDSFIVE_MINUTESTEN_MINUTESFIFTEEN_MINUTESTHIRTY_MINUTESHALF_HOURSIX_HOURSWEEK_STARTING_SUNDAYWEEK_STARTING_MONDAYWEEK_ENDING_SATURDAYWEEK_ENDING_SUNDAYQUARTER_YEAR
Help improve this documentation by editing the engine spec: