Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 1.06 KB

TUTORIAL.md

File metadata and controls

38 lines (23 loc) · 1.06 KB

Perform setup steps to prepare

Setup instructions

Switch to streamstutorial branch

From home directory:

cd incubator-streams
git fetch
git checkout streamstutorial
mvn clean install -Dmaven.test.skip=true
cd ../streams-examples
git pull
mvn clean package

Setup and start elasticsearch

From home directory:

cd elasticsearch-1.1.1
nano config/elasticsearch.yml

Edit the # cluster.name line, removing # and selecting a unique name

bin/elasticsearch &

Run the twitter history example

Twitter History README

Run the userstream example

Userstream README

Run the gardenhose example

Gardenhose README