From 6cabce72f585b145c4aa976a8899ef1c45215e8b Mon Sep 17 00:00:00 2001 From: Jason Fox Date: Tue, 8 Aug 2023 09:58:18 +0200 Subject: [PATCH] Add video links. --- docs/context-providers.md | 6 ++++++ docs/entity-relationships.md | 6 ++++++ docs/getting-started.md | 6 ++++++ docs/subscriptions.md | 6 ++++++ 4 files changed, 24 insertions(+) diff --git a/docs/context-providers.md b/docs/context-providers.md index 6045c10..d99b694 100644 --- a/docs/context-providers.md +++ b/docs/context-providers.md @@ -141,6 +141,12 @@ The other `tutorial` container configuration values described in the YAML file a The configuration information for MongoDB and the Orion Context Broker has been described in a [previous tutorial](entity-relationships.md) +### Video: NGSI-v2 Core Context Management + +[![](https://fiware.github.io/tutorials.NGSI-LD/img/video-logo.png)](https://www.youtube.com/watch?v=pK4GgYjlmdY&t=1319s 'NGSI-v2 Registrations') + +Click on the image above to watch a demo of this tutorial describing how to create Registrations + ## Context Provider NGSI proxy A simple [Node.js](https://nodejs.org/) [Express](https://expressjs.com/) application has been bundled as part of the diff --git a/docs/entity-relationships.md b/docs/entity-relationships.md index 9b3d066..2099db5 100644 --- a/docs/entity-relationships.md +++ b/docs/entity-relationships.md @@ -108,6 +108,12 @@ listening on the default port `27071`. Both containers are also exposing the sam the tutorial access - so that cUrl or Postman can access them without being part of the same network. The command-line initialization should be self-explanatory. +### Video: NGSI-v2 Core Context Management + +[![](https://fiware.github.io/tutorials.NGSI-LD/img/video-logo.png)](https://www.youtube.com/watch?v=pK4GgYjlmdY&t=938s 'NGSI-v2 Relationships') + +Click on the image above to watch a demo of this tutorial describing how to create Entity Relationships + ## Start Up All services can be initialised from the command-line by running the diff --git a/docs/getting-started.md b/docs/getting-started.md index dd9d770..1bb9e72 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -34,6 +34,12 @@ run from exposed ports. ![](https://fiware.github.io/tutorials.Getting-Started/img/architecture.png) +### Video: NGSI-v2 Core Context Management + +[![](https://fiware.github.io/tutorials.NGSI-LD/img/video-logo.png)](https://www.youtube.com/watch?v=pK4GgYjlmdY&t=277s 'NGSI-v2 Hello World') + +Click on the image above to watch a demo of this tutorial describing how to create Entities and Properties + ## Prerequisites ### Docker diff --git a/docs/subscriptions.md b/docs/subscriptions.md index 887ffd0..f4b5136 100644 --- a/docs/subscriptions.md +++ b/docs/subscriptions.md @@ -100,6 +100,12 @@ from exposed ports. The necessary configuration information can be seen in the services section of the associated `docker-compose.yml` file. It has been described in a [previous tutorial](context-providers.md) +### Video: NGSI-v2 Core Context Management + +[![](https://fiware.github.io/tutorials.NGSI-LD/img/video-logo.png)](https://www.youtube.com/watch?v=pK4GgYjlmdY&t=1690s 'NGSI-v2 Subscriptions') + +Click on the image above to watch a demo of this tutorial describing how to create Subscriptions. + ## Start Up All services can be initialized from the command-line by running the bash script provided within the repository. Please