Re-exportsยง
pub use service_config::*;
Modulesยง
- compose ๐
- Generate docker compose yaml files for risedev components.
- compose_
deploy ๐ - config ๐
- config_
gen ๐ - preflight_
check ๐ - risedev_
env ๐ - service_
config - task ๐
- util
- wait ๐
Structsยง
- Compactor
Service - Compose
Config - Compose
Deploy Config - Compose
File - Compose
Service - Compose
Volume - Compute
Node Service - Config
Expander - Configure
Minio Task - Configure
Tmux Task - DbReady
Check Task - Check if the database is ready to use.
- Docker
Image Config - Dummy
Service - Ec2Instance
- Ensure
Stop Service - Execute
Context - A context used in task execution
- Frontend
Service - Grafana
Gen - Grafana
Service - Health
Check - Kafka
Ready Check Task - LogReady
Check Task - Check if all log patterns are found in the log output indicating the service is ready.
- Meta
Node Service - Minio
Service - Prometheus
Gen - Prometheus
Service - Pubsub
Ready Task Check - Pubsub
Service - Redis
Ready Check Task - Redis
Service - TcpReady
Check Task - Check if a TCP port can be connected to.
- Tempo
Gen - Tempo
Service
Enumsยง
- Hummock
InMemory Strategy - Strategy for whether to enable in-memory hummock if no minio and s3 is provided.
Constantsยง
- RISEDEV_
CONFIG_ FILE - The main configuration file name.
- RISEDEV_
NAME - RISEDEV_
USER_ PROFILES_ FILE - The extra user profiles file name.
Traitsยง
Functionsยง
- add_
hummock_ backend - Add a hummock storage backend to the parameters. Returns
(is_shared_backend, is_persistent_backend)
. - add_
meta_ node - Add a meta node to the parameters.
- add_
tempo_ endpoint - Add the tempo endpoint to the environment variables.
- compose_
deploy - generate_
risedev_ env - Generate environment variables (put in file
.risingwave/config/risedev-env
) from the given service configurations to be used by future RiseDev commands, likerisedev ctl
orrisedev psql
(). - new_
tmux_ command - preflight_
check - risingwave_
cmd - Get the command for starting the given component of RisingWave.
Type Aliasesยง
- Kafka
Service - Docker-backed Kafka service.
- MySql
Service - Docker-backed MySQL service.
- Postgres
Service - Docker-backed PostgreSQL service.
- Schema
Registry Service - Docker-backed Schema Registry service.
- SqlServer
Service - Docker-backed Sql Server service.