Pivot is a web-based exploratory visualization UI for Druid built on top of Plywood.
The project is currently at a very early alpha stage, and is not suitable for production use.
We will be making periodic updates to the project and we ask that any early alpha users stay up to date on the latest version and refrain from submitting bug reports for outdated versions.
Drag-and-drop UI
Time series exploration
Clone the project
git clone git@github.com:implydata/pivot.git
cd pivot
Make sure you have node (0.12.x)
brew update
brew install node
Also make sure you have the SASS lint gem:
gem install scss_lint
Next, inside the pivot folder run:
npm install
gulp all
Finally you have to create a config.yaml
file. (or use the sample)
For information on what goes into the config please read the comments in the sample config file
cp config_sample.yaml config.yaml
Then you are ready to
./run
We will be working on:
- Better time selection
- Time comparison visualization
- Additional visualizations
- Search dimension values
- Exclusion filters
- Being able to easily embed Pivot in your app
- Various additions, improvements and fixes to make the app more complete
Please direct all questions to our user groups.