Skip to content

Latest commit

 

History

History

operator

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Console Operator

This repository contains the operator responsible for deploying the StreamsHub console API/UI deployment.

Getting Started

Prerequisites

There are a few things you need to have installed to run this project:

Download and Build

To run this project locally, first clone it with Git and execute a Maven build

git clone [email protected]:streamshub/console.git
cd console
mvn -am -pl operator install -DskipTests

To run unit and integration tests

mvn -am -pl operator verify

Strimzi and Prometheus

Follow the steps in the install README to install the Strimzi and Prometheus operators and to create instances of both Prometheus and Kafka.

Start Console API in Development Mode

Start the API in development mode from the repository root directory.

mvn -am -pl operator quarkus:dev