Book Image

Pentaho Analytics for MongoDB

By : Bo Borland
Book Image

Pentaho Analytics for MongoDB

By: Bo Borland

Overview of this book

<p>Pentaho Analytics for MongoDB will teach you MongoDB and Pentaho integration points and developer skills needed to create turnkey analytic solutions that deliver insight and drive value for your organization.<br /><br />Starting with how to install, configure, and develop content in both Pentaho and MongoDB, this book will give you the complete range of skills needed to gain insight into MongoDB data using Pentaho Business Analytics.&nbsp; You will learn about MongoDB data models and query techniques, which are covered in combination with the provided sample MongoDB database. You then advance to data integration, analysis, and reporting using Pentaho.<br /><br />You will learn how to use Pentaho Data Integration to blend and enrich data from additional sources. From this blended data, you will develop professional-looking reports and analysis views that are visual and interactive. Lastly, we will cover the Pentaho web portal and web interfaces for deploying analytics out to a broader set of consumer users.</p>
Table of Contents (15 chapters)
Pentaho Analytics for MongoDB
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Creating a new analysis view from blended data


Now that Instaview has successfully blended our clickstream and geographic data, let’s visualize the data on a Google map:

  1. Make sure you are connected to the Internet so the Google mapping feature will work.

  2. If you are in the Instaview Configure mode instead of the analysis interface, click on the New Analysis button.

    Note

    The measures and dimensions are updated in the Available fields section to include the Country, State, City, and Zipcode fields from the zip_codes.csv file.

  3. Drag Durationsession to the Measures drop zone in the Layout section.

  4. Drag Country to the Rows drop zone in the Layout section.

  5. Drag State to the Rows drop zone in the Layout section.

  6. In the View As section, click on the dropdown next to the chart icon and then select Geo Map:

  7. Expand the small plus icon on the right-hand side of the map and select the Google Physical base layer so that your visualization matches the following screenshot:

  8. Click on the Save View button and name the...