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
3
votes
1 answer

Cygnus not presisting data on MySql database

So i have read all the documentation and followed the tutorial on MySQL persistence but i can't still presist any kind of data on MySQL database. Even though i'm puting the presistence mode = row it doesn't create any database nor table. What am i…
Diogo Nunes
  • 319
  • 1
  • 3
  • 16
3
votes
1 answer

cygnus saving on mysql? I try this

How to configure Cygnus to save data on SQL database? After installing Orion and Cosmos, I try to configure cygnus and save data on mysql database. Is it possible?
3
votes
1 answer

ERROR 503: Service not available at persist HDFS

I have an Orion instance with Cygnus at filab; subcription and notify run fine but I can not persist data to cosmos.lab.fi-ware.org. Cygnus returns this error: [ERROR -…
AGonzalez
  • 133
  • 5
3
votes
1 answer

Store in Cosmos data coming from Orion to Cygnus

I have one doubt about how to persist data in an architecture where Cygnus is subscribed to Orion Context Broker and then Cygnus must persist data in Cosmos. Is it necessary to implement a custom WebHDFS client for persisting the data from Cygnus to…
jvadillo
  • 108
  • 6
3
votes
1 answer

How do I change the default behaviour to store the information for each entity in a different table

I want to configure Orion and Cygnus to store all data in a single table. I know that I should configure the names of databe and table based in HTTP headers like…
Vrankela
  • 1,162
  • 3
  • 16
  • 39
3
votes
1 answer

How to store data in MySql using cygnus?

I have read all the documentation about how cygnus works, I specifically tested this one successfully. I also finished reading this tutorial, but I am sure I haven't configured something correctly. in cygnus_instance_1.conf I…
Vrankela
  • 1,162
  • 3
  • 16
  • 39
3
votes
1 answer

Automatic creation of the hive tables on cosmos

I have an Orion context broker and i use cygnus(0.6) to send data to my cosmos account. Cygnus creates correctly the txt file with the data on my cosmos, but it does not create the tables for hive. I would query my data through an hive client. Is…
Antonio Caristia
  • 143
  • 2
  • 11
3
votes
1 answer

Cosmos HttpFS file format

Actually, I'm sending data to Cosmos via Cygnus. The Cosmos directory where Cygnus put the data is, for example, /user/myUser/mysetdata. I've created my hive table with this columns: recvTimeTs, recvTime, entityId, entityType, attrName, attrType,…
JosepB
  • 2,205
  • 4
  • 20
  • 40
3
votes
1 answer

Send Orion Context Broker 0.13.0 entities to Cosmos using Cygnus

I'm using Cygnus to send data to cosmos. When there's a entity subscription to the context broker, in the JSON message you have to specify the event or trigger when the attribute of the entity have to be updated or sent to Cygnus. In the Cygnus…
JosepB
  • 2,205
  • 4
  • 20
  • 40
2
votes
0 answers

Differences in query logs when read by STH-Comet caused by Cygnus version upgrade

I am investigating Cygnus and STH-Comet and would like to know the impact of the Cygnus version upgrade. I have created an environment with the following docker-compose.yml. And, I have switched the Cygnus version in the commented out section to…
2
votes
1 answer

Connect system which includes OPC UA IoT Agent, Orion Context Broker. Cygnus and Historic data with Postgres

I am trying to set up a system to save historic data with the flow like this: Prosys OPC-UA Server Simulation -> OPC-UA FIWARE IoT Agent -> Orion Context Broker -> FIWARE Cygnus Connector -> PostgreSQL database. Here is the document I used to…
Navurt
  • 45
  • 4
2
votes
1 answer

Cygnus: Unable to deliver event. close() called when transaction is OPEN - you must either commit or rollback first

I've installed Fiware Orion (v 1.13.0), Fiware Cygnus (2.8.0) and Kafka in order to send data from Orion to Kafka via Cygnus. I've used the conf file suggested in the cygnus documentation cygnus-ngsi.sources =http-source cygnus-ngsi.sinks…
FilippoG
  • 329
  • 1
  • 2
  • 13
2
votes
1 answer

Does FIWARE Cygnus have any issue with space usage?

I'm using some FIWARE components (Orion 2.4.0-bext and Cygnus 2.3.0). Also I'm using mongoDB (version 3.6) for current context information and MySQL (version 5.7) for saving historical changes using Cygnus. All component are dockerized, each one on…
2
votes
1 answer

Cygnus-ngsi installed with Docker-compose does not save data in MongoDB

I have Orion, MongoDB and Cygnus-ngsi installed with docker-compose on an Ubuntu 18.04 machine. The images I used were: fiware/orion:latest, fiware/cygnus-ngsi:latest and mongo:3.6. They were installed with the command: docker-compose -f…
Rosiberto
  • 83
  • 9
2
votes
1 answer

Store Orion data via Cygnus

I'm using Orion (2.2.0) and Cygnus (1.9.0) to store data in MySQL. It worked using attrsFormat: 'legacy' in the subscription payload. My question is this: could I install the new version of Cygnus to without usage of attrsFormat = legacy? Thanks a…
pasquy73
  • 563
  • 3
  • 13
1 2
3
18 19