eggroll
eggroll copied to clipboard
Importing data from file
Eggroll 1.x supports data import from memory only. Users have to deal with their data and import into Eggroll.
We should provide users of importing data directly from a file.
Users can pass-in their split function, returning a tuple of (key, value)
. Keys and values will be imported into Eggroll.
Implementing it in v1.x as there is a requirement from FATE side. Porting it into v2.x later. Labeled as v1.x.