Last active
August 29, 2015 14:16
-
-
Save atayahmet/aacc159fda085e52d0a8 to your computer and use it in GitHub Desktop.
design schema
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
######## RAW DATA ########### | |
{ | |
activityId: 1, | |
userId: 1, | |
activity: { | |
gameTypeId: 1, | |
sport: 1, | |
category: 1, | |
tournament: 1, | |
event: 1 | |
}, | |
betRadarId: 1, | |
betRadarTournamentId: 1, | |
partnerId: 1, | |
ip: '212.14.25.87', | |
createdAt: '1425994026' | |
} | |
######## STATISTICS ########### | |
{ | |
uccId: 2, | |
createdAt: 1425994026, | |
gameType: 1, | |
hash: s1dfds321f32sd1f32sd1fa32s1d, | |
total: 658, | |
unique: 54 | |
}, | |
{ | |
uccId: 3, | |
createdAt: 1425994026, | |
gameType: 1, | |
sport: 1, | |
hash: rf54f5rf4s54d5f4sdfs5d4fa5s4d, | |
total: 658, | |
unique: 54 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment