Giter Site home page Giter Site logo

banmadink's Introduction

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.

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.