Questions tagged [fiware-cygnus]

fiware-cygnus tag refers to the Cygnus connector implementation (FIWARE platform), allowing for Orion context data persistence in an historical way in several different storages such as HDFS, MySQL or CKAN

Cygnus is a data connector within FIWARE platform allowing for Orion context data persistence in an historical way in several different storages such as HDFS, MySQL or CKAN. Cygnus characteristics are:

  • It is based in Apache Flume, expanding the core elements with custom sinks, http handlers, channel selectors and interceptors among others.
  • Smart destination (HDFS file, MySQL table or CKAN resource) extraction based on data properties.
  • Automatic Hive tables creation when using HDFS sinks.
  • Support for multiple persistence models (json-row, json-column, ...)

Home Page: http://catalogue.fiware.org/enablers/publishsubscribe-context-broker-orion-context-broker/documentation (within the Orion Context Broker catalogue entry)

GitHub Page: https://github.com/telefonicaid/fiware-connectors/tree/master/flume

284 questions
1
vote
1 answer

Cygnus install on localhost

By following this guide https://github.com/telefonicaid/fiware-connectors/blob/master/flume/doc/quick_start_guide.md I tried to use /usr/cygnus/bin/cygnus-flume-ng agent --conf /usr/cygnus/conf/ -f /usr/cygnus/conf/agent_1.conf -n cygnusagent…
1
vote
1 answer

Cygnus installation

I try to install cygnus. I install yum install java-1.6.0-openjdk-devel and run , my problem is: Then, the developed classes must be packaged in a Java jar file which must be added to the APACHE_FLUME_HOME/lib directory: $ git clone…
1
vote
1 answer

Use Cygnus to store historical data from Orion ContextBroker in a local Hadoop database

We are currently working in a project where we use Orion ContextBroker to store information from different sensors and Wirecloud to show them in a web page. We want to store historical data from these sensors in order to show them in a graph. I…
Gabriel
  • 45
  • 4
1
vote
1 answer

How to fill Cygnus.conf

Some days ago I was able to run cygnus, on my Context Broker vm, like that the documentation says. All suscriptions between cygnus and CB are done without problems, and the notifications that the CB sends, reach cygnus. My doubt is when I have to…
Mest
  • 99
  • 2
  • 6
1
vote
1 answer

Storing SQL in Cosmos

I need to persist data in Cosmos in SQL tables instead of HDFS files. I've deployed a VM in Cloud section of FI-Lab where I've installed the 0.14.0 Orion version and 0.3 of Cygnus. I've configured Cygnus to store data in HDFS and SQL... Problem is,…
user3698602
1
vote
1 answer

Fi-Ware cygnus configuration

I'm trying to configure the file cygnus.conf, but, I don't know the FQDM/IP of the Namenodes, hive sever and CKAN API endpoint. I was search in the catalogue and forge, and I can't see anything about that. thank you, and the best reggarts.
1
vote
1 answer

Make Orion fetch data from Cosmos and publish

I have set up a subscription between Orion ContextBroker and Cosmos BigData using Cygnus, and data is properly persisted in Cosmos when an update is made to Orion. But I want to analyze the data in Cosmos and return the results to Orion, and finally…
Elin
  • 69
  • 1
  • 7
1
vote
1 answer

Getting historical data in Fi ware using Cosmos

I'm trying to get all the historic information about a sensor of Fi Ware. I've seen that Orion uses Cygnus to store historics in Cosmos. Is that information accesible or is it only possible to use IDAS to get it? Where could I get more info about…
adrian
  • 317
  • 2
  • 4
  • 11
0
votes
0 answers

How to get an account with the FIWARE labs

I want to learn about FIWARE. I found out about FIWARE labs and tried to register in it. I was unable to register with them. Unfortunately after repeted attempts, I was not able to register with the same. Everytime i would be getting a varification…
0
votes
0 answers

FIWARE Context Broker or Custom API Gateway

I hope I'll find a reply to a bad (for me) question for which i don't find an answer at the moment. I have to synchronize information between an enterprise asset management software, based on IBM Maximo, and an external data lake. In order to…
Rosanero4Ever
  • 482
  • 1
  • 7
  • 19
0
votes
1 answer

Cygnus does not persist data into PostSQL

I am using the following tutorial to persist data in a PostGresQL database via Cygnus. https://documenter.getpostman.com/view/513743/RWEcR2DC When using a MySQL database with Cygnus everything works fine as you can see below: mysql> SHOW tables FROM…
Yannick
  • 59
  • 7
0
votes
1 answer

FIWARE- Quantumleap | Error getting Historical Data (422)

I am trying to use echart widget for wirecloud display. The logic of the wiring is: quantumleapsource -->quantumleap 2 echart --> echart. I keeping the two errors below: 1. Error getting Historical Data (422): {"description":"The parameter value…
0
votes
0 answers

Fiware: Broken integration with Knowage

Since several days I'm trying to implement my solution based on different fiware components with Knowage platform. What I'm trying to do is simply connect Knowage to HDFS to perform simple queries on the data that is stored via Cygnus. I managed to…
Ernesto
  • 11
  • 2
0
votes
1 answer

How can check the common vulnerabilities in FIWARE components?

I would like to check the common vulnerabilities in some of FIWARE components that we are using in our platform, components list is given below. Cepheus Cygnus Orion STH-Comet QuantumLeap IoT Agent for JSON IoT Agent Node Lib If any source is…
Ajay yadav
  • 4,141
  • 4
  • 31
  • 40
0
votes
1 answer

Can I get docker images of latest version of FIWARE products?

I could not find Orion 3.3.0 nor Cygnus 2.14.0 official docker images at the docker hub. How can I pull them?