To make the Personalize properly function, we need:
- Users.csv
- Items.csv
- Interactions.csv
Goal is to import the historical (Interactions) data, and then let it be updated with the real time events. All fine and understandable.
How do we go about the interactions.csv for the historical initial upload, in case with huge amounts of data, one huge CSV.
Ideally, it would be nice that I could split this monster, into several chunks and feed them all to Personalize.
I saw there is a talk about incremental upload, but I don't see it possible. How did you guys go about it?