Skip to content

Commit

Permalink
add readme note.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Ritchie committed Feb 14, 2013
1 parent 4b63109 commit c6c293e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

Abstract algebra for Scala. This code is targeted at building aggregation systems (via [Scalding](https://github.com/twitter/scalding) or [Storm](https://github.com/nathanmarz/storm)). It was originally developed as part of Scalding's Matrix API, where Matrices had values which are elements of Monoids, Groups, or Rings. Subsequently, it was clear that the code had broader application within Scalding and on other projects within Twitter.

See the [current API documentation](http://twitter.github.com/algebird) for more information.

## What can you do with this code?

```scala
Expand Down

0 comments on commit c6c293e

Please sign in to comment.