Zum Hauptinhalt springen

Miranum Stack Quickstart

info

The Code for this repository can be found in our miranum-consulting repository.

This showcase demonstrates our various tools, grouped under the Miranum brand.

  1. Miranum Platform is a versatile workflow and process automation framework utilizing components like Camunda 7, a schema-registry and an intuitive task list.
  2. Miranum Connect is a library which enables developers to build reusable and technology neutral connectors and integrations between products.
  3. Miranum IDE provides a centralized hub for editing, managing and accessing process application artifacts via VS Code.
caution

Miranum is still in an early stage of development. As such, there may be some bugs or missing features that will be implemented in the near future.

VS Code
A screenshot of an External Task Service next to the BPMN diagram in VS Code.

Quick Start

  1. Clone this repository

    git clone https://github.com/Miragon/miranum-consulting.git
  2. Build Project

    cd miranum-consulting/miranum-stack-showcase/
    mvn clean package
  3. Run docker compose

    cd platform-stack
    docker compose --profile engine up
  4. Deploy Artifacts (see here)

  5. Open your browser and navigate to localhost:8081, then login with the following credentials:

    user: alex
    password: test

Miranum Platform in Action

Development

With this showcase, we are also going to give you a step-by-step tutorial on how we created it, using only VS Code as our IDE.

  1. Set up the Project and Development Environment

  2. Create the Miranum Worker

  3. Create the Process Artifacts

  4. Test the Process

  5. Setup Miranum Platform

  6. Deploy the Artifacts

  7. Run the Application

  8. Open your Browser under localhost:8081 and login with the following credentials:

    user: alex
    password: test