Skip to content

meong1234/BanMadInk

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ban Mad Inc.

A Process Application for Camunda BPM. This project was created in two days by Niall Deehan and Ben Hoffmann for Camunda's 2016 hackdays.

The project's name comes from an anagram of the main focal points of the application "Kibana + DMN".

Show me the important parts!

Audit check process BPMN Process

Generate demo data for the audit check process

BPMN Process

Load data to elasticsearch (so that it can be viewed in Kibana)

BPMN Process

Play around with the data and create your own visualizations

Kibana dashboard

How does it work?

What we want to do is to get all the process data out of Camunda and into Kibana so that we could better visualize the data from each process instance.

The process in question is simply a method of determining the likelihood of fraud based on data entered by users and rules written up as DMN tables.

The second process can be started to generate demo data based on random data generators. We needed a lot of data and so created process which can generate lots of interesting pseudo-random data for the purpose of having the reports in Kibana make more sense.

The third process is used to run every 20 minutes and pick up the process instance data transform it into a JSON format that elasticsearch is happy with and then send it along to elasticsearch.

How to use it?

You'll need a few different bits and pieces running.

  1. Elasticsearch (tested with 2.3.4)

  2. Kibana (tested with 4.5.3)

  3. Camunda (tested with 7.5.4)

Once all 3 are running you can use maven to build and deploy the process application to the Camunda application server.

Next up you'll need to generate some data so open Tasklist and start the Generate Test Data process. Select the number of instances you'd like to create. About 600 is a good number to start with, we also tested up to 20.000.

Eventually the load data process will kick off and pick up the data (or you could run it manually in Tasklist)

Once you deployed the application you can run it using Camunda Tasklist and inspect it using Camunda Cockpit.

Once you loaded all the data in Elasticsearch, you can start discovering it with Kibana. Create an index pattern camunda with the Time-field name dateOfClaim. You can now play around with the data and create visualizations or import the examples.

Environment Restrictions

Built and tested against Camunda BPM version 7.5.4.

Known Limitations

Improvements Backlog

License

Apache License, Version 2.0.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 66.6%
  • HTML 33.4%