Closed AngeloIapichino closed 4 years ago
As by documentation, only crate and timescale (but only for injecting data currently) are currently supported.
here comes, the long reply. influxbd was initially explored, but not considered because:
I doubt that this changed meanwhile, so Martel won't support it. of course, if you want to code the support, you are welcome to do so.
there is a factory
that allows to add more backends.
there is also a bit of code you may reuse that was initially used for testing influx, but was never updated, so you will have to look into current translator implementations and change it. you can find the code here
Hi guys,
I'm working in a project where some data are acquired through fiware environment storing them on CrateDB and some data are acquired through Apache Kafka storing them on InfluxDB.
Could be fine have only one database and we are evaluating if the fiware environment can store data in influxDB and if Apache Kafka can store data in CrateDB.
I'm working on the fiware side and i trying to use InfluxDB. I set the environment through docker-compose file:
When i do some subscriptions or send data, the quantumleap logs give me these type of errors:
It seems that Quantumleap search however a crate database. Where i'm wrong in the configuration?
Thank you in advance