Название: The Informed Company
Автор: Dave Fowler
Издательство: John Wiley & Sons Limited
Жанр: Маркетинг, PR, реклама
isbn: 9781119748014
isbn:
Common Options for Analyzing Source Data
Data ends up in many different places, but the methods to analyze them boil down to application dashboards, Excel spreadsheets, SQL IDEs, cloud dashboarding tools, or business intelligence (BI). We proceed to touch on several common tools used for interacting with sources, giving a short judgment on when and how to use them (Figure 1.1).
Figure 1.1 Various methods for data analysis for data sources.
Get to Know Data with Application Dashboards
Many modern software as a service (SaaS) applications come built with a set of fixed dashboards and visualizations to showcase the data they are capturing (Figure 1.2). These charts are highly tuned to specific use cases and can be quite informative—and maybe meet all data needs. Some, like Salesforce, even have a customizable chart and dashboard creator built in to support ad‐hoc querying. Many have custom query languages, too. These can go a long way, especially when there is no need to see this data in combination with other data. An additional part of the value proposition underlying these tools is vendor support staff, who help answer questions or fulfill special data needs.
One word of caution: keep an eye out for how often single sources of data need combining with other sources. Perhaps you often fulfill queries like “tell me what lead type creates the most customer support tickets,” that is, business asks that require analysis across multiple sources. If your team finds themselves playing the part of “glue” between single sources all too often, it may be time to move to the Data Lake stage.
Figure 1.2 Example built in dashboard showing common metrics from Zendesk.
Source: “Zendesk”
Ask Interesting Questions with Excel
Most applications can export some of their data into CSV formatted files (Figure 1.3). Anyone with Excel or Google sheets can then import that data and analyze it. While this is an effective way to expand the questions that one can ask of data from applications, it is relatively manual and requires frequent updates to keep data current.
Figure 1.3 A basic export feature on a web services dashboard providing a CSV download.
Source: Microsoft
Query Databases with an SQLIDE
For data sources such as a production database, they can be queried directly from the command line, but this can get messy and hard to keep track of queries and results. We suggest setting up an integrated development environment (IDE) such as pgAdmin to better handle querying data within a schema (Figure 1.4). These tools have features that support writing queries (i.e. autocomplete), saving queries, and exporting data.
Figure 1.4 pgAdmin dashboard is a popular IDE for PostgreSQL.
Source: pgadmin.org
Visualize Data in the Office with Dashboards
Tools like Geckoboard or Grow receive data from cloud applications via APIs, then visualize that data in simple yet useful ways (Figure 1.5). These tools can provide data blended from multiple sources into a single dashboard.
These types of cloud dashboard tools often come with some helpful default dashboards and also look great on TVs around the office. They keep teams aware of what's going on. However, these solutions are very limited in their customizations.
Figure 1.5 Geckoboard like dashboard displaying standard sales metrics.
Toying Around with Analytics Products
Tools like Amplitude and Mixpanel (Figure 1.6) can help make product managers more self‐sufficient by removing the need to involve engineering to add tracking events. Product analytics provides templated analysis and a GUI so no code is needed to ask questions of the data. This appears to be a great solution, but we would advise caution with these sorts of tools.
Unfortunately these tools are typically expensive and for every new event tracked you have to wait a few months to get the data you need. These events are typically already tracked in the application database but may be named and stored in hard to understand ways. In addition, product analytics tools are limited to data from the application, meaning we can't see revenue or other business metrics that exist in other sources. Product Analytics do not really scale to serve the data needs companies have.
Figure 1.6 Mixpanel cohort analysis.
Source: Mixpanel
Look at Data Through a Business Intelligence Tool
For the most power in working with source data, use a flexible self‐service BI solution. For this stage, be sure to choose an agile product that supports direct SQL queries and ideally the ability to connect to and blend data from multiple sources.
The main benefits of adopting a BI solution with direct SQL capabilities include:
Consistency of data access.
Lower cost of operation.
Portability of data to future systems such as data lakes.
When СКАЧАТЬ