Superset Caravel BI Tool Installation and Visualizations on Heroku

Superset (formerly called Caravel ) BI Tool by  http://airbnb.io/superset  is a free Data Visualization tool which you can harness its powers for your visualization analytic needs.

  1. If you are finding problems installing on your windows PC or you simply want your own online version you can simply sign up FREE with Heroku (at least choosing their Free Plan initially) . The Free version can host your Superset BI Tool and if your needs increase later on along the line you can upgrade to their flexible advanced plans.

 

2. Once you are signed up, with Heroku, it will be ideal to go through their Getting Started Documentation to familiarise yourself with the Heroku platform, if you are new to it.

3. After you familiarize yourself with the platform (or if you didn’t) simple visit this link to click on the Deploy to Heroku button to install Superset in less than 5 minutes

4. Give your app a name (which is your Superset url), choose your region and click on the Deploy button

5. Once it has finished installing, click on View / Open App to view your Superset / Caravel

6. You will be welcomed to your Fresh new Superset Screen

You might want to login into your BI Tool in the far right hand corner , but alas, you do not know the login details yet. You will have to create your own login now and become administrator of the tool.

This is where the initial familiarisation with the Heroku platform comes into play.

7. You will need the following steps to create  your login details (this can be found at the previous link here). This the part you need from the link

” Things you should know

After deployment
  • Superset will be accessible at YOURAPPNAME.herokuapp.com.
  • To make changes to your app like creating admin user, clone your app locally using the Heroku Toolbelt:
  • Create an Admin user by using
  • Check Papertrail logs for debugging any errors.”

8. Once you are logged in, here is a good guide to get started with creating your visualisations:  Click this link Superset tutorials

9. If you have challenges populating your Superset database table with data, check out this post: Populating Superset Caravel MySQL database tables with Data via Heroku

10. Below is a screenshot of a “playaround” dashboard created with Superset -Heroku installation

11. All the best

 

If you need help implementing this in your business please Conact Us

Want more information like this?

Similar Posts

  • Populating Superset Caravel MySQL database tables with Data via Heroku

    If you installed  your Superset (Caravel) BI Tool with Heroku and if you are finding it difficult to initially populate your MySQL database tables with Data and you will be using MySQL the default database that come with your installation, then you can follow these steps to get data into Superset. (By the way, you…

  • | |

    How To Use ER Assistant – FREE Entity Relationship Diagram (ERD) Creation Tool

    There are a lot of ER Diagram Tools. However, by far, one of the favourite ones I use is the ER Assistant which is also free. You can download the ER Assistant free software from here: ER Assistant Download. Install the program after download. In this post, we will learn how to Create Entities Create…

  • Structured Pyramid Analysis Plan SMART GOAL Data Analysis

    The key advice for any Data Analysis project is to never start any analysis without first having a structured plan. You should set your goals and they should be S.M.A.R.T   Below are the two charts to help with Analysis. This is part of Data Visualization and Communication with Tableau  by Duke University on Coursera. Set your…

  • Aggregation – Pandas Numpy Python Series DataFrame

      In this quick notes, we will go through aggregation in Python. This is part of lectures on Learning Python for Data Analysis and Visualization by Jose Portilla on Udemy.

      url = “http://archive.ics.uci.edu/ml/machine-learning-databases/wine-quality/” In [2]:

      In [4]:

      Out[4]: fixed acidity volatile acidity citric acid residual sugar chlorides free sulfur dioxide total sulfur dioxide density…

  • Array Processing – Python Numpy – How to work with Arrays in Python

      Hi Guys, Thanks for all your emails. In this note, we will be looking at Array Processing in Python. This is part of lectures on Learning Python for Data Analysis and Visualization by Jose Portilla on Udemy. In [3]:

      In [4]:

      In [5]:

      In [6]:

      Out[6]:

    In [7]:

      Out[7]:

    In [8]:…

  • Matplotlib Pyplot Plt Python Pandas Data Visualization Plotting

      This is some quick notes about graphing or plotting graphs with Matplotlib in Python. Credits to sentdex.  You can check him out on Youtube.

      In [4]:

      In [10]:

      In [14]:

      In [20]:

      In [23]:

      In [30]:

      Out[30]:

    In [48]:

        Want more information like this?

Leave a Reply

Your email address will not be published. Required fields are marked *