/algebird-examples

Examples using Twitter's Algebird library

Primary LanguageScalaApache License 2.0Apache-2.0

algebird-examples Build Status

A few examples using Twitter's Algebird library.

Most examples are based on the AliceInAggregatorLand.scala

Usage

Install SBT, type

git clone https://github.com/zouzias/algebird-examples.git
cd algebird-examples/
sbt run

You should see the following options:

Multiple main classes detected, select one to run:

 [1] org.zouzias.algebird.examples.BloomFilterExample
 [2] org.zouzias.algebird.examples.MomentsExample
 [3] org.zouzias.algebird.examples.TopKWordCounts
 [4] org.zouzias.algebird.examples.WordCountExample
 
Enter number: