dataframe-rules-engine
dataframe-rules-engine copied to clipboard
external rules loaded as json with UT
Hi @GeekSheikh Have extended this library's capability to load rules from an external Json object Have added the corresponding UT to validate the various Rule Types
It uses circe-json to parse json and defines the custom decoders for the various rule types initialisation options available to user
It does not support MinMax Rules, however can incorporate that in the next drop Please review and let me know in case of any feedback
This implements the enhancement request #4