项目作者: FIWARE

项目描述 :
:blue_book: FIWARE 106: Subscribing to Changes in Context
高级语言: Shell
项目地址: git://github.com/FIWARE/tutorials.Subscriptions.git
创建时间: 2018-05-03T10:18:08Z
项目社区:https://github.com/FIWARE/tutorials.Subscriptions

开源协议:MIT License

下载


FIWARE Banner

FIWARE Core Context Management
License: MIT
Support badge

These tutorials teach FIWARE users about how to create and manage context data subscriptions. The tutorials build on the
entities and Stock Management / Smart Farm
applications created in previous tutorials to enable users to fully
understand the NGSI Subscribe/Notify paradigm and how to
use NGSI subscriptions within their own code.

The tutorial refers to actions made within the browser combined with cUrl
commands. The cUrl commands are also available as
Postman documentation

Start-Up

NGSI-v2 Smart Supermarket

NGSI-v2 offers JSON based interoperability used in individual Smart Systems. To run this tutorial with NGSI-v2, use the NGSI-v2 branch.

  1. git clone https://github.com/FIWARE/tutorials.Subscriptions.git
  2. cd tutorials.Subscriptions
  3. git checkout NGSI-v2
  4. ./services create
  5. ./services start
NGSI v2 :books: Documentation @v3/icons/postman.svg" height="15" width="15"> Postman Collection

NGSI-LD Smart Farm

NGSI-LD offers JSON-LD based interoperability used for Federations and Data Spaces. To run this tutorial with NGSI-LD, use the NGSI-LD branch.

  1. git clone https://github.com/FIWARE/tutorials.Subscriptions.git
  2. cd tutorials.Subscriptions
  3. git checkout NGSI-LD
  4. ./services create
  5. ./services start
NGSI LD :books: Documentation @v3/icons/postman.svg" height="15" width="15"> Postman Collection

License

MIT © 2018-2024 FIWARE Foundation e.V.