- Apache Superset Quick Start Guide
- Shashank Shekhar
- 243字
- 2021-06-10 18:34:37
Installing Superset
Let's get started by making a Superset web app server. We will cover security, user roles, and permissions for the web app in the next chapter.
Instead of a local machine, one can also choose to set up Superset in the cloud. This way, we can even share our Superset web app with authenticated users via an internet browser (for example, Firefox or Chrome).
We will be using Google Compute Engine (GCE) for the Superset server. You can use the link https://console.cloud.google.com and set up your account.
After you have set up your account, go to the URL https://console.cloud.google.com/apis/credentials/serviceaccountkey to download a file, `<project_id>.json`. Save this somewhere safe. This is the Google Cloud authorization JSON key file. We will copy the contents of this file to our GCE instance after we launch it. Superset uses the information in this file to authenticate itself to Google BigQuery.
GCE instances are very easy to configure and launch. Anyone with a Google account can use it. After logging in to you Google account, use this URL: https://console.cloud.google.com/compute/instances. Here, launch a g1-small (1 vCPU, 1.7 GB memory) instance with default settings. When we have to set up Superset for a large number of concurrent users (greater than five), we should choose higher compute power instances.
After launching, on the VM instances screen we can see our g1-small GCE instance is up and running:

- 亮劍.NET:.NET深入體驗與實戰精要
- Mastering Mesos
- Go Machine Learning Projects
- 傳感器技術實驗教程
- 自動控制原理
- 精通Windows Vista必讀
- JBoss ESB Beginner’s Guide
- 計算機網絡安全
- INSTANT Drools Starter
- 運動控制系統
- Containers in OpenStack
- 單片機C語言程序設計完全自學手冊
- Visual Studio 2010 (C#) Windows數據庫項目開發
- Unreal Development Kit Game Design Cookbook
- Raspberry Pi 3 Projects for Java Programmers