This tool applies a Decision Model and Notation (DMN) file to the data in an Avro binary object file, generating additional derivations and/or validations.
You can experiment with DMN using applications like Drools, Camunda Modeler or by using online tools like Camunda DMN Simulator.
Compile it using:
$ make compile
Run it using:
$ make run
This tool uses the open source DMN engine from the Community Edition of the Camunda Platform 7 which is available under the Apache-2.0 license.