Kuwala Docs
  • 🎉What is Kuwala?
  • 🚀Launching Kuwala
    • 🧑‍💻Running in development mode
  • 🔀Transformation catalog
    • 🕗Time
      • Compare with date
      • Get date
    • 📑Text
      • Contains keyword
      • Filter by keywords
      • Filter by regex
      • Replace string
    • 🧮Numeric
      • Add columns
      • Apply operation
      • Compare with number
      • Divide columns
      • Text to number
    • 🌍Geo
    • 🔗Merging
      • Join by ID
      • Union
    • ⚙️General
      • Group by columns
      • Is false
      • Is not null
      • Is true
      • Remove duplicates
      • Remove null
      • Replace null
  • 🤓Contributing
    • ➕Adding Transformations
Powered by GitBook
On this page

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 Desktop.

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:3000 in your browser, and you are good to go. 🚀

PreviousWhat is Kuwala?NextRunning in development mode

Last updated 3 years ago

🚀