https://github.com/fiware/tutorials.edge-computing
:green_book: FIWARE 507: Cloud-Edge Processing
https://github.com/fiware/tutorials.edge-computing
edge-computing fiware fiware-fogflow fog-computing tutorial
Last synced: 9 months ago
JSON representation
:green_book: FIWARE 507: Cloud-Edge Processing
- Host: GitHub
- URL: https://github.com/fiware/tutorials.edge-computing
- Owner: FIWARE
- License: mit
- Created: 2020-04-09T07:49:39.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-08-08T14:13:11.000Z (over 1 year ago)
- Last Synced: 2024-08-08T16:38:43.096Z (over 1 year ago)
- Topics: edge-computing, fiware, fiware-fogflow, fog-computing, tutorial
- Language: Shell
- Homepage:
- Size: 11.2 MB
- Stars: 12
- Watchers: 4
- Forks: 10
- Open Issues: 1
-
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/processing/README.md)
These tutorials are an introduction to [FIWARE FogFlow](https://fogflow.readthedocs.io/en/latest/) which allows its users
to dynamically orchestrate the processing flows on edges. It explains how to enable FogFlow on a distributed or a single
node system, register user defined workload patterns and orchestrate them on the edges in the form of running tasks. For
better understanding, examples have been included in the tutorial.
# 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.
```console
git clone https://github.com/FIWARE/tutorials.Edge-Computing.git
cd tutorials.Edge-Computing
git checkout NGSI-v2
./services create
./services start
```
| [](https://fiware-ges.github.io/orion/api/v2/stable/) | :books: [Documentation](https://github.com/FIWARE/tutorials.Edge-Computing/tree/NGSI-LD) |
| --- | --- |
## 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.Edge-Computing.git
cd tutorials.Edge-Computing
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.Edge-Computing/tree/NGSI-LD) |
| --- | --- |
---
## License
[MIT](LICENSE) © 2020-2024 FIWARE Foundation e.V.