[maven-release-plugin] prepare for next development iteration
10 files changed
tree: 847d5990f00bf4f6fc8830fc7b0a3df4b73dffc4
  1. bin/
  2. checkstyle/
  3. samoa-apex/
  4. samoa-api/
  5. samoa-flink/
  6. samoa-instances/
  7. samoa-local/
  8. samoa-samza/
  9. samoa-storm/
  10. samoa-test/
  11. samoa-threads/
  12. .gitignore
  13. .travis.yml
  14. CONTRIBUTING.md
  15. DISCLAIMER
  16. eclipse-format.xml
  17. KEYS
  18. LICENSE
  19. NOTICE
  20. pom.xml
  21. README.md
  22. RELEASE
README.md

Build Status

Apache SAMOA: Scalable Advanced Massive Online Analysis.

Apache SAMOA is a platform for mining on big data streams. It is a distributed streaming machine learning (ML) framework that contains a programing abstraction for distributed streaming ML algorithms.

Apache SAMOA enables development of new ML algorithms without dealing with the complexity of underlying streaming processing engines (SPE, such as Apache Storm and Apache S4). Apache SAMOA also provides extensibility in integrating new SPEs into the framework. These features allow Apache SAMOA users to develop distributed streaming ML algorithms once and to execute the algorithms in multiple SPEs, i.e., code the algorithms once and execute them in multiple SPEs.

Build

Storm mode

Simply clone the repository and install SAMOA.

git clone http://git.apache.org/incubator-samoa.git
cd incubator-samoa
mvn -Pstorm package

The deployable jar for SAMOA will be in target/SAMOA-Storm-0.3.0-SNAPSHOT.jar.

S4 mode

If you want to compile SAMOA for S4, you will need to install the S4 dependencies manually as explained in Executing SAMOA with Apache S4.

Once the dependencies if needed are installed, you can simply clone the repository and install SAMOA.

git clone http://git.apache.org/incubator-samoa.git
cd incubator-samoa
mvn -Ps4 package

Apex mode

Simply clone the repository and and create SAMOA with Apex package.

git clone http://git.apache.org/incubator-samoa.git
cd incubator-samoa
mvn -Papex package

Local mode

If you want to test SAMOA in a local environment, simply clone the repository and install SAMOA.

git clone http://git.apache.org/incubator-samoa.git
cd incubator-samoa
mvn package

The deployable jar for SAMOA will be in target/SAMOA-Local-0.3.0-SNAPSHOT.jar.

Documentation

The documentation is intended to give an introduction on how to use Apache SAMOA in the various possible ways. As a user you can use it to develop new algorithms and test different Distributed Stream Processing Engines.

Documentation

Javadoc

Slides

SAMOA Slides

G. De Francisci Morales, A. Bifet SAMOA: Scalable Advanced Massive Online Analysis Journal of Machine Learning Research, 16(Jan):149−153, 2015.

Apache SAMOA Developer's Guide

Contributors

List of contributors to the Apache SAMOA project

License

The use and distribution terms for this software are covered by the Apache License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.html).