From 748eda74c61b303b73739caf511007d2780c3545 Mon Sep 17 00:00:00 2001 From: Jason Fox Date: Thu, 4 Jan 2024 09:39:03 +0100 Subject: [PATCH] Update index.html --- index.html | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/index.html b/index.html index ca0bc0a..ac44ef4 100644 --- a/index.html +++ b/index.html @@ -31,7 +31,7 @@
-

Should I develop using NGSI-v2 or NGSI-LD?

+

Should I develop my application using NGSI-v2 or NGSI-LD?

FIWARE offers two flavours of the NGSI interfaces:

@@ -47,16 +47,12 @@

Should I develop using NGSI-v2 or NGSI-LD?

NGSI-v2 is ideal for creating individual applications offering interoperable interfaces for web services or IoT devices. It is easier to understand than NGSI-LD and does not require a JSON-LD @context. -

-

- More Information about NGSI-v2 can be found here + The NGSI-v2 tutorials can be found here

However, NGSI-LD and Linked Data is necessary when creating a data space or introducing a system of systems aproach, and in situations requiring interoperability across apps and organisations. -

-

- More information about NGSI-LDcan be found here + The NGSI-LD tutorials can be found here