Book Image

Redash v5 Quick Start Guide

By : Alexander Leibzon, Yael Leibzon
Book Image

Redash v5 Quick Start Guide

By: Alexander Leibzon, Yael Leibzon

Overview of this book

Data exploration and visualization is vital to Business Intelligence, the backbone of almost every enterprise or organization. Redash is a querying and visualization tool developed to simplify how marketing and business development departments are exposed to data. If you want to learn to create interactive dashboards with Redash, explore different visualizations, and share the insights with your peers, then this is the ideal book for you. The book starts with essential Business Intelligence concepts that are at the heart of data visualizations. You will learn how to find your way round Redash and its rich array of data visualization options for building interactive dashboards. You will learn how to create data storytelling and share these with peers. You will see how to connect to different data sources to process complex data, and then visualize this data to reveal valuable insights. By the end of this book, you will be confident with the Redash dashboarding tool to provide insight and communicate data storytelling.
Table of Contents (10 chapters)

Summary

In this chapter, we covered cases where we need to extend Redash beyond what initially comes with the distribution, such as new data sources/visualizations/alerts or dashboard layouts. We also explained the two main options to extend Redash: the API, which allows us to call all of the Redash functionalities through HTTP calls, and the more comprehensive extension, by coding.

Regarding APIs, we reviewed all of the possible API calls, and regarding code, we covered the development setup options. Of course, the best source for understanding Redash is the source code.

The book ends here, but your journey to mastering Redash only begins here. The purpose of this book is to give you the tools to get started with Redash, along with querying and visualizing your data as quickly as possible. In addition, we cover all the other Redash possibilities such as Alerts, APIs, and Extension...