Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 8 Next »

Requirements

  1. Operations
    1. Perform single + batch read on single + multiple dataset from script transform
    2. Perform single + batch read on DistributedCache from script transform
  2. Supported datasets for lookup
    1. Key-value table
    2. ObjectMappedTable
  3. Optional caching with time-based expiration

Design

  1. LookupKV interface
    1. Object read(String key);
  2. ScriptTransform
    1. New configuration property for declaring lookup tables to use
    2. At configure(), verify datasets / tables exist

 

  • No labels