Skip to content

Repository contains implementation Java of Business Rules Engine for European Digital Covid Certificate

License

Notifications You must be signed in to change notification settings

iliecirciumaru/dcc-business-rules-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

This repository contains code of the customized Java Rules Engine for European Digital Covid Certificate.

It is based on the Java json-logic engine by jamsesso

How to run

  • Instantiate Rule Engine from factory DCCRuleEngineFactory
  • Execute rules on data
JsonLogic ruleEngine = DCCRuleEngineFactory.getInstance();
Object result = ruleEngine.apply(rule, data);

About

Repository contains implementation Java of Business Rules Engine for European Digital Covid Certificate

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages