Disclaimer

Tips

Goal

Diagram

attachment%3Ae6f03320-1e16-4315-9857-f59d61c17e59%3ADiagram.drawio.svg

Instructions

  1. 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:

  2. podman-compose up -d

  3. Connect to RisingWave with psql -h 0.0.0.0 -p 4566 -d dev -U root