Git Product home page Git Product logo

pivot's Introduction

Pivot

Pivot is a web-based exploratory visualization UI for Druid built on top of Plywood.

The project is currently in the alpha stage and is undergoing rapid development. Internal and external APIs may change with little notice.

Features

Drag-and-drop UI

Drag to Split

Time series exploration

Time Highlight

Usage

Ensure that you have an up-to-date node

Make sure you have node (4.x.x) installed. On MacOS with homebrew you can do:

brew update
brew install node

Install

Next simply run:

npm i -g imply-pivot

That's it. You are ready to Pivot.

Example

Start of by running an example (static) dataset:

pivot --example wiki

Run with Druid

Next connect Pivot to your broker by simply pointing it to your broker host

pivot --druid your.druid.broker.host:8082

Pivot will automatically introspect your Druid cluster and figure out your dimensions and measures.

Note: if Pivot starts up and gives you a query error it is most likely because it could not determine your schema. You probably have some hyperUnique column that Pivot is trying to SUM over. You will have to provide Pivot with a config your choice is ether to write a full config or to make a tiny config that simply tells Pivot about the hyperUnique measures.

Write a config

In general Pivot will never know your schema as well as you do so to get a better experience you might want to define a config file and pass it along. Have a look at a the sample config file included in this repo to learn what properties are supported.

pivot --druid your.druid.broker.host:8082 --config /path/to/your/config/file.yaml

Run the project as a developer

Firstly make sure you have gulp installed globally:

npm i -g gulp

Clone the project

git clone [email protected]:implydata/pivot.git
cd pivot

Also make sure you have the SASS lint gem:

gem install scss_lint

Next, inside the pivot folder run:

npm install
gulp

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.yaml.sample config.yaml

Then you are ready to

./bin/pivot --config config.yaml

Roadmap

We will be working on:

  • Better time selection
  • Time comparison visualization
  • Additional visualizations
  • Exclusion filters
  • Being able to easily embed Pivot in your app
  • Various additions, improvements and fixes to make the app more complete

Questions & Support

Please direct all questions to our user groups.

pivot's People

Contributors

vogievetsky avatar asherbitter avatar fjy avatar gianm avatar

Watchers

James Cloos avatar Kishore Senji avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.