Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/apache-superset/superset-ui-plugins-deckgl
deck.gl plugins for Superset
https://github.com/apache-superset/superset-ui-plugins-deckgl
monorepo superset visualization
Last synced: 16 days ago
JSON representation
deck.gl plugins for Superset
- Host: GitHub
- URL: https://github.com/apache-superset/superset-ui-plugins-deckgl
- Owner: apache-superset
- License: apache-2.0
- Archived: true
- Created: 2019-09-18T22:56:15.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-12-10T09:12:53.000Z (almost 3 years ago)
- Last Synced: 2024-10-20T11:47:49.060Z (23 days ago)
- Topics: monorepo, superset, visualization
- Language: JavaScript
- Homepage: https://apache-superset.github.io/superset-ui-plugins-deckgl/
- Size: 23.4 MB
- Stars: 17
- Watchers: 17
- Forks: 18
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# @superset-ui/plugins-deckgl ππ‘
[![Codecov branch](https://img.shields.io/codecov/c/github/apache-superset/superset-ui-plugins-deckgl/master.svg?style=flat-square)](https://codecov.io/gh/apache-superset/superset-ui-plugins-deckgl/branch/master)
[![Build Status](https://img.shields.io/travis/com/apache-superset/superset-ui-plugins-deckgl/master.svg?style=flat-square)](https://travis-ci.com/apache-superset/superset-ui-plugins-deckgl)
[![David](https://img.shields.io/david/dev/apache-superset/superset-ui-plugins-deckgl.svg?style=flat-square)](https://david-dm.org/apache-superset/superset-ui-plugins-deckgl?type=dev)
[![Netlify Status](https://api.netlify.com/api/v1/badges/4d054ead-0e76-4e03-b684-797ca5924161/deploy-status)](https://app.netlify.com/sites/superset-ui-plugins-deckgl/deploys)**π΄This repo has been archived, and is no longer receiving issues/pull requests. Please open all new issues/PRs on the [Apache Superset GitHub repo](http://github.com/apache/superset).π΄**
## Demo (Storybook)
Most recent release: https://apache-superset.github.io/superset-ui-plugins-deckgl/
Current master: https://superset-ui-plugins-deckgl.netlify.com
## Packages
| Package | Version |
| -------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [@superset-ui/legacy-preset-chart-deckgl](https://github.com/apache-superset/superset-ui-plugins-deckgl/tree/master/packages/superset-ui-legacy-preset-chart-deckgl) | [![Version](https://img.shields.io/npm/v/@superset-ui/legacy-preset-chart-deckgl.svg?style=flat-square)](https://img.shields.io/npm/v/@superset-ui/legacy-preset-chart-deckgl.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.### Releasing
Make sure you have commit rights to the main `superset-ui-plugins-deckgl` repo, have checked it out
(NOT a fork!) and belong to the `superset-ui` org on npm (=can publish new versions).1. `yarn install`
2. `yarn build`
3. `yarn release-patch-version`. This will raise an error, but you should see a new commit and tag,
e.g. `v0.4.8`
4. go to the DeckGL directory: `cd packages/superset-ui-legacy-preset-chart-deckgl`
5. make sure you're logged into npm: `npm whoami` should display your npm username.
6. `npm publish`### License
Apache-2.0