Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/1ambda/zeppelin-advanced-transformation
https://github.com/1ambda/zeppelin-advanced-transformation
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/1ambda/zeppelin-advanced-transformation
- Owner: 1ambda
- Created: 2017-02-13T11:45:35.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2020-08-25T14:27:04.000Z (over 4 years ago)
- Last Synced: 2024-10-08T08:59:06.530Z (3 months ago)
- Language: JavaScript
- Size: 11.7 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# zeppelin-advanced-transformation
Advanced Transformation for Zeppelin Helium Visualization
- Detailed axis options
- Dynamic parameters
- Pretty setting panel## Usage
## Development
1. Create symbolic links like
```shell
# create sym links
ln -s $PWD/advanced-transformation.js $ZEPPELIN_HOME/zeppelin-web/src/app/tabledata/advanced-transformation.js
ln -s $PWD/advanced-transformation-setting.html $ZEPPELIN_HOME/zeppelin-web/src/app/tabledata/advanced-transformation-setting.html# install lodash which is not provided by zeppelin
cd $ZEPPELIN_HOME/zeppelin-web; npm i lodash
```2. Import in Helium Visualizations
```javascript
import { AdvancedTransformation, } from 'zeppelin-tabledata/advanced-transformation'
```3. Enable zeppelin-web `dev:helium` env
```shell
cd $ZEPPELIN_HOME/zeppelin-web
npm run dev:helium# visit localhost:9000
```## Build (Production)
## License
MIT