Guest User

Untitled

a guest
Jan 21st, 2019
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.34 KB | None | 0 0
  1. {
  2. "user_id" : "unique id for the user",
  3. "interest_1" : {
  4. "count" : 3,
  5. "obs" : [
  6. "array of user requests for this month"
  7. ]
  8. },
  9. "interest_2" : {
  10. "count" : 2,
  11. "obs" : [
  12. "array of user requests for this month"
  13. ]
  14. },
  15. "date" : "2019-1-1T00:00:00.000Z",
  16. "days" : {
  17. "11" : {
  18. "interest_1" : {
  19. "count" : 1,
  20. "obs" : [
  21. "array of user requests for this day"
  22. ]
  23. },
  24. "date" : "2019-1-11T00:00:00.000Z",
  25. "hours" : {
  26. "14" : {
  27. "interest_1" : {
  28. "count" : 1,
  29. "obs" : [
  30. "array of user requests for this hour"
  31. ]
  32. },
  33. "date" : "2019-1-11T14:00:00.000Z",
  34. "minutes" : {
  35. "41" : {
  36. "interest_1" : {
  37. "count" : 1,
  38. "obs" : [
  39. "array of user requests for this minute"
  40. ]
  41. },
  42. "date" : "2019-1-11T14:41:00.000Z"
  43. }
  44. }
  45. }
  46. }
  47. },
  48. "15" : {
  49. "interest_1" : {
  50. "count" : 2,
  51. "obs" : [
  52. "array of user requests for this day"
  53. ]
  54. },
  55. "interest_2" : {
  56. "count" : 2,
  57. "obs" : [
  58. "array of user requests for this day"
  59. ]
  60. },
  61. "date" : "2019-1-15T00:00:00.000Z",
  62. "hours" : {
  63. "12" : {
  64. "interest_1" : {
  65. "count" : 1,
  66. "obs" : [
  67. "array of user requests for this hour"
  68. ]
  69. },
  70. "interest_2" : {
  71. "count" : 1,
  72. "obs" : [
  73. "array of user requests for this hour"
  74. ]
  75. },
  76. "date" : "2019-1-15T12:00:00.000Z",
  77. "minutes" : {
  78. "18" : {
  79. "interest_1" : {
  80. "count" : 1,
  81. "obs" : [
  82. "array of user requests for this minute"
  83. ]
  84. },
  85. "interest_2" : {
  86. "count" : 1,
  87. "obs" : [
  88. "array of user requests for this minute"
  89. ]
  90. },
  91. "date" : "2019-1-15T12:18:00.000Z"
  92. }
  93. }
  94. },
  95. "13" : {
  96. "interest_1" : {
  97. "count" : 1,
  98. "obs" : [
  99. "array of user requests for this hour"
  100. ]
  101. },
  102. "date" : "2019-1-15T13:00:00.000Z",
  103. "minutes" : {
  104. "27" : {
  105. "interest_1" : {
  106. "count" : 1,
  107. "obs" : [
  108. "array of user requests for this minute"
  109. ]
  110. },
  111. "date" : "2019-1-15T13:27:00.000Z"
  112. }
  113. }
  114. },
  115. "20" : {
  116. "interest_2" : {
  117. "count" : 1,
  118. "obs" : [
  119. "array of user requests for this hour"
  120. ]
  121. },
  122. "date" : "2019-1-15T20:00:00.000Z",
  123. "minutes" : {
  124. "30" : {
  125. "interest_2" : {
  126. "count" : 1,
  127. "obs" : [
  128. "array of user requests for this minute"
  129. ]
  130. },
  131. "date" : "2019-1-15T20:30:00.000Z"
  132. }
  133. }
  134. }
  135. }
  136. }
  137. }
  138. }
Add Comment
Please, Sign In to add comment