Details
-
Type: extRequest
-
Status: Closed
-
Priority: Major
-
Resolution: Done
-
Fix Version/s: 2021
-
Component/s: FIWARE-TECH-HELP
-
Labels:None
-
Sender Email:
-
HD-Chapter:Data
-
HD-Enabler:Cosmos
Description
Dear Fiware-Coaches,
I'm writing to ask you a question regarding the creation of a
personalized cygnusagent.sinks *.java file that I require for
customizing the data storage model.
In particular, I'd like to connect the Orion's Notification to a Mongo
database including also the attribute metadatas and not only the
attribute value as cygnus made by default.
I tried to modify the OrionMongoSink.java but the compilation shows a
very high number of dependences (cannot find symbol, package does not
exist, etc.).
Can you help me to resolve this issue?
Is there any Cygnus package where all the files rwequired for the
conpilation are included?
Please find attached the compilation log
Thanks in advice
I look forward for your feedback
Best regards
Matteo Cipriani
[Created via e-mail received from: m.cipriani@zerynth.com]
The issue has been emailed:
HELP-6298) Fiware-Cygnus-Tech-Help *Hi Matteo,
Cygnus is a Maven projet. So, everything you need for compiling is described in the pom.xml and automatically downloaded by Maven.
You can find all the details at https://github.com/telefonicaid/fiware-cygnus/blob/master/doc/installation_and_administration_guide/install_from_sources.md
Regards,
Francisco