GithubHelp home page GithubHelp logo

ansible-superset's Introduction

Ansible Superset

Superset is a modern BI app with a simple interface, feature-rich when it comes to views, that allows the user to create and share dashboards. This app is simple and doesn’t require programming, and allows the user to explore, filter and organise data. The best part is… it’s Open Source! This repository contains ansible playbook that allows to install superset on the disterbuted cluster.

Installation

For installation, please set ansible varaibles in the hosts file correctly. and run the play book that you want. Thist repository contains two playbooks. Also it's possbile to encrypt hosts file with ansible-valut to transfer sensetive varaibles . Th

There are two groups of hosts in the hosts file, webserver and worker hosts and it's possbile to install webserver and worker on one node.


NOTE

Currently this plabooks supports Debian and also gevent as worker class for gunicorn and celery . Contributing is oepn and welcome!


Here is the list of varaibles with description and example:

Varaible Hosts Description Example
SUPERSET_HOME Webserver, Worker /home/superset
SUPERSET_VERSION Webserver, Worker 0.34.1
REDIS_HOST Webserver, Worker localhost
REDIS_PORT Webserver, Worker 6379
REDIS_DB Webserver, Worker Redis database to store superset data on it superset
DB_TYPE Webserver, Worker Database driver name to use it on sqlalchemy urI mysql or sqlite
DB_USERNAME Webserver, Worker superset
DB_PASSWORD Webserver, Worker superset
DB_NAME Webserver, Worker superset
SECRET_KEY Webserver, Worker
MAPBOX_API_KEY Webserver, Worker Mapbox token for using some map based visualization on superset
SQLALCHEMY_TRACK_MODIFICATIONS Webserver, Worker True
SQLLAB_TIMEOUT Webserver, Worker 60
SUPERSET_WEBSERVER_TIMEOUT Webserver, Worker 60
GUNICORN_BIND Webserver 0.0.0.0:8000
GUNICORN_TIMEOUT Webserver 60
GUNICORN_WORKERS Webserver 4
CELERY_WORKER Worker 4
CELERY_POOL Worker gevent

ansible-superset's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

ansible-superset's Issues

Update

Is the code update to the latest superset 1.5 planned for the system, e.g. Centos 7, planned in the near future?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.