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

Fiware Quantum Leap Date Query

I am currently using Quantum Leap/CrateDB to persist time series data through the Orion Context Broker. After setting up the notification on Orion I can query data. curl -X GET…
Yannick
  • 59
  • 7
0
votes
1 answer

Is it possible to configure different resolutions for a sth-comet sink?

We have deployed in docker an instance of Orion Context Broker, an instance of Cygnus and an instance of STH-Comet using the formal approach. We need to save some entities in the MongoDB aggregates with the resolution of month, day and others with…
Jordi
  • 21
  • 1
0
votes
1 answer

Ckan attr_metadata_store cant be configure via env vars

I need to set "cygnus-ngsi.sinks.ckan-sink.attr_metadata_store = false" via environment variables, but can't find a way to do it. it's posible? thanks
0
votes
1 answer

Cygnus installation via RPM: Problem with repository

We are trying to install Cygnus via RPM for the past few days. However, we notice that the public repository is not available. Here is the error: wget -P /etc/yum.repos.d/…
Karan
  • 1
0
votes
0 answers

How to avoid slash in collection name

I am using http-source, mongo channel and NGSI mongosink for fiware cygnus. I want to avoid slash(/) in the collection name in mongodb. Is it possible by changing any fields of the configuration files? Please let me know. Thanks in advance for all…
0
votes
1 answer

Setting up Cygnus-PostgreSQL for historical data persistance

Now that I have a real device (LWM2M -using wakaama implementation) running and sending data to Orion (I can confirm from server log, 'Observers created successfully'), I want to proceed with historical data storage. I am not sure how to start.…
arilwan
  • 3,374
  • 5
  • 26
  • 62
0
votes
0 answers

Incompatibility with fiware/orion:2.0.0

This is a question related with this issue https://github.com/ging/fiware-cygnus/issues/6 I've deployed the iot stack with docker. These are the used containers: fiware/orion:2.0.0 ging/fiware-cygnus:latest ging/fiware-cygnus:latest "Id":…
perezmlal
  • 360
  • 5
  • 12
0
votes
1 answer

Is there any problem with fiware repositories?

Good morning! I have tried to install cygnus on fiware lab instances and Amazon EC2 instances but I get an error that the repositories dosen´t exist. I atached image with the problem, what´s happening? Thank you for your response! EDIT ANSWER I…
0
votes
1 answer

Cannot map agent.conf using Cygnus docker installation

I have problem installing CYGNUS using docker as source, simply i cannot understand where i should map what specific agent.conf. Image i am using is from here. When i try to map agent.conf witch have my specific setup to container it starts and run…
Igor
  • 225
  • 1
  • 9
0
votes
0 answers

Cygnus-NGSI 1.9 docker instance crashes (mongo sink stops storing data) after a while (1 hour)

Tried with docker version (cygnus-ngsi:latest) and installed through RPM (version 1.9). In any case, and after evaluating different configurations (through different agent.conf files) all "options" crashed after a while of properly performance,…
IEMaestro
  • 75
  • 6
0
votes
1 answer

Could not resolve host: dev-fiwr-svc-01.tid.es

Trying to upload some measurements to COSMOS. I have an COSMOS account. Also, I'm using the tutorial here: https://github.com/ging/fiware-cosmos/blob/master/doc/manuals/quick_start_guide_new.md I'm stuck on Step 3: Upload some data to HDFS. This is…
0
votes
1 answer

Cygnus does not recognize my service-path

I have moved my Fiware structure to the Amazon EC2 service, the configuration of my agent is as follows: cygnus-ngsi.sources = http-source cygnus-ngsi.sinks = mongo-sink cygnus-ngsi.channels = mongo-channel cygnus-ngsi.sources.http-source.channels…
0
votes
0 answers

Data retrieval from Orion Context Broker subscription fails

With a successful subscription in Orion Context Broker, a listening accumulator server fails to recieve any data, under any circumstances I can find to test. We are using an Ubuntu virtual machine that has a nested virtual machine with FIWARE Orion…
sejego
  • 83
  • 7
0
votes
1 answer

Cygnus and mongodb: Authentication failed

I'm trying to use cygnus and mongdb with docker. My docker-compose: cygnus: image: fiware/cygnus-ngsi:1.7.1 hostname: cygnus container_name: cygnus volumes: - ./config/cygnus/agent.conf:/opt/apache-flume/conf/agent.conf …
0
votes
1 answer

Cygnus not correctly starting

Hello I followed the quickstart guide for cygnus(http://fiware-cygnus.readthedocs.io/en/1.2.2/cygnus-ngsi/quick_start_guide/) but I can't get it to work correctly. After starting the service as the guide says I get following error: + exec…
telopk
  • 23
  • 6
1 2 3
18
19