- Introduction
- GEi overall description
- Build and Install
- Running
- REST API Example
- API Reference Documentation
- SpagoBI User manuals
- Advanced topics
- License
This is the code repository for the SpagoBI project related to Fiware.
Check also 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 use github issues to provide feedback.
You can find the User & Programmer's Manual and the Administration Guide on readthedocs.org
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 documentation for SpagoBI can be found at the corresponding section of the Admin Manual.
How to start and stop SpagoBI can be found at the corresponding section of the Admin Manual.
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"
},
...
- SpagoBI REST (Apiary)
You can find the license of SpagoBI here.