πŸš€Launching Kuwala

Follow these instructions to launch Kuwala and start building data pipelines.

The first thing you have to do is to clone the Kuwala repository by running the following command in your terminal/shell:

git clone https://github.com/kuwala-io/kuwala.git

Before you start Kuwala, you have to have Docker running in the background. We recommend running the latest version of Docker Desktoparrow-up-right.

Now you simply need to run the following command from inside the root directory of the repository:

docker-compose --profile kuwala up

Now open http://localhost:3000arrow-up-right in your browser, and you are good to go. πŸš€

Last updated