Federico M. Facca

Results 49 comments of Federico M. Facca

hey, has anyone tested it with Timescale? if think it should work out of the box

Hi all, discussing with the FIWARE guys working on https://github.com/Fiware/dataModels there is a certain interest to link existing json schema to schema.org (which of course implies adding the needed "semantics")...

@fgalan i am not expert, but is the model you propose possible in IoT Agent?

we could look into supporting that, i have to check if we have spare resources to invest. i think it is an important feature. the important point is that this...

I think we proposed in SmartSDK to allow a device to be a collection of other devices. This would support the scenario IMHO

here is a minimal code to reproduce the issue: ``` from crate import client from crate.client.sqlalchemy.dialect import CrateDialect import sqlalchemy.pool as pool def get_connection(): url = "{}:{}".format("0.0.0.0", "4200") connection =...

@amotl thx, we will look in using create_engine and "raw" connection

@fgalan @AlvaroVega I think the question by @versatildefuy is about the possibility to use "expressions" in the in the generation of `entity_name`

in my understanding issue a. is about having "expressions" in the in the generation of `entity_name` which hopefully is solved by the PR that was completed. issue b. lwm2m, by...

@AlvaroVega the issue I wanted to raise, is not how to protect the iot manager but the fact that if the iot manager is protected, the node-lib (differently from the...