Skip to content

Latest commit

 

History

History

00-get-started

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Get Started

The demos in this directory are designed to assist users in setting up their local environment and installing Kafka, PostgreSQL, and RisingWave. These are the three fundamental systems we will be using.

  1. Install Kafka, PostgreSQL, and RisingWave

  2. Ingest data from Kafka into RisingWave

  3. Ingest CDC (Change Data Capture) from PostgreSQL into RisingWave

  4. Integrate RisingWave with other platforms

    • If you would like to test how RisingWave integrates with other messaging queues, databases, data lakes, and more, head over the integration_tests folder under the RisingWave repository. Docker Compose files have been set up for each integration, allowing you to easily test the workflow.
    • Simply pull the repository to your device, navigate to the integration you are interested in, and run docker compose up -d in a terminal window.