<p>This post is part 3 of our series on connecting gaming devices with the wot.io data service exchange™.</p>
<h2 id="storinggameplayeventdatawithwotio">Storing Gameplay Event Data with wot.io</h2>
<p>In the <a href="/connecting-gaming-devices-with-wot-io-and-mongodb">last post</a> we saw that after retrofitting an open source chess application to connect via PubNub, we could route gameplay messages from connected gaming devices to the <a href="http://mongodb.com">MongoDB</a> No-SQL datastore. Even when the messages were generated or transformed by other data services like <a href="http://scriptr.io">scriptr</a>, the logic required to store messages in MongoDB remained loosely coupled to the implementation of any single data service.</p>
<p>Now that we have taken our IoT event data and stored it in a suitable datastore, let's look into how we might start analyzing and visualizing it with another wot.io data service.</p>
<h2 id="customreportingwithpentaho">Custom Reporting with Pentaho</h2>
<p><a href="http://www.pentaho.com">Pentaho</a> is one of a number of <a href="http://www.wot.io/partners/">wot.io data services</a> specializing in extracting value from <a href="https://en.wikipedia.org/wiki/Data_at_rest">data at rest</a> like the event data now captured in our MongoDB datastore.</p>
<p>Pentaho is an excellent choice for modeling, visualizing, and exploring the types of data typically found in IoT use cases. And it's ability to blend operational data with data from IT systems of record to deliver intelligent analytics really shines in the context of the wot.io data service exchange™ where multiple datastores and adapters to different enterprise software systems are not uncommon.</p>
<p>Just as you might imagine in a connected gaming use case, we wanted to create reports showing gameplay statistics for individual users, as well as aggregate reports across the entire gaming environment. Rather than write about it, have a look at this video:</p>
<p><iframe src="https://www.youtube.com/embed/aa76fMthr44" frameborder="0" width="560" height="315" allowfullscreen="allowfullscreen"></iframe></p>
Connected Gaming Statistics with wot.io and Pentaho
Dec 2015/ Posted By: wotio team