Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-fox authored Jan 4, 2024
1 parent 63b27bd commit 29baab9
Showing 1 changed file with 33 additions and 2 deletions.
35 changes: 33 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,16 +1,47 @@
<html>
<head>
<meta http-equiv="refresh" content="0; url=http://fiware-tutorials.rtfd.io/"/>
<style>
@import url('https://fonts.googleapis.com/css?family=Montserrat%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2Cregular%2Citalic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic&ver=4.9.6#038;subset=latin,latin-ext');
body {padding: 10px; font: 14px; font-family: Montserrat,Helvetica,Arial,sans-serif; color:#4c4c4c;}
a {font-weight: 600;color: #233c68; text-decoration: none;}
a:hover {color: #45d3dd;}
</style>
<link href="https://www.fiware.org/style/fiware_readthedocs.css" rel="stylesheet">
</head>
<body>
<img src="https://fiware.github.io/tutorials.Step-by-Step/img/fiware.png" alt="FIWARE Banner" title="">

<p>Welcome to the FIWARE Step-by-Step Tutorials</p>


<blockquote>
<h3>Should I use NGSI-v2 or NGSI-LD?</h3>
<p>
FIWARE offers two flavours of the NGSI interfaces:
</p>
<ul>
<li>
<b style="color:#777;">NGSI-v2</b> offers JSON based interoperability used in individual Smart Systems
</li>
<li>
<b style="color:#777;">NGSI-LD</b> offers JSON-LD based interoperability used for Federations and Data Spaces
</li>
</ul>
<p>
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
<code style="color:#777;">@context</code>.
</p>
<p>
More information about NGSI-LD can be found <a href="https://ngsi-ld-tutorials.readthedocs.io/">here</a>
</p>
<p>
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.
</p>
<p>
More information about NGSI-LD can be found <a href="https://ngsi-ld-tutorials.readthedocs.io/">here</a>
</p>
</blockquote>
</body>
</html>
</html>

0 comments on commit 29baab9

Please sign in to comment.