Prerequisites
Before you deploy Orka, ensure you have:
Deploy with Docker
To try Orka locally with sample data:
- Clone the quickstart repository and navigate to the root directory
- Run the startup script:
This starts all services and loads sample data.
The quickstart demo includes a pre-configured PostgreSQL database with sample automotive data for testing.
Connect to the quickstart database
After the services start, connect Orka to the PostgreSQL database using this connection string:
postgresql://conduktor:change_me@postgresql-automotive/automotive-db?sslmode=require&channel_binding=require
Use this connection string when you create your first source connection in Orka.
View sample data
To view the data in the automotive database:
./list-automotive-data.sh
Clean up
To remove all services: