Reader small image

You're reading from  Expert Data Visualization

Product typeBook
Published inApr 2017
Reading LevelIntermediate
PublisherPackt
ISBN-139781786463494
Edition1st Edition
Languages
Tools
Right arrow
Author (1)
Jos Dirksen
Jos Dirksen
author image
Jos Dirksen

Jos Dirksen has worked as a software developer and architect for almost two decades. He has a lot of experience in many technologies, ranging from backend technologies, such as Java and Scala, to frontend development using HTML5, CSS, JavaScript, and Typescript. Besides working with these technologies, Jos regularly speaks at conferences and likes to write about new and interesting technologies on his blog. He also likes to experiment with new technologies and see how they can best be used to create beautiful data visualizations. Previously, Jos has worked in many different roles in the private and public sectors, ranging from private companies such as ING, ASML, Malmberg, and Philips to organizations in the public sector, such as the Department of Defense and the Port of Rotterdam.
Read more about Jos Dirksen

Right arrow

Visualizing Meetup.com RSVP data on a map

For our last streaming example, we're going to connect our web frontend to the public streaming API of Meetup. With Meetup, people can easily schedule meetups with people that share interests. An interesting aspect of Meetup is that it offers a publicly available WebSocket endpoint which provides RSVP information on public meetings. When we connect to that endpoint, we get information back which looks like this:

Each message is a single RSVP from someone either wanting to attend a meeting, or someone letting the organizers know they won't attend. When we look a bit closer at the JSON message, we see a lot of useful information:

{ 
"venue": {
"venue_name": "The Moon Under Water (Wetherspoons)",
"lon": -0.74885,
"lat": 52.04258,
"venue_id": 995244
},
"member": {
"...
lock icon
The rest of the page is locked
Previous PageNext Page
You have been reading a chapter from
Expert Data Visualization
Published in: Apr 2017Publisher: PacktISBN-13: 9781786463494

Author (1)

author image
Jos Dirksen

Jos Dirksen has worked as a software developer and architect for almost two decades. He has a lot of experience in many technologies, ranging from backend technologies, such as Java and Scala, to frontend development using HTML5, CSS, JavaScript, and Typescript. Besides working with these technologies, Jos regularly speaks at conferences and likes to write about new and interesting technologies on his blog. He also likes to experiment with new technologies and see how they can best be used to create beautiful data visualizations. Previously, Jos has worked in many different roles in the private and public sectors, ranging from private companies such as ING, ASML, Malmberg, and Philips to organizations in the public sector, such as the Department of Defense and the Port of Rotterdam.
Read more about Jos Dirksen