Skip to content

Instantly share code, notes, and snippets.

@enjalot
Last active August 29, 2015 14:01
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 enjalot/b35fed01ef90841b54e4 to your computer and use it in GitHub Desktop.
Save enjalot/b35fed01ef90841b54e4 to your computer and use it in GitHub Desktop.
sample checkin data

Sample Checkin data

=====================

  • members.json - all the members for the group
  • rsvps.json - all the rsvsp for members of the group (memberId and eventId can be used to search)
  • attends.json - checkins linked to memberId and eventId
  • events.json - all the events, use eventId to filter rsvps and attends
[
{
"_id": {
"$oid": "52aa6fcf2dac7f1e1f83e5cf"
},
"memberId": "9776751",
"rsvpId": "1053328562",
"eventId": "152137122",
"groupId": "3250422",
"checkinAt": 1386901453987
}
]
[
{
"_id": {
"$oid": "52a6a2ce2dac7f1e1f83d195"
},
"groupId": "3250422",
"eventId": "152137122",
"name": "d3 fast and slow",
"venue": "Loggly, Inc",
"time": 1386903600000,
"status": "past"
},
{
"_id": {
"$oid": "537ed8512dac7f1e1f83e84c"
},
"groupId": "3250422",
"eventId": "180617002",
"name": "d3.introspect()",
"venue": "Pubnub",
"time": 1401154200000,
"status": "upcoming"
}
]
[
"_id": {
"$oid": "52a9ec122dac7f1e1f83d9e9"
},
"groupId": "3250422",
"memberId": "9776751",
"name": "Ian Johnson",
"bio": null,
"joined": 1328641765000,
"link": "http://www.meetup.com/members/9776751",
"lon": -122.27,
"lat": 37.87,
"state": "CA",
"city": "Berkeley",
"avatar": "http://photos2.meetupstatic.com/photos/member/a/6/4/2/thumb_70182562.jpeg"
}
]
[
{
"_id": {
"$oid": "52a9ec252dac7f1e1f83e50c"
},
"memberId": "9776751",
"rsvpId": "1053328562",
"eventId": "152137122",
"groupId": "3250422",
"response": "yes",
"rsvpAt": 1385081170000,
"guests": 0
},
{
"_id": {
"$oid": "537ed8692dac7f1e1f83ed09"
},
"memberId": "9776751",
"rsvpId": "1256151782",
"eventId": "180617002",
"groupId": "3250422",
"response": "yes",
"rsvpAt": 1398992543000,
"guests": 0
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment