https://github.com/apache-superset/superset-ui-plugins
A collection of official Superset UI plugins
https://github.com/apache-superset/superset-ui-plugins
data-visualization javascript monorepo
Last synced: 7 months ago
JSON representation
A collection of official Superset UI plugins
- Host: GitHub
- URL: https://github.com/apache-superset/superset-ui-plugins
- Owner: apache-superset
- License: apache-2.0
- Archived: true
- Created: 2019-01-23T19:14:12.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-25T09:27:32.000Z (over 5 years ago)
- Last Synced: 2025-03-13T04:13:23.122Z (7 months ago)
- Topics: data-visualization, javascript, monorepo
- Language: TypeScript
- Homepage: https://apache-superset.github.io/superset-ui-plugins
- Size: 50.5 MB
- Stars: 87
- Watchers: 22
- Forks: 77
- Open Issues: 29
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# @superset-ui/plugins 🔌💡
### UPDATE: The code in this repository has been migrated and merged into [@superset-ui](https://github.com/apache-superset/superset-ui).
[](https://codecov.io/gh/apache-superset/superset-ui-plugins/branch/master)
[](https://travis-ci.com/apache-superset/superset-ui-plugins)
[](https://david-dm.org/apache-superset/superset-ui-plugins?type=dev)
[](https://app.netlify.com/sites/superset-ui-plugins/deploys)`@superset-ui/legacy-*` packages are extracted from the classic
[Apache Superset](https://github.com/apache/incubator-superset) and converted into plugins. These
packages are extracted with minimal changes (almost as-is). They also depend on legacy API
(`viz.py`) to function.`@superset-ui/plugin-*` packages are newer and higher quality in general. A key difference that they
do not depend on `viz.py` (which contain visualization-specific python code) and interface with
`/api/v1/query/` instead: a new generic endpoint instead meant to serve all visualizations. Also
should be written in Typescript.We are not accepting pull requests for new community-contributed plugins to be merged into this
repository at the moment. We will keep it lean for now to improve the standard and reduce
operational load on maintenance. Bug fixes are welcome.To setup your own plugin repository, we current have a template for new repository that you can copy
from. Go to
["superset-ui-plugins-template"](https://github.com/apache-superset/superset-ui-plugins-template)
and look for the green "Use this template" button.## Demo (Storybook)
Most recent release: https://apache-superset.github.io/superset-ui-plugins/
Current master: https://superset-ui-plugins.netlify.com
## Packages
| Package | Version | Note |
| ------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------ |
| [@superset-ui/plugin-chart-table](https://github.com/apache-superset/superset-ui-plugins/tree/master/packages/superset-ui-plugin-chart-table) | [](https://img.shields.io/npm/v/@superset-ui/plugin-chart-table.svg?style=flat-square) | || Package | Version |
| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [@superset-ui/legacy-plugin-chart-event-flow](https://github.com/apache-superset/superset-ui-plugins/tree/master/packages/superset-ui-legacy-plugin-chart-event-flow) | [](https://img.shields.io/npm/v/@superset-ui/legacy-plugin-chart-event-flow.svg?style=flat-square) |
| [@superset-ui/legacy-plugin-chart-word-cloud](https://github.com/apache-superset/superset-ui-plugins/tree/master/packages/superset-ui-legacy-plugin-chart-word-cloud) | [](https://img.shields.io/npm/v/@superset-ui/legacy-plugin-chart-word-cloud.svg?style=flat-square) |## Contribution and development guide
Please read the
[contributing guidelines](https://github.com/apache-superset/superset-ui/blob/master/CONTRIBUTING.md)
which include development environment setup and other things you should know about coding in this
repo.To build only selected plugins,
```bash
node scripts/build.js "*legacy-plugin-chart-table"
```### License
Apache-2.0