How do I... - Gnorion/BizVR GitHub Wiki
How do I.....
- Apply some rules to several separate values to return a single value Tutorial How to test a decision model
- Apply some rules to the values in an object to set a value in that object Tutorial Testing with a collection of inputs
- Apply some rules to every object in a collection of objects
- Find all the possible combinations of some sets of values
- Find all the possible permutations of some values
- Match two (or more) objects from the same collection to create a new collection
- Match two or more objects from different collections to create a new collection
- Traverse a deeply nested object with collections of collections of collections etc.
- Incorporate javascript libraries to add functionality to my decisions
FUTURE FEATURES
- Access a database from my decision table?
- Deploy a decision to a server as an API
- Invoke a decision as an API
- Monitor the performance of a deployed decision service