An open API service indexing awesome lists of open source software.

https://github.com/zouzias/algebird-examples

Examples using Twitter's Algebird library
https://github.com/zouzias/algebird-examples

algebird examples monoid twitter

Last synced: 5 months ago
JSON representation

Examples using Twitter's Algebird library

Awesome Lists containing this project

README

          

# algebird-examples

A few examples using Twitter's [Algebird](https://github.com/twitter/algebird) library.

Most examples are based on the [AliceInAggregatorLand.scala](https://gist.github.com/johnynek/814fc1e77aad1d295bb7)

### Usage

Install [SBT](http://www.scala-sbt.org/), 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:
```