ghlingjun / SpagoBI

SpagoBI

Home Page:http://spagobilabs.github.io/SpagoBI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#SpagoBI

License badge Documentation badge Docker badge Support badge

Introduction

This is the code repository for SpagoBI Server, that is the main component of the SpagoBI suite. For information about SpagoBI suite, please visit SpagoBI site.

SpagoBI is also part of the Fiware project: check the FIWARE Catalogue entry for SpagoBI

Any feedback on this documentation is highly welcome, including bugs, typos or things you think should be included but aren't. You can register into SpagoBI tracker to provide feedbacks.

You can find the User & Programmer's Manual and the Administration Guide on readthedocs.org

GEi overall description

SpagoBI is the only entirely Open Source Business Intelligence suite. It covers all the analytical areas of Business Intelligence projects, with innovative themes and engines.

If this is your first contact with SpagoBI, it is highly recommended to have a look to the brief Demo.

Install

Install documentation for SpagoBI can be found at the corresponding section of the Admin Manual.

Running

How to start and stop SpagoBI can be found at the corresponding section of the Admin Manual.

Top

REST API Example

In order to retrieve information about a specified DataSet (RestMetersValues in this example):

curl http://<spagobi-url>/SpagoBI/restful-services/2.0/datasets/RestMetersValues --header '<authentication header>' | python -mjson.tool

{
    "active": true,
    "categoryId": 150,
    "commonInfo": {
        "organization": null,
        "sbiVersionDe": null,
        "sbiVersionIn": "4.0",
        "sbiVersionUp": null,
        "timeDe": null,
        "timeIn": 1441025411000,
        "timeUp": null,
        "userDe": null,
        "userIn": "biadmin",
        "userUp": null
    },
    "configuration": {
        "restAddress": "http://192.168.2.137:1026/v1/queryContext",
        "restDirectlyJSONAttributes": "false",
        "restFetchSize": "limit",
        "restHttpMethod": "Post",
        "restJsonPathAttributes": [
            {
                "jsonPathType": "string",
                "jsonPathValue": "pros3",
                "name": "id"
            },
            {
                "jsonPathType": "double",
                "jsonPathValue": "$.contextResponses[?(@.contextElement.id==pros3_Meter)].contextElement.attributes[?(@.name==upstreamActivePower)].value",
                "name": "upstreamActivePower"
            },
           ...

Top

API Reference Documentation

Top

SpagoBI User & Programming manuals

Top

Advanced topics

Top

License

You can find the license of SpagoBI here.

Top

About

SpagoBI

http://spagobilabs.github.io/SpagoBI


Languages

Language:JavaScript 72.5%Language:HTML 12.8%Language:CSS 9.7%Language:Java 4.8%Language:Ruby 0.1%Language:Python 0.0%Language:PLSQL 0.0%Language:XSLT 0.0%Language:SQLPL 0.0%Language:PHP 0.0%Language:API Blueprint 0.0%Language:Batchfile 0.0%Language:Shell 0.0%Language:ActionScript 0.0%Language:Lex 0.0%Language:C 0.0%Language:PLpgSQL 0.0%Language:Groovy 0.0%