File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ COMPOSE_PROJECT_NAME=fiware
33
44# Orion LD variables
55ORION_LD_PORT = 1026
6- ORION_LD_VERSION = 1.1 .0
6+ ORION_LD_VERSION = 1.2 .0
77
88# Scorpio variables
99SCORPIO_PORT = 9090
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 11[ ![ FIWARE Banner] ( https://fiware.github.io/tutorials.Working-with-Linked-Data/img/fiware.png )] ( https://www.fiware.org/developers )
2- [ ![ NGSI LD] ( https://img.shields.io/badge/NGSI-LD-d6604d.svg )] ( https://www.etsi.org/deliver/etsi_gs/CIM/001_099/009/01.04 .01_60/gs_cim009v010401p .pdf )
2+ [ ![ NGSI LD] ( https://img.shields.io/badge/NGSI-LD-d6604d.svg )] ( https://www.etsi.org/deliver/etsi_gs/CIM/001_099/009/01.06 .01_60/gs_CIM009v010601p .pdf )
33
44[ ![ FIWARE Core Context Management] ( https://nexus.lab.fiware.org/repository/raw/public/badges/chapters/core.svg )] ( https://github.com/FIWARE/catalogue/blob/master/core/README.md )
55[ ![ License: MIT] ( https://img.shields.io/github/license/fiware/tutorials.Relationships-Linked-Data.svg )] ( https://opensource.org/licenses/MIT )
1010このチュートリアルでは、FIWARE ユーザに、** リンクト・データ** に基づいてシステムを設計および設計し、リンクト・データの
1111コンテキストをプログラムで変更する方法を学習します。このチュートリアルは、同等の
1212[ NGSI-v2 チュートリアル] ( https://github.com/FIWARE/tutorials.Accessing-Context/ ) から得られた知識を拡張し、コンテキスト・データ
13- を取得および変更するために、[ NGSI-LD] ( https://www.etsi.org/deliver/etsi_gs/CIM/001_099/009/01.04 .01_60/gs_cim009v010401p .pdf )
13+ を取得および変更するために、[ NGSI-LD] ( https://www.etsi.org/deliver/etsi_gs/CIM/001_099/009/01.06 .01_60/gs_CIM009v010601p .pdf )
1414対応 [ Node.js] ( https://nodejs.org/ ) [ Express] ( https://expressjs.com/ ) アプリケーションでコードを記述する方法をユーザが理解
1515できるようにします。これにより、コマンドラインを使用して cUrl コマンドを呼び出す必要がなくなります。
1616
@@ -194,7 +194,7 @@ Context Provider NGSI proxy も追加されました。 コンテキストを
194194
195195``` yaml
196196tutorial :
197- image : fiware/tutorials.context-provider
197+ image : quay.io/ fiware/tutorials.context-provider
198198 hostname : context-provider
199199 container_name : fiware-tutorial
200200 networks :
Original file line number Diff line number Diff line change 11[ ![ FIWARE Banner] ( https://fiware.github.io/tutorials.Working-with-Linked-Data/img/fiware.png )] ( https://www.fiware.org/developers )
2- [ ![ NGSI LD] ( https://img.shields.io/badge/NGSI-LD-d6604d.svg )] ( https://www.etsi.org/deliver/etsi_gs/CIM/001_099/009/01.04 .01_60/gs_cim009v010401p .pdf )
2+ [ ![ NGSI LD] ( https://img.shields.io/badge/NGSI-LD-d6604d.svg )] ( https://www.etsi.org/deliver/etsi_gs/CIM/001_099/009/01.06 .01_60/gs_CIM009v010601p .pdf )
33
44[ ![ FIWARE Core Context Management] ( https://nexus.lab.fiware.org/repository/raw/public/badges/chapters/core.svg )] ( https://github.com/FIWARE/catalogue/blob/master/core/README.md )
55[ ![ License: MIT] ( https://img.shields.io/github/license/fiware/tutorials.Relationships-Linked-Data.svg )] ( https://opensource.org/licenses/MIT )
1010This tutorial teaches FIWARE users how to architect and design a system based on ** linked data** and to alter linked
1111data context programmatically. The tutorial extends the knowledge gained from the equivalent
1212[ NGSI-v2 tutorial] ( https://github.com/FIWARE/tutorials.Accessing-Context/ ) and enables a user understand how to write
13- code in an [ NGSI-LD] ( https://www.etsi.org/deliver/etsi_gs/CIM/001_099/009/01.04 .01_60/gs_cim009v010401p .pdf ) capable
13+ code in an [ NGSI-LD] ( https://www.etsi.org/deliver/etsi_gs/CIM/001_099/009/01.06 .01_60/gs_CIM009v010601p .pdf ) capable
1414[ Node.js] ( https://nodejs.org/ ) [ Express] ( https://expressjs.com/ ) application in order to retrieve and alter context
1515data. This removes the need to use the command-line to invoke cUrl commands.
1616
@@ -191,7 +191,7 @@ of the associated `orion-ld.yml` file:
191191
192192``` yaml
193193tutorial :
194- image : fiware/tutorials.context-provider
194+ image : quay.io/ fiware/tutorials.context-provider
195195 hostname : context-provider
196196 container_name : fiware-tutorial
197197 networks :
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ services:
4646 tutorial :
4747 labels :
4848 org.fiware : ' tutorial'
49- image : fiware/tutorials.context-provider
49+ image : quay.io/ fiware/tutorials.context-provider
5050 hostname : tutorial
5151 container_name : fiware-tutorial
5252 networks :
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ services:
2222 orion :
2323 labels :
2424 org.fiware : ' tutorial'
25- image : fiware/orion-ld:${ORION_LD_VERSION}
25+ image : quay.io/ fiware/orion-ld:${ORION_LD_VERSION}
2626 hostname : orion
2727 container_name : fiware-orion
2828 depends_on :
You can’t perform that action at this time.
0 commit comments