Skip to content

In this project I show how to create a docker image with customisation if existing ui plugin

Notifications You must be signed in to change notification settings

guydou/superset-ui-monorepo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Superset dockerized viz plugin

When developing a custom viz plugin or fixing an existing plugin I recommend following this tutorial.

After developing the plugin you will probably want to deploy to production.

In this repo I suggest a way to build a docker image with the changes.

Project structure

  1. Dokerfile
  2. superset-ui - my fork of superset-ui. Currently, it sets the max bar width of the echarts bar chart, It is still WIP, (that is why no PR)
  3. superset-frontend-override - a folder container the files I will override in the superset-frontend. Currently, it overrides the package.json but later it will probably override also superset/superset-frontend/src/visualizations/presets/MainPreset.js

Limitations

This Dockerfile uses version 1.1.0 but updating to another version should be easy

Build

docker build --tag=custome/superset-node:1.1.0 ./

About

In this project I show how to create a docker image with customisation if existing ui plugin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published