Import Files:
EASY (Redhat only) : Create the directory where you want to host RisingWave and unzip files into it
mkdir rw_project_cluster
curl -L <https://github.com/rmbeddor14/podman-compose-jan-2026/tarball/main> \\
| tar -xz -C rw_project_cluster --strip-components=1
cd rw_project_cluster
or, MANUALLY:
compose.yamlprometheus.yaml to the directory- note make sure the ports match your compose.yaml if you have modified anythinggrafana-risedev-dashboard.yaml to the directorygrafana-risedev-datasource.yaml to the directorygrafana.ini to the directoryrisingwave.toml file to the directorydashboards and wget the dashboards:podman-compose up -d
Connect to RisingWave with psql -h 0.0.0.0 -p 4566 -d dev -U root