pbudner / argosminer

A stream-based process mining system written in Go. It collects events from various sources and traces the underlying discovered process models over time.

Home Page:https://www.argosminer.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ArgosMiner

ArgosMiner is a stream-based process mining system written in Go. It collects events from various sources and traces the underlying discovered process models over time.

The following three key features distinguish ArgosMiner from other process mining systems:

  • Focus on time
  • Focus on change
  • Focus on operational simplicity

ArgosMiner is a single binary without external dependencies, such as a database. It can be used in client as well as server scenarios. While the latter is our primary focus, ArgosMiner can also be used on a client to quickly analyze (large) event logs.

Install

There are various ways of installing ArgosMiner.

Precompiled Binaries

Precompiled binaries for released versions are available in the download section.

Docker Images

Docker images are available on Docker Hub.

Building from Source

tbd.

About

A stream-based process mining system written in Go. It collects events from various sources and traces the underlying discovered process models over time.

https://www.argosminer.com

License:Apache License 2.0


Languages

Language:Go 98.4%Language:Makefile 1.1%Language:Dockerfile 0.3%Language:JavaScript 0.1%