-
We can define the list of attributes to include in the notification using the notification.attrs field or use `[ ]` to mean "any attribute". We can also use notification.exceptAttr to do it in the opo…
-
Hi @jmcanterafonseca
I have translated .md files in this repository into Japanese.
Before sending a PR, may I ask something?
* May I put Japanese document in this repository?
* Where folder …
-
Hi,
I'm following the Step-by-Step tutorial and trying out OpenWeatherMap API. I'm testing using docker. (I slightly changed the docker-compose.yml in the tutorial, but the architecture is the same…
-
I am not able to compile my very simple test for orion flink connector with `mvn package` command.
I haven't used maven before nor java.
Below is my scala file which is located at path `src/main/sca…
-
I am using Docker containers for linking Scorpio Broker, Postgres, IoT Agent for JSON and Mosquitto Broker.
All the containers start correctly.
this is the .yml file :
````
version: '2'
se…
-
Hi,
I'm trying to create an entity with a `LineString` GeoProperty with the following request:
```curl
curl --location --request POST 'http://:/ngsi-ld/v1/entities' \
--header 'Content-Type: app…
-
I have detected a persistence error due to an exception of mongo authentication and I am facing to a strange side effect.
We have a mongodb installed configured to enable the security features.
…
-
I create a shelf Unit:
```console
curl -X POST \
'http://localhost:1026/ngsi-ld/v1/entities/' \
-H 'Content-Type: application/ld+json' \
-d '{
"id": "urn:ngsi-ld:Shelf:unit001",
…
-
Adding an Istio sidecar to Orion's pod makes the service unreachable. Also it makes it real hard to do any service initialisation through K8s init containers. Sob, sob.
After so much grief trying t…
-
Hi,
I create a new entity with
```json
curl --location --request POST 'http://:/ngsi-ld/v1/entityOperations/upsert' \
--header 'Content-Type: application/ld+json' \
--data-raw '[
{
…