Skip to content

Commit d6c3cc2

Browse files
authored
Update README.md
1 parent f07f50b commit d6c3cc2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# CEPWare
2-
###### Integrating Apache FLINK Complex Event Processing and FIWARE
2+
###### Integrating Apache FLINK Complex Event Processing into the FIWARE platform.
33

44
CEPWARE is an Application that integrates [Apache Flink](https://flink.apache.org/) as a Complex Event Processing Unit into the [FIWARE platform](https://www.fiware.org/) as a Docker Environment.
55

@@ -23,14 +23,14 @@ Data is sent to Apache Flink by Orion over the [Orion-Flink-Connector](https://g
2323

2424
[Subscriptions](https://fiware-iot-stack.readthedocs.io/en/latest/topics/subcriptions_and_registrations/) are used to send the current context data from Orion to [Cygnus](https://fiware-cygnus.readthedocs.io/en/r5_fiware/cygnus-ngsi/user_and_programmer_guide/connecting_orion/index.html) and the Orion-Flink-Connector.
2525

26-
Our application uses five temperature sensors which simulate five different rooms. These sensors are simulated and appropriate entities are created in [Orion](https://fiware-orion.readthedocs.io/en/1.6.0/user/append_and_delete/index.html) and [Cygnus](https://fiware-cygnus.readthedocs.io/en/latest/cygnus-ngsi/installation_and_administration_guide/name_mappings/index.html) (which are then mapped to Orion entities).
26+
Our application uses five temperature sensors which simulate five different rooms. These sensors are simulated as either Postman requests or with the provided data-generator script. The appropriate entities are created in [Orion](https://fiware-orion.readthedocs.io/en/1.6.0/user/append_and_delete/index.html), the IoT Agent (IDAS), [Cygnus](https://fiware-cygnus.readthedocs.io/en/latest/cygnus-ngsi/installation_and_administration_guide/name_mappings/index.html) and the mappings to the context broker entities.
2727

28-
Notifications from Apache Flink are sent to your smartphone via telegram.
28+
The results of the CEP actions are sent to your smartphone via Telegram Notifications.
2929

3030
To see the according requests for subscriptions and setup of Orion and Cygnus Entities go to /Setup/Postman and open the according requests with Postman.
3131

3232
# Requirements:
33-
* Docker needs at least 4 CPU cores assigned. Docker -> Settings -> Advanced -> allocate CPU to 4.
33+
* Docker needs at least 4 CPU cores assigned. Docker -> Settings -> Advanced -> allocate CPU to 4. Therefor you need at least 2 physical cores.
3434
* Python Scripts under Linux must be run with "sudo" in order to work properly.
3535

3636
# Software Requirements

0 commit comments

Comments
 (0)