The following steps will start a 3-node Kafka cluster on your machine with Docker Compose and connects the latest version of kPow to that Kafka cluster with a 30-day trial licence that you have obtained from our site.
See our User Guide for full documentation, this is the simplest configuration to get up and running in minutes.
- Install docker-compose
- A valid kPow license (click here for a 30-day trial)
The main folder of this repository contains a functional docker-compose.yml file. Run the application using it as shown below:
$ git clone https://github.com/operatr-io/kpow-local.git
$ cd kpow-local
$ vim local.env # Add your LICENSE details here
$ docker-compose up
- kPow's web UI is accessible on http://localhost:3000. kPow takes two minutes to initialize state on first startup.
- The Kafka brokers are accessible with bootstrap URL
127.0.0.1:9092,127.0.0.1:9093,127.0.0.1:9094
if you want to configure other services.
Any issues? Just raise a ticket or view our docs.
Contact [email protected] to upgrade your trial license to a fully featured 1-month Pro license if to evaluate User Authentication, Role Based Access Control, Data Policies, Prometheus Endpoints and more.
Looking to evaluate kPow outside of Docker? kPow will run with any Kafka Cluster from v1.0+ and is also available as a JAR file for those without Dockerized environments.
Copyright © Operatr.IO 2021.