zouzias / algebird-examples

Examples using Twitter's Algebird library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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: 

About

Examples using Twitter's Algebird library

License:Apache License 2.0


Languages

Language:Scala 100.0%