https://github.com/goldmansachs/jdmn
A Java implementation of DMN
https://github.com/goldmansachs/jdmn
decision-model dmn interpreter java translator
Last synced: about 2 months ago
JSON representation
A Java implementation of DMN
- Host: GitHub
- URL: https://github.com/goldmansachs/jdmn
- Owner: goldmansachs
- License: apache-2.0
- Created: 2018-01-22T15:49:55.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2024-05-21T10:00:41.000Z (about 1 year ago)
- Last Synced: 2024-05-22T11:17:36.643Z (about 1 year ago)
- Topics: decision-model, dmn, interpreter, java, translator
- Language: Java
- Homepage:
- Size: 50.6 MB
- Stars: 133
- Watchers: 15
- Forks: 41
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# jDMN - Decision Model and Notation (DMN) execution engine implemented in Java
[](https://github.com/goldmansachs/jdmn/blob/master/docs/index.md)
[](https://github.com/goldmansachs/jdmn/actions/workflows/build-main.yml)
[](https://maven-badges.herokuapp.com/maven-central/com.goldmansachs.jdmn/jdmn-parent)
[](https://github.com/goldmansachs/jdmn/releases)
[](LICENSE.txt)
[](https://sonarcloud.io/dashboard?id=goldmansachs_jdmn)**jDMN** provides an execution engine for decisions models specified in DMN. The decisions can be interpreted or translated to Java and executed on a JVM.
## Authors and major contributors
* [Octavian Patrascoiu](https://github.com/opatrascoiu) jDMN project lead.
* [Rob Jenks](https://github.com/RobJenks) developer.
* [Kaizer Poonawala](https://github.com/kaizer) developer.
* [Lukasz Wojcicki](https://github.com/wojcickiluk) developer.## Useful information
* [Documentation](https://github.com/goldmansachs/jdmn/blob/master/docs/index.md)
* [Getting started with jDMN](https://github.com/goldmansachs/jdmn/blob/master/docs/getting-started.md)
* [FAQ](https://github.com/goldmansachs/jdmn/blob/master/docs/faq/index.md)
* [Resources](https://github.com/goldmansachs/jdmn/blob/master/docs/resources.md)
* [Release notes](https://github.com/goldmansachs/jdmn/releases)