Skip to content

Instantly share code, notes, and snippets.

@vaghawan
Created April 18, 2017 04:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vaghawan/0a5fb8ddb85e03631dd500d7c8f0677d to your computer and use it in GitHub Desktop.
Save vaghawan/0a5fb8ddb85e03631dd500d7c8f0677d to your computer and use it in GitHub Desktop.
Sample purchase data for testing MyRecommendation template engine of Prediction IO
{"entityId":"user1","entityType":"user","event":"buy","targetEntityType":"item","targetEntityId":"product5"}
{"entityId":"user3","entityType":"user","event":"buy","targetEntityType":"item","targetEntityId":"product98"}
{"entityId":"user1","entityType":"user","event":"buy","targetEntityType":"item","targetEntityId":"product30"}
{"entityId":"user2","entityType":"user","event":"buy","targetEntityType":"item","targetEntityId":"product5"}
{"entityId":"user6","entityType":"user","event":"buy","targetEntityType":"item","targetEntityId":"product7"}
{"entityId":"user4","entityType":"user","event":"buy","targetEntityType":"item","targetEntityId":"product2"}
{"entityId":"user1","entityType":"user","event":"buy","targetEntityType":"item","targetEntityId":"product101"}
{"entityId":"user10","entityType":"user","event":"buy","targetEntityType":"item","targetEntityId":"product17"}
{"entityId":"user9","entityType":"user","event":"buy","targetEntityType":"item","targetEntityId":"product65"}
{"entityId":"user17","entityType":"user","event":"buy","targetEntityType":"item","targetEntityId":"product8"}
{"entityId":"user3","entityType":"user","event":"buy","targetEntityType":"item","targetEntityId":"product30"}
{"entityId":"user8","entityType":"user","event":"buy","targetEntityType":"item","targetEntityId":"product27"}
{"entityId":"user5","entityType":"user","event":"buy","targetEntityType":"item","targetEntityId":"product1"}
{"entityId":"user13","entityType":"user","event":"buy","targetEntityType":"item","targetEntityId":"product101"}
{"entityId":"user18","entityType":"user","event":"buy","targetEntityType":"item","targetEntityId":"product17"}
{"entityId":"user18","entityType":"user","event":"buy","targetEntityType":"item","targetEntityId":"product20"}
{"entityId":"user10","entityType":"user","event":"buy","targetEntityType":"item","targetEntityId":"product5"}
{"entityId":"user13","entityType":"user","event":"buy","targetEntityType":"item","targetEntityId":"product3"}
@PriyankaOjha
Copy link

Thank you vaghawan

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment