-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Bruce Robbins
committed
Nov 3, 2010
1 parent
f06778c
commit 2b16e69
Showing
4 changed files
with
28 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
Twitter Hash Tag Count Example | ||
=============== | ||
|
||
Introduction | ||
------------ | ||
This sample application listens to the twitter garden hose and keeps track of the top 10 hash tags. | ||
|
||
Requirements | ||
------------ | ||
|
||
* Linux | ||
* Java 1.6 | ||
* Maven | ||
* S4 Communication Layer | ||
* S4 Core | ||
|
||
Build Instructions | ||
------------------ | ||
|
||
1. First build and install the comm and core packages in your Maven repository. | ||
|
||
2. Build and install using Maven | ||
|
||
mvn assembly:assembly install | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters