Requirements
- Operations
- Perform single + batch read on single + multiple dataset from script transform
- Perform single + batch read on DistributedCache from script transform
- Supported datasets for lookup
- Key-value table
- ObjectMappedTable
- Optional caching with time-based expiration
Design
- LookupKV interface
- Object read(String key);
- ScriptTransform
- New configuration property for declaring lookup tables to use
- At configure(), verify datasets / tables exist