Book Image

Big Data Visualization

Book Image

Big Data Visualization

Overview of this book

Gain valuable insight into big data analytics with this book. Covering the tools you need to analyse data, together with IBM certified expert James Miller?s insight, this book is the key to data visualization success. ? Learn the tools & techniques to process big data for efficient data visualization ? Packed with insightful real-world use cases ? Addresses the difficulties faced by professionals in the field of big data analytics
Table of Contents (15 chapters)
Big Data Visualization
Credits
About the Author
About the Reviewer
www.PacktPub.com
Customer Feedback
Preface

Example 1 - Sales transactions


In this example, consider global sales transactions being logged by thousands of servers, all day, and every day, twenty-four hours a day. These transaction records contain typical sales information, such as the date the transaction took place (transaction date), a product identifier (product name), the price of the product (SKU price), the total charged (price), the payment type (payment type), and so on.

In addition, the transaction also captures some interesting fields, such as when the user's online account was created, when they last logged on, and so on.

Adding more context

Many times there is a desire to view transactional data within a particular context--a context that is based on a secondary data source. For example, suppose that there is data available to us that contains promotional marketing information: a file extracted from a database containing the sales and marketing efforts for the products in our sales transactional file.

This information may...