Skip to content

behnamkvl/pl-superset-ui

Repository files navigation

pl-superset-ui

release-workflow

Guides

If you're looking for the fastest way to develop your Apache Superset custom plugin you have found it, here are the guides that will help you achieve that :

In short

It is all about generating your own repository from this repository https://github.com/behnamkvl/pl-superset-ui

In Long

https://www.youtube.com/watch?v=HNkPQtfzXK0 https://medium.com/nmc-techblog/apache-superset-manage-custom-viz-plugins-in-production-9fde1a708e55 evetually you’ll have your dockerFile automatically deployed to your dockerHub repository like this own

behnamkvl Apache superset + custom plugins in a docker-image

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 packages are deployed here
  • Docker Image is deployed here

Connection to superset

  1. Replace 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
@pl-superset-ui/plugin-chart-composed Version
@pl-superset-ui/plugin-chart-waterfall Version
@pl-superset-ui/plugin-chart-pie Version
@pl-superset-ui/plugin-chart-pivot-table Version
@pl-superset-ui/plugin-chart-status Version

Additional docs:

Manage Repository

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published