All Projects → apache-superset → Superset Ui Plugins

apache-superset / Superset Ui Plugins

Licence: apache-2.0
A collection of official Superset UI plugins

Programming Languages

javascript
184084 projects - #8 most used programming language
typescript
32286 projects

Projects that are alternatives of or similar to Superset Ui Plugins

Superset Ui
Apache Superset UI packages
Stars: ✭ 183 (+150.68%)
Mutual labels:  data-visualization, monorepo
Startr
A template for data journalism in R
Stars: ✭ 69 (-5.48%)
Mutual labels:  data-visualization
D3
This is the repository for my course, Learning Data Visualization with D3.js on LinkedIn Learning and Lynda.com.
Stars: ✭ 64 (-12.33%)
Mutual labels:  data-visualization
Buildpipe Buildkite Plugin
Dynamically generate Buildkite pipelines based on project changes
Stars: ✭ 67 (-8.22%)
Mutual labels:  monorepo
Reaviz
📊 Data visualization library for React based on D3
Stars: ✭ 1,141 (+1463.01%)
Mutual labels:  data-visualization
Muze
Composable data visualisation library for web with a data-first approach now powered by WebAssembly
Stars: ✭ 1,153 (+1479.45%)
Mutual labels:  data-visualization
Facebook Archive
Just some fun you can have with facebook's archive data
Stars: ✭ 63 (-13.7%)
Mutual labels:  data-visualization
My Journey In The Data Science World
📢 Ready to learn or review your knowledge!
Stars: ✭ 1,175 (+1509.59%)
Mutual labels:  data-visualization
Awesome Business Intelligence
Actively curated list of awesome BI tools. PRs welcome!
Stars: ✭ 1,157 (+1484.93%)
Mutual labels:  data-visualization
Linkedingiveaway
👨🏽‍🏫You can learn about anything over here. What Giveaways I do and why it's important in today's modern world. Are you interested in Giveaway's?🔋
Stars: ✭ 67 (-8.22%)
Mutual labels:  data-visualization
Graphia
A visualisation tool for the creation and analysis of graphs
Stars: ✭ 67 (-8.22%)
Mutual labels:  data-visualization
Vdquil
Visualizing Data (in Quil!)
Stars: ✭ 65 (-10.96%)
Mutual labels:  data-visualization
Exploretrees Sg
🌳 Explore Trees in Singapore 🇸🇬
Stars: ✭ 68 (-6.85%)
Mutual labels:  data-visualization
Daru View
daru-view is for easy and interactive plotting in web application & IRuby notebook. daru-view is a plugin gem to the existing daru gem.
Stars: ✭ 65 (-10.96%)
Mutual labels:  data-visualization
Fizzygum
a new web framework, an entire platform really, designed from the ground up to handle complex things easily. Put the power of an entire Operating System at your fingertips.
Stars: ✭ 70 (-4.11%)
Mutual labels:  data-visualization
Bilt
A build tool for NPM monorepos
Stars: ✭ 63 (-13.7%)
Mutual labels:  monorepo
Seaborn
Statistical data visualization in Python
Stars: ✭ 9,007 (+12238.36%)
Mutual labels:  data-visualization
Tabix
Tabix.io UI
Stars: ✭ 1,152 (+1478.08%)
Mutual labels:  data-visualization
Awesome Expression Browser
😎 A curated list of software and resources for exploring and visualizing (browsing) expression data 😎
Stars: ✭ 72 (-1.37%)
Mutual labels:  data-visualization
Vitamin Web
Decathlon Design System libraries for web applications
Stars: ✭ 70 (-4.11%)
Mutual labels:  monorepo

@superset-ui/plugins 🔌💡

UPDATE: The code in this repository has been migrated and merged into @superset-ui.

Codecov branch Build Status David Netlify Status

@superset-ui/legacy-* packages are extracted from the classic Apache 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" 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 Version
Package Version
@superset-ui/legacy-plugin-chart-event-flow Version
@superset-ui/legacy-plugin-chart-word-cloud Version

Contribution and development guide

Please read the contributing guidelines which include development environment setup and other things you should know about coding in this repo.

To build only selected plugins,

node scripts/build.js "*legacy-plugin-chart-table"

License

Apache-2.0

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].