Skip to content

Commit 615023e

Browse files
committed
first commit
0 parents  commit 615023e

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
storm-poc
2+
==================
3+
4+
Taken from http://svendvanderveken.wordpress.com/2013/07/30/scalable-real-time-state-update-with-storm/
5+
6+
Example of basic Storm topology that updates DB persistent state. based on Java 7 and
7+
<storm.version>0.9.0.1</storm.version>
8+
<cassandra.version>2.0.1</cassandra.version>
9+
10+
11+
12+
In order to run this example, an instance of Cassandra with the following key space is required:
13+
14+
```
15+
CREATE KEYSPACE EVENT_POC WITH replication = { 'class': 'SimpleStrategy', 'replication_factor': '1' } ;
16+
```

0 commit comments

Comments
 (0)