Giter VIP home page Giter VIP logo

vpp's Introduction

Visual Plugin Pack for OBIEE

The Visual Plugin Pack for OBIEE is a Javascript framework that allows developers to quickly and easily add custom visualisations to OBIEE. Report writers can then add and configure these visualisations using a UI within OBIEE itself.

How Does it Work ?

The framework takes advantage of the OBIEE Narrative view while abstracting away its complexities allowing plugin developers to focus on visualisation code while the framework takes of the OBIEE integration.

Features

  • Supports any Javascript library.
  • Easy to deploy
  • Configuration driven dependancy loading.
  • Configuration driven plugin UI's.
  • Allows for local plugin development outside of OBIEE.
  • Zero code required for OBIEE report writers

Documentation

OBIEE Support

Tested and functional on:

  • 11.1.1.7
  • 11.1.1.9
  • 12c

###Sankey Demo

###Pivot Table Demo

###Limitations

  • Native OBIEE Export and Print functionality will not work on visualisations rendered with the Visual Plugin Pack.
  • Data set size matters. OBIEE's Narrative view will give you access to as many rows as you ask it to. The Visual Plugin Pack currently defaults to a configurable 50,000 rows. It is a reality of client side visualisations that there is a severe drop off in browser performance once your data set gets too large, usually memory being the bottleneck. Some visualisations perform better than others, it depends on the computational complexities and the number of DOM elements created during the render process. Dependant upon the visualisation don't expect to chuck 200,000 rows at a it and for it be responsive and/or load quickly.

Licence

This is licensed under the MIT license. See license.txt for details.

vpp's People

Contributors

tunderhill avatar tjunderhill avatar barretbse 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.