streaming join & lesson 4

13
Real-Time Analytics with Apache Storm Tae-woo Kim [email protected] 1

Upload: taewoo-kim

Post on 30-Jul-2015

56 views

Category:

Technology


1 download

TRANSCRIPT

Page 1: Streaming join & lesson 4

1

Real-Time Analytics with Apache Storm

Tae-woo Kim

[email protected]

Page 2: Streaming join & lesson 4

2

The Progress of Study

1. Theory, Setup and Basic Storm

2. Storm with Twitter Streams

3. Beyond Storm Basics

4. Storm Project and Hackathon

Page 3: Streaming join & lesson 4

3

Practice 3. Streaming Join

MyNamesSpout

MyLikesSpout

ExclamationBolt

Page 4: Streaming join & lesson 4

4

Run a program

Page 5: Streaming join & lesson 4

5

Practice 3-1. Exclamation Topology

“my-names”

“my-likes”

“exclaim1” “exclaim2” “report-bolt”

Componet ID 로 데이터 스트림을 구분

Page 6: Streaming join & lesson 4

6

ExclaimationTopology.java

Page 7: Streaming join & lesson 4

7

Result

Page 8: Streaming join & lesson 4

8

Lesson 4. Storm Project and Hackathon

Page 9: Streaming join & lesson 4

9

Team A

Sentimental Analysis+

Geography

Page 10: Streaming join & lesson 4

10

Team B

Ebola Sorted TopicsCritical Issues

Page 11: Streaming join & lesson 4

11

Used Tools

Page 12: Streaming join & lesson 4

12

Team Awesome

Page 13: Streaming join & lesson 4

13

Plan of Study

1. Real-Time Analysis with Apache Storm

2. Open CV