We use proprietary and third party´s cookies to improve your experience and our services, identifying your Internet Browsing preferences on our website; develop analytic activities and display advertising based on your preferences. If you keep browsing, you accept its use. You can get more information on our Cookie Policy
Cookies Policy
Ask Your Question

GuyD's profile - activity

2023-01-09 04:28:45 +0200 received badge  Famous Question (source)
2022-12-05 03:37:23 +0200 received badge  Famous Question (source)
2022-12-05 03:35:55 +0200 received badge  Popular Question (source)
2022-12-05 03:35:55 +0200 received badge  Notable Question (source)
2022-12-05 03:35:55 +0200 received badge  Famous Question (source)
2021-07-12 19:36:22 +0200 received badge  Editor (source)
2021-07-05 14:21:35 +0200 received badge  Popular Question (source)
2021-07-05 14:21:35 +0200 received badge  Notable Question (source)
2021-06-29 09:57:09 +0200 received badge  Enthusiast
2021-06-28 20:32:05 +0200 asked a question orion-ld with mongodb atlas

Hello,

I'm trying connecting orion-ld to mongodb-atlas. In contrast with orion (where everything works fine) I cannot get the connection orion-ld - mongodb atlas to work.

The docker command I use:

$ docker run -d --name orionld-atlas -p 1027:1026 fiware/orion-ld:latest -dbhost "dev-cluster.xxxxx.mongodb.net/orionld?retryWrites=true&w=majority" -db orionld -dbuser orionld -dbpwd xxxxxxxxxxxx

UPDATE:

Tried with this command (the one that works for 'orion') but still cannot connect from 'orion-ld':

docker run -d --name orionld -p 1027:1026 fiware/orion-ld:latest -dbhost "my-cluster-shard-00-00.ceatd.mongodb.net:27017,my-cluster-shard-00-01.ceatd.mongodb.net:27017,my-cluster-shard-00-02.ceatd.mongodb.net:27017/orionld?ssl=true&replicaSet=atlas-xxxxxx-shard-0&authSource=admin&retryWrites=true&w=majority" -dbuser user -dbpwd pwd

Anyone an idea what I'm missing?

Thanks. Guy

2021-06-28 20:28:00 +0200 commented answer Orion Context Broker in production environments

Hello, Many thanks for the info. BR, Guy

2021-06-28 20:27:24 +0200 answered a question Orion Context Broker in production environments

Hello,

Many thanks for the info.

BR, Guy

2021-06-25 02:17:24 +0200 received badge  Notable Question (source)
2021-06-10 08:12:49 +0200 received badge  Popular Question (source)
2021-06-03 20:22:48 +0200 asked a question Orion Context Broker in production environments

Hello,

Is there a recommendation when using Orion Context Broker in a production environment (even if this production is on small scale): using Docker containers or installing the software?

Thanks. Guy

2021-02-10 10:20:32 +0200 asked a question Orion CB architectural question

Hello,

I have an architectural question regarding data exchange between external organisations and mine.

I was thinking of subscribing to the partner organisations Orion context brokers and instead of directly storing the data from their CBs into my DB, first publish the partner messages to our CB and then store them in my DB?

E.g. advantages of the latter approach - I stil have the digital twin (last situation) what I don't have when storing directly in the DB. - Same approach for treating internal IoT devices data as well as for external data - All contextual data in the CB (also the external data)

Does this makes sense (I mean the approach passing via the CB for partner data)?

Thanks. Guy

2020-06-08 08:19:20 +0200 received badge  Notable Question (source)
2020-06-08 08:19:20 +0200 received badge  Famous Question (source)
2020-05-20 12:42:40 +0200 received badge  Notable Question (source)
2020-05-15 22:39:17 +0200 received badge  Popular Question (source)
2020-05-15 14:06:57 +0200 received badge  Popular Question (source)
2020-05-08 11:55:58 +0200 asked a question DeviceModel - Device

"A DeviceModel captures the static properties of a Device." Can I interpret that a DeviceModel is a "class" of Devices: meaning I can have several Devices ("instances") with the same DeviceModel: DeviceModel 1 -> N Device?

Or is there a 1:1 relationship between DeviceModel and Device?

Thanks.

2020-05-08 11:43:24 +0200 asked a question Modelling a gateway device + attached end devices

Hi,

What is the manner to model a gateway device to which several end devices are connected?

My idea was: For the Gateway: DeviceModel -> category -> network All End devices: Device -> refDeviceModel (the above defined DeviceModel)

Is this correct?

Thanks.

2019-12-16 08:45:00 +0200 received badge  Notable Question (source)
2019-12-16 08:45:00 +0200 received badge  Famous Question (source)
2019-12-09 09:55:12 +0200 received badge  Popular Question (source)
2019-12-03 21:54:46 +0200 received badge  Student (source)
2019-12-03 21:53:21 +0200 received badge  Notable Question (source)
2019-12-03 21:53:21 +0200 received badge  Famous Question (source)
2019-12-03 12:06:57 +0200 asked a question IoT Agent - HTTP & MQTT command (southbound)

Hello,

To me it's not clear if a device needs to take the initiative (pull) to get southbound/commands from the IoT Agent (http transport) or the IoT Agent takes the initiative (push) to the device?

For MQTT I suppose the IoT agent subscribes to the MQTT (Mosquitto) broker and subscribes and/or publishes to the MQTT broker?

Thanks for the clarification.

Guy

2019-10-24 22:04:37 +0200 commented answer Context Broker and Geo Location Visualization

thanks for the suggestions/info.

2019-10-24 22:04:08 +0200 commented answer Context Broker and Geo Location Visualization

thanks for the suggestions/info.

2019-10-23 09:14:32 +0200 received badge  Popular Question (source)
2019-10-21 09:09:13 +0200 asked a question Context Broker and Geo Location Visualization

What is the best approach for visualizing geo location data (e.g. polyline, polygon layers geo data in a leaflet app) with Context Broker: get the data directly from context broker or using something like geoserver between context broker and the data visualization?

Thanks.