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
- Host: GitHub
- URL: https://github.com/zouzias/algebird-examples
- Owner: zouzias
- License: apache-2.0
- Created: 2015-11-11T18:25:44.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2025-06-21T22:48:22.000Z (about 1 year ago)
- Last Synced: 2025-06-21T23:27:08.190Z (about 1 year ago)
- Topics: algebird, examples, monoid, twitter
- Language: Scala
- Homepage:
- Size: 75.2 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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:
```