superset-viz-plugins

release-workflow

Project Overview

Template repository

This repository is a template repository that enables you to create a custom set of plugins that by Github workflow process generate a ready to load docker image bundled with the plugins

Monorepo

This repository is using a monorepo strategy which lets us have one source of truth for many projects. All the projects hosted here rely on the same tools.

Artifacts Deployment

  • Npm pacakges are deployed here
  • Docker Image is deployed here

Connection to superset-incubator

  1. Replace incubator-superset/superset-frontend/webpack.config.js with webpack.config.js
  2. Use this tutorial to connect plugins to superset

Storybook examples (uses Chromatic)

Plugins in repository

Package Version
@superset-viz-plugins/plugin-chart-composed Version
@superset-viz-plugins/plugin-chart-waterfall Version
@superset-viz-plugins/plugin-chart-pie Version
@superset-viz-plugins/plugin-chart-pivot-table Version
@superset-viz-plugins/plugin-chart-status Version

Additional docs:

Manage Repository