https://github.com/fiware/tutorials.merge-patch-put
:blue_book: Merge Patch Operations in NGSI-LD
https://github.com/fiware/tutorials.merge-patch-put
crud entity fiware tutorial
Last synced: 9 months ago
JSON representation
:blue_book: Merge Patch Operations in NGSI-LD
- Host: GitHub
- URL: https://github.com/fiware/tutorials.merge-patch-put
- Owner: FIWARE
- License: mit
- Created: 2022-12-06T15:54:52.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2025-01-17T08:38:14.000Z (about 1 year ago)
- Last Synced: 2025-03-11T21:46:29.083Z (about 1 year ago)
- Topics: crud, entity, fiware, tutorial
- Language: Shell
- Homepage:
- Size: 289 KB
- Stars: 0
- Watchers: 9
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://www.fiware.org/developers)
[](https://github.com/FIWARE/catalogue/blob/master/core/README.md)
[](https://opensource.org/licenses/MIT)
[](https://stackoverflow.com/questions/tagged/fiware)
[](https://w3c.github.io/json-ld-syntax/)
This tutorial introduces the NGSI-LD Merge Patch endpoint. It explains the difference between Merge Patch
(`/entities/`) and Partial Update Patch (`/entities//attrs`) and demonstrates the use of this functionality.
The tutorial uses [cUrl](https://ec.haxx.se/) commands throughout, but is also available as
[Postman documentation](https://www.postman.com/downloads/)
# Start-Up
## 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.
```console
git clone https://github.com/FIWARE/tutorials.Merge-Patch-Put.git
cd tutorials.Merge-Patch-Put
git checkout NGSI-LD
./services create
./services start
```
| [](https://www.etsi.org/deliver/etsi_gs/CIM/001_099/009/01.08.01_60/gs_cim009v010801p.pdf) | :books: [Documentation](https://github.com/FIWARE/tutorials.Merge-Patch-Put/tree/NGSI-LD) |
[Postman Collection](https://fiware.github.io/tutorials.Merge-Patch-Put/ngsi-ld.html) | 
| --- | --- | --- | ---
---
## License
[MIT](LICENSE) © 2022-2023 FIWARE Foundation e.V.