LRU

    • Abstraction for LRU for any item (template based), models or files
    • Training and prediction works within allocated memory budget
    • If budget is breached, then expires least used item and loads another one

    Large Data Operations

    • Large data operation support for models, training or test files
    • Gets and puts large data in the db in chunks
    • Provides simple consistent API to do so
    • Supports scan on the keys as well