https://github.com/fiware/tutorials.big-data-spark
:blue_book: FIWARE 306: Real-time Processing of Context Data using Apache Spark
https://github.com/fiware/tutorials.big-data-spark
apache-spark big-data-analytics fiware fiware-cosmos orion-spark-connector spark tutorial
Last synced: 9 months ago
JSON representation
:blue_book: FIWARE 306: Real-time Processing of Context Data using Apache Spark
- Host: GitHub
- URL: https://github.com/fiware/tutorials.big-data-spark
- Owner: FIWARE
- License: mit
- Created: 2020-11-19T09:37:26.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2025-04-23T14:34:01.000Z (9 months ago)
- Last Synced: 2025-04-23T15:43:33.068Z (9 months ago)
- Topics: apache-spark, big-data-analytics, fiware, fiware-cosmos, orion-spark-connector, spark, tutorial
- Language: Shell
- Homepage: https://fiware-cosmos-spark.rtfd.io
- Size: 131 MB
- Stars: 1
- Watchers: 9
- Forks: 3
- 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)
This tutorial is an introduction to the [FIWARE Cosmos Orion Spark Connector](http://fiware-cosmos-spark.rtfd.io), which
enables easier Big Data analysis over context, integrated with one of the most popular BigData platforms:
[Apache Spark](https://spark.apache.org/). Apache Spark is a framework and distributed processing engine for stateful
computations over unbounded and bounded data streams. Spark has been designed to run in all common cluster environments,
perform computations at in-memory speed and at any scale.
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.Big-Data-Spark.git
cd tutorials.Big-Data-Spark
git checkout NGSI-v2
./services create
./services start
```
| [](https://fiware-ges.github.io/orion/api/v2/stable/) | :books: [Documentation](https://github.com/FIWARE/tutorials.Big-Data-Spark/tree/NGSI-v2) |
[Postman Collection](https://fiware.github.io/tutorials.Big-Data-Spark/) | 
| --- | --- | --- | --- |
## 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.Big-Data-Spark.git
cd tutorials.Big-Data-Spark
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.Big-Data-Spark/tree/NGSI-LD) |
[Postman Collection](https://fiware.github.io/tutorials.Big-Data-Spark/ngsi-ld.html) | 
| --- | --- | --- | --- |
---
## License
[MIT](LICENSE) © 2020-2024 FIWARE Foundation e.V.