Is it possible to use the DMN engine without a database connection ?
Currently we use the camunda DMN and this can be created without a database connection.
The scenario this would be for is using it to route traffic in a netty proxy depending on message contents and would need to very performent, thread safe and memory efficient.
We currently do not support FEEL but have an expression language based on JUEL.
This means we have some user friendly ‘helper’ constructs available. (For example date helpers / collection related helpers etc)
Or you can use your own custom JUEL expression.
In additional you can hook in your own helper constructs.
DRD / DRG support is work in progress. There is no ETA but we’re hoping on the next major release.