Coder Social home page Coder Social logo

jdbranham / zeebe-simple-monitor Goto Github PK

View Code? Open in Web Editor NEW

This project forked from camunda-community-hub/zeebe-simple-monitor

0.0 0.0 0.0 3.14 MB

Simple monitoring application to show insides of Zeebe

Home Page: https://zeebe.io

License: Apache License 2.0

Java 64.58% CSS 1.18% JavaScript 6.53% HTML 25.75% Dockerfile 0.40% Shell 1.57%

zeebe-simple-monitor's Introduction

Zeebe Simple Monitor

A monitoring application for Zeebe. It is designed for developers to

  • get in touch with Zeebe and workflow execution (BPMN)
  • test workflows manually
  • provide insides how workflows are executed

The application imports the data from Zeebe using the Hazelcast exporter. It aggregates the data and store it into a (in-memory) database. The data is display on server-side rendered HTML pages.

how-it-works

Install

Docker

The following command will build the project, pull images and start containers with default settings.

  1. Run the following command in your terminal (in the root project folder):

    docker/run

    If you don't have the right to launch docker/run try:

    chmod +x docker/run
  2. Go to http://localhost:8080

Manually

  1. Download the latest Hazelcast exporter JAR

  2. Copy the JAR into the broker folder ~/zeebe-broker-%{VERSION}/lib

  3. Add the exporter to the broker configuration ~/zeebe-broker-%{VERSION}/config/zeebe.cfg.toml.

    [[exporters]]
    id = "hazelcast"
    className = "io.zeebe.hazelcast.exporter.HazelcastExporter"
    
      [exporters.args]
      # comma separated list of io.zeebe.protocol.record.ValueType
      enabledValueTypes = "JOB,WORKFLOW_INSTANCE,DEPLOYMENT,INCIDENT,TIMER,VARIABLE,MESSAGE,MESSAGE_SUBSCRIPTION,MESSAGE_START_EVENT_SUBSCRIPTION"
    
  4. Start the broker

  5. Download the latest application JAR

  6. Start the application java -jar zeebe-simple-monitor-app-{VERSION}.jar

  7. Go to http://localhost:8080

Configuration

The configuration of the application can be changes via application.properties, application.yaml or command line arguments.

# application database
spring.datasource.url=jdbc:h2:mem:zeebe-monitor;DB_CLOSE_DELAY=-1
spring.datasource.user=sa
spring.datasource.password=
spring.jpa.hibernate.ddl-auto=create

# connection to Zeebe broker
io.zeebe.monitor.connectionString=localhost:26500

# connection to Hazelcast
io.zeebe.monitor.hazelcast.connection=localhost:5701

# logging
logging.level.io.zeebe.zeebemonitor=DEBUG
logging.level.com.hazelcast=WARN

Build from Source

Build with Maven

mvn clean install

Code of Conduct

This project adheres to the Contributor Covenant Code of Conduct. By participating, you are expected to uphold this code. Please report unacceptable behavior to [email protected].

License

Apache License, Version 2.0

About

screencast

zeebe-simple-monitor's People

Contributors

saig0 avatar berndruecker avatar menski avatar zelldon avatar thorbenlindhauer avatar jwulf avatar olivieralbertini avatar artunsubasi avatar meyerdan avatar imgbotapp avatar npepinpe avatar huksley avatar imgbot[bot] avatar slewiskelly avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.