Questions tagged [fiware]

FIWARE is an open cloud-based infrastructure for creation and delivery of Internet applications and services.

FIWARE API specifications are public and royalty-free, driven by the development of an open source reference implementation which accelerates the availability of products and services.

Creation of a sustainable innovation ecosystem around FIWARE is materialized through FIWARE Lab, a working instance of FIWARE enabling free experimentation with the technology.

1279 questions
0
votes
1 answer

SpagoBI: End user customized web page

I need to create a dynamic customized web page for my end user, I dont know how to do that under SpagoBI. I know that I can configure a user menu and to add elements to it: an analytic document, a static html page etc. But if I want for example to…
sabrina2020
  • 2,102
  • 3
  • 25
  • 54
0
votes
1 answer

FIWARE IoT Agent: install from RPMs

We have build FIWARE IoT Agent on centos7 and then we wanted to install thoses RPMs on our instance based on the image: CentOS-7-x64 but we have got the following errors: [centos@mqtt-iot-agent ~]$ sudo rpm -i iot-agent-base-egm42-egmre42.x86_64.rpm…
sabrina2020
  • 2,102
  • 3
  • 25
  • 54
0
votes
1 answer

How to connect with FIWARE from iOS app

I am working with iOS project which need to login with FIWARE users. Does anyone experience this? Thanks, Diego
Diego Cao
  • 1
  • 1
  • 3
0
votes
1 answer

SpagoBI: End user customized front page

I have created a new user, with a new role and I want to configure the user front page. I added a document that the admin created, but when I login as my new user, I see a blanc page, I can't see the page content :( What have I missed, is there…
sabrina2020
  • 2,102
  • 3
  • 25
  • 54
0
votes
1 answer

Deploying CEP through WARs on CentOS VM - Proton Server issue

I've deployed the 4 war files for Fiware Proton CEP, I got a month ago on githug (I believe), on a CentOS 6 VM, after installing Java SE 8 and Tomcat 7. These WAR files where inside a zip file, but now I can't find it on github anymore. Beyond that,…
A. Vieira
  • 1,213
  • 2
  • 11
  • 27
0
votes
1 answer

SpagoBI: a script data set using a query data set result

In spagoBI there are many ways to create a data set: script (using Groovy or Javascript), data base query but I want to create a script data set based on the data base query result For example if my data base query result returns: "ON" My script…
sabrina2020
  • 2,102
  • 3
  • 25
  • 54
0
votes
2 answers

How can I see real time modifications of my data using a Fiware Enabler?

I am looking for a Fiware generic enabler that I can use to see my data modifications in real time, for example a chart like this [1] for my temperature sensor data. My data are stored in a MongoDB data base. I am wondering if I can use "FIWARE…
sabrina2020
  • 2,102
  • 3
  • 25
  • 54
0
votes
2 answers

SpagoBI: create a dynamic chart using SpagoBI

I am starting with SpagoBI, I managed to display a static chart using Highchart, what I want to do is a dynamic chart means if my data set is updated I want my chart to be updated as well, without manually refreshing the web page. like the example…
sabrina2020
  • 2,102
  • 3
  • 25
  • 54
0
votes
2 answers

Centos 7: Auto restart application if it stopped

I want to auto restart my application "Fiware IoT Agent" if it stopped, the problem is that it depends of Mongo Db Data Base and the Mosquitto broker. My OS is centOS 7 Here is the commands that I use to launch my three application in the following…
sabrina2020
  • 2,102
  • 3
  • 25
  • 54
0
votes
1 answer

Use of Identity Management - KeyRock

I have follow the installation guide without problems , but now I do not know what to do? I have the http://localhost:8000/ runnig the fiware Lab form and I can with the idp user. Now I want to use the rest ful api to create user or list user of my…
Xabi E
  • 251
  • 2
  • 3
  • 15
0
votes
1 answer

CEP Producer - Timed file adapter

In Fiware CEP's User Manual (pdf), page 12, it's mentioned you can create an event Producer of the type 'Timed', that will retrieve events from a file at intervals of time based on their 'OccurranceTime' property. In my Fi-Lab's intance I don't…
A. Vieira
  • 1,213
  • 2
  • 11
  • 27
0
votes
1 answer

How can I map the user of Wirecloud with the user of my own mysql database?

Since I am making an android application that has its own mysql database in my server, how can I map the user of wirecloud with the user of my own database? The point of this is to recognize which user is consuming a widget deployed on the…
Vrankela
  • 1,162
  • 3
  • 16
  • 39
0
votes
1 answer

Fiware's CEP and arrays within JSON objects

I'm trying to integrate CEP with a mailing service (Mandrill) that has specific requisits in terms of how variables are structured within the JSON object that is sent through http, requiring a complex structure. I've read that Fiware's CEP only…
A. Vieira
  • 1,213
  • 2
  • 11
  • 27
0
votes
1 answer

Give role to user for application registred in fiware

I have done a application which I have registred in fiware, this application only have one authorized user to use. I want to authorize more users with new roles to they can use it. I am trying to give a role for an user without use the graphical…
sergioib
  • 1
  • 1
0
votes
1 answer

Configuration Wilma Pep proxy 4.3 - Keyrock 4.3 local instance - IDAS

We have installed a Keyrock instance (Horizon + Keystone) through the automated tools in a local enviroment (Ubuntu 14.0.4 LTS). We have followed this guide Keystone host: ubuntuHost Keystone port: 5000 Horizon host: ubuntuHost Horizon port:…