https://github.com/fiware/tutorials.historic-context-nifi
:blue_book: FIWARE 302: Persisting Context Data using Apache NIFI
https://github.com/fiware/tutorials.historic-context-nifi
apache-nifi contextual-data data-persistence database fiware fiware-draco historical-data mongo-db mysql postgresql tutorial
Last synced: 8 months ago
JSON representation
:blue_book: FIWARE 302: Persisting Context Data using Apache NIFI
- Host: GitHub
- URL: https://github.com/fiware/tutorials.historic-context-nifi
- Owner: FIWARE
- License: mit
- Created: 2019-02-22T12:33:45.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-01-08T16:46:20.000Z (9 months ago)
- Last Synced: 2025-01-29T10:22:00.812Z (8 months ago)
- Topics: apache-nifi, contextual-data, data-persistence, database, fiware, fiware-draco, historical-data, mongo-db, mysql, postgresql, tutorial
- Language: Shell
- Homepage: https://fiware-draco.rtfd.io/
- Size: 2.13 MB
- Stars: 4
- Watchers: 9
- Forks: 3
- Open Issues: 3
-
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)This tutorial is an introduction to [FIWARE Draco](https://fiware-draco.readthedocs.io/en/latest/) - an alternative
generic enabler which is used to persist context data into third-party databases using
[Apache NIFI](https://nifi.apache.org) creating a historical view of the context. The in the same manner as the previous tutorial,
we activate the dummy IoT sensors and persists measurements from those sensors into a database for further analysis.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-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.Historic-Context-NIFI.git
cd tutorials.Historic-Context-NIFI
git checkout NGSI-v2./services create
./services start
```| [](https://fiware-ges.github.io/orion/api/v2/stable/) | :books: [Documentation](https://github.com/FIWARE/tutorials.Historic-Context-NIFI/tree/NGSI-v2) |
[Postman Collection](https://fiware.github.io/tutorials.Historic-Context-NIFI/) | 
| --- | --- | --- | ------
## License
[MIT](LICENSE) © 2018-2024 FIWARE Foundation e.V.