2017-11-21 06:44:51 +00:00
|
|
|
# Git spring-cloud-stream-app-starters
|
2017-11-23 00:54:45 +00:00
|
|
|
# https://github.com/spring-cloud-stream-app-starters/hdfs/blob/master/spring-cloud-starter-stream-sink-hdfs/README.adoc
|
|
|
|
git clone https://github.com/spring-cloud-stream-app-starters/twitter.git
|
2017-11-21 06:44:51 +00:00
|
|
|
|
2017-11-23 00:54:45 +00:00
|
|
|
# Build it
|
|
|
|
./mvnw clean install -PgenerateApps
|
2017-11-21 06:44:51 +00:00
|
|
|
|
2018-01-15 05:01:38 +00:00
|
|
|
# Run it
|
2018-01-28 05:11:10 -08:00
|
|
|
cd target
|
2017-11-23 00:54:45 +00:00
|
|
|
# Optionally inject application.properties prior to build
|
|
|
|
java -jar twitter_stream_source.jar --consumerKey=<CONSUMER_KEY> --consumerSecret=<CONSUMER_SECRET> \
|
|
|
|
--accessToken=<ACCESS_TOKEN> --accessTokenSecret=<ACCESS_TOKEN_SECRET>
|