Skip to content

Commit 90b8ef3

Browse files
committed
doc: fix broken link to images
Signed-off-by: Febrian Setianto <[email protected]>
1 parent 9ce0a1c commit 90b8ef3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

apache-beam-analysis/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Description
44

5-
![High level architecture](images/High_level_Arch.png "High Level Architecture")
5+
![High level architecture](Images/High_level_Arch.png "High Level Architecture")
66

77
The main aim of analytics engine is to get data from mqtt broker in stream format and apply rules on incoming data in real time and produce alert/action on mqtt broker. Getting data through pipeline and applying analysis function is done by using Apache Beam.
88

@@ -25,12 +25,12 @@ There are many frameworks like Hadoop, Spark, Flink, Google Cloud Dataflow etc f
2525
- Create PCollection of read data and use it as the initial data for pipeline
2626
- Do a filtering over the data
2727
- Publish an alert on a topic if reading exceeds the value
28-
![Demo1.1](images/Demo1.1.png "Demo1.1:Read batch data from MQTT,filter and generate alerts")
28+
![Demo1.1](Images/Demo1.1.png "Demo1.1:Read batch data from MQTT,filter and generate alerts")
2929

3030
#### Demo 1.2 [Filter Streaming Data]: Reads streaming data from MQTT, filter at regular intervals
3131
- Read streaming data using MQTT
3232
- Do a filtering over the data at fixed time intervals
33-
![demo1.2](images/Demo1.2.png "Demo1.2:Reads streaming data from MQTT, filter at regular intervals")
33+
![demo1.2](Images/Demo1.2.png "Demo1.2:Reads streaming data from MQTT, filter at regular intervals")
3434

3535
### Prerequisites
3636
- Golang(version: 1.14+)

0 commit comments

Comments
 (0)