Git Product home page Git Product logo

pash's Introduction

pash

Pentaho Analysis Shell

Pash is an abbreviation for Pentaho Analysis Shell.

Pash is an interactive XML/A query tool written in html/javascript/css.

With pash you can:

  • connect to a XML for Analysis (XML/A) server
  • retrieve metadata about the available cubes, dimensions, measures etc.
  • execute MDX queries

Running Pash

Pash was originally written for the Pentaho BI server, but can be used with any XML/A server.

On Pentaho

Pash is available through the Pentaho marketplace. From within the server, open the marketplace, find the entry for Pentaho Analysis Shell, and click install. (Server restart required).

If you like you can also manually deploy Pash. To do that, simply download the bin/pash.zip package and unzip into pentaho-solutions/system beneath your Pentaho BI Server home directory.

After the install, you can open Pash by clicking the "Pentaho Analysis Shell" menu item in the "Tools" menu. To open pash outside of the Pentaho user console, point your browser to http://localhost:8080/pentaho/contents/pash/html/index.html

(Modify hostname, portnumber and "pentaho" accordingly if you changed those when configuring your pentaho server)

On Jasper Reports Server

Download the bin/pash.zip package and unzip into apache-tomcate/webapps beneath your jasper reports server home directory.

You can start pash by pointing your browser to http://localhost:8080/pash/html/index.html

(Modify hostname and portnumber accordingly as necessary)

On icCube

Download the bin/pash.zip package and unzip into the web directory beneath your icCube home directory.

You can start pash by pointing your browser to http://localhost:8282/pash/html/index.html

(Modify hostname and portnumber accordingly as necessary)

On a standalone mondrian XML/A server

Download the bin/pash.zip package and unzip into whatever is the webapps directory of your server.

You can start pash by pointing your browser to http://yourserver:yourport/pash/html/index.html

On IIS / MS Analysis services

This scenario assumes you already set up XML/A access to your MS Analysis instance. (If you need instructions to do that, please refer to https://msdn.microsoft.com/en-us/library/gg492140(v=sql.110).aspx)

Download the bin/pash.zip package and unzip to someplace beneath the wwwroot (Normally in C:\inetpub) your IIS server. Let's say you put it in C:\inetpub\wwwroot\pash

You can now start pash by navigating your browser to

http://yourserver/pash/html/index.html

However, this assumes you setup your XML/A endpoint at

http://yourserver/olap/msmdpump.dll

If you setup your XML/A endpoint under a different URL, you need to specify it via the XmlaUrl query parameter.

http://yourserver/pash/html/index.html?XmlaUrl=http://yourserver/...your path...

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.