bbuzz

example

package example

Visibility
  1. Public
  2. All

Type Members

  1. trait PrintHashTags extends TweetConsumer

    Prints the Tweets hash tags onto stdout.

  2. trait PrintText extends TweetConsumer

    Prints a Tweets text onto stdout.

Value Members

  1. object ElasticsearchPrinter extends TweetStreaming with PrintText with ElasticsearchScanTweets

    Example of connecting to Elasticsearch and printing the Tweets text.

  2. object RedisPrinter extends TweetStreaming with PrintText with RedisScanTweets

    Example of connecting to Redis and printing the Tweets text.

  3. object TwitterPrinter extends TweetStreaming with PrintText with TwitterApiTweets

    Example of connection to the Twitter streaming API and printing the Tweets text.

  4. object ZeromqPrinter extends TweetStreaming with PrintHashTags with ZeroMqTweets

    Example of connection to ZeroMQ and printing the Tweets hash tags.

Ungrouped