Module oozie::data [] [src]

Module with basic data loading and handling utilities

Structs

BasicDataHandler

A basic data handler, it should be enough almost everytime or it can be used as an example if you want to write your own

SqliteDataHandler

An Sqlite data handler, it should be faster than the BasicDataHandler

Traits

DataHandler

This trait is based on Mahout's DataModel interface. States the basic functions that a repository containing information about users, items and ratings must have. I'm still wondering if adding/removing users and items should be on the trait or not