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

  • ImportError: No module named ‘scikits’ – Python Fix Jupyter Notebook

    If you have the above problem, to fix this, follow these guidelines as advised by Flowerowl  at this link (https://github.com/muricoca/crab/issues/92): The steps are as follows:   Don’t install crab in this way: pip install crab / easy_install crab You can find crab in pypi.python.org, this is not our scikits.crab source Solution: git clone https://github.com/muricoca/crab.git python setup.py…

  • 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?

  • |

    Superset Heroku Installation – Microsoft SQL Server Database Connection on Windows PC

     Clone this github repository into YOUR OWN repository and Edit the link in the  Readme.md file from https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/dugjason/superset-on-heroku to the link in YOUR OWN CLONED repository eg. https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/benadaba/hrmr Now scroll down and COMMIT (save) the changes ALSO edit the requirements.txt file and include any database requirements you want installed . eg pymssql==2.1.3, pyodbc==4.0.21 (this version was generating an…

  • | |

    Save Multiple Pandas DataFrames to One Single Excel Sheet Side by Side or Dowwards – XlsxWriter

      This tutorial is just to illustrate how to save Python Pandas dataframe into one excel work SHEET . You can save it column-wise, that is side by side or row-wise, that is downwards, one dataframe after the other.   In [110]:

      In [111]:

     

    In [112]:

      Out[112]: First Name Last Name…

  • Getting Stock Prices from Yahoo and plotting Python 3 Matplolib Urllib

    This is  some quick notes about getting stock data from Yahoo and plotting it using Matplotlib . The Python version used is Python 3.5 Credits to sentdex.  You can check him out on Youtube. In [11]:

      In [12]:

      In [13]:

      In [14]:

        Want more information like this?

Leave a Reply

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