Skip to content

kPow: Local Evaluation with Docker Compose.

License

Notifications You must be signed in to change notification settings

kibu-australia/kpow-local

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Release to DockerHub Docker Pulls

Evaluate locally with Docker Compose

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.

kPow

kPow in action

Prerequisites

Instructions

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

Notes

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

Support

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.

License

Copyright © Operatr.IO 2021.

About

kPow: Local Evaluation with Docker Compose.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%