Code Monkey home page Code Monkey logo

camunda-optimize-demo's Introduction

Optimize Demo

Camunda Micronaut BPM Demo with an example Process running in the Camunda Platform, which is connected to Camunda Optimize.

Table of Contents

✨Features

🗺 Optimize

Have a look at the running instance: Camunda Optimize

You could login with username: admin and password: pw.

To configure Camunda Optimize have a look at the docs.

⚙️ Camunda Platform

Have a look at the running instance: Camunda Platform

You could login with username: admin and password: pw.

If you want to know more about the micronaut camunda bpm integration have a look at this Blog.

🔨 Camunda Worker

Using the external task pattern to work on a service task.

If you want to know more about the micronaut camunda external client integration have a look at this GitHub Repo.

🚀Getting Started

Place the Camunda Optimize licenses under licenses/OptimizeLicense.txt.

☸️Kubernetes

kubectl create configmap optimize-licenses --from-file licenses/OptimizeLicense.txt

To pull the Camunda Optimize docker image you must be logged into the camunda registry.

E.g. with a pull secret:

kubectl create secret docker-registry camunda-registry \
        --docker-server=registry.camunda.cloud \
        --docker-username=<username> \
        --docker-password=<password> \
        --namespace=default

To start the kubernetes pods run kubectl apply -f kubernetes/ --recursive.

🐳Docker

Start the containers with the docker-compose: docker-compose up

camunda-optimize-demo's People

Contributors

lwluc avatar

Stargazers

Tobias Schaefer avatar Patrick Treyer avatar

Watchers

Sebastian Letzel avatar  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.