Modified: incubator/samoa/site/css/octicons.ttf URL: http://svn.apache.org/viewvc/incubator/samoa/site/css/octicons.ttf?rev=1676914&r1=1676913&r2=1676914&view=diff ============================================================================== Binary files - no diff available.
Modified: incubator/samoa/site/css/octicons.woff URL: http://svn.apache.org/viewvc/incubator/samoa/site/css/octicons.woff?rev=1676914&r1=1676913&r2=1676914&view=diff ============================================================================== Binary files - no diff available. Modified: incubator/samoa/site/css/pages.css URL: http://svn.apache.org/viewvc/incubator/samoa/site/css/pages.css?rev=1676914&r1=1676913&r2=1676914&view=diff ============================================================================== --- incubator/samoa/site/css/pages.css (original) +++ incubator/samoa/site/css/pages.css Thu Apr 30 07:37:28 2015 @@ -677,14 +677,6 @@ h1 { transition-delay: 0.15s; } -.custom-urls .mega-octicon { - -webkit-transform:rotate(-45deg); - -moz-transform:rotate(-45deg); - -o-transform:rotate(-45deg); - -ms-transform:rotate(-45deg); - transform:rotate(-45deg); -} - .next-steps .guides { -webkit-transition-delay: 0.3s; -moz-transition-delay: 0.3s; @@ -756,10 +748,11 @@ footer .right { .octicon-book:before { content: '\f007'} /* ï */ .octicon-check:before { content: '\f03a'} /* ïº */ - .octicon-link:before { content: '\f05c'} /* ï */ .octicon-mark-github:before { content: '\f00a'} /* ï */ .octicon-pencil:before { content: '\f058'} /* ï */ +.octicon-tools:before { content: '\f031'} /* ï */ +.octicon-key:before { content: '\f049'} /* ï */ /* @end Octicons */ Added: incubator/samoa/site/css/sprockets-octicons.scss URL: http://svn.apache.org/viewvc/incubator/samoa/site/css/sprockets-octicons.scss?rev=1676914&view=auto ============================================================================== --- incubator/samoa/site/css/sprockets-octicons.scss (added) +++ incubator/samoa/site/css/sprockets-octicons.scss Thu Apr 30 07:37:28 2015 @@ -0,0 +1,232 @@ +@font-face { + font-family: 'octicons'; + src: font-url('octicons.eot?#iefix') format('embedded-opentype'), + font-url('octicons.woff') format('woff'), + font-url('octicons.ttf') format('truetype'), + font-url('octicons.svg#octicons') format('svg'); + font-weight: normal; + font-style: normal; +} + +// .octicon is optimized for 16px. +// .mega-octicon is optimized for 32px but can be used larger. +.octicon, .mega-octicon { + font: normal normal normal 16px/1 octicons; + display: inline-block; + text-decoration: none; + text-rendering: auto; + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; +} +.mega-octicon { font-size: 32px; } + +.octicon-alert:before { content: '\f02d'} /* ï */ +.octicon-alignment-align:before { content: '\f08a'} /* ï */ +.octicon-alignment-aligned-to:before { content: '\f08e'} /* ï */ +.octicon-alignment-unalign:before { content: '\f08b'} /* ï */ +.octicon-arrow-down:before { content: '\f03f'} /* ï¿ */ +.octicon-arrow-left:before { content: '\f040'} /* ï */ +.octicon-arrow-right:before { content: '\f03e'} /* ï¾ */ +.octicon-arrow-small-down:before { content: '\f0a0'} /* ï */ +.octicon-arrow-small-left:before { content: '\f0a1'} /* ï¡ */ +.octicon-arrow-small-right:before { content: '\f071'} /* ï± */ +.octicon-arrow-small-up:before { content: '\f09f'} /* ï */ +.octicon-arrow-up:before { content: '\f03d'} /* ï½ */ +.octicon-beer:before { content: '\f069'} /* ï© */ +.octicon-book:before { content: '\f007'} /* ï */ +.octicon-bookmark:before { content: '\f07b'} /* ï» */ +.octicon-briefcase:before { content: '\f0d3'} /* ï */ +.octicon-broadcast:before { content: '\f048'} /* ï */ +.octicon-browser:before { content: '\f0c5'} /* ï */ +.octicon-bug:before { content: '\f091'} /* ï */ +.octicon-calendar:before { content: '\f068'} /* ï¨ */ +.octicon-check:before { content: '\f03a'} /* ïº */ +.octicon-checklist:before { content: '\f076'} /* ï¶ */ +.octicon-chevron-down:before { content: '\f0a3'} /* ï£ */ +.octicon-chevron-left:before { content: '\f0a4'} /* ï¤ */ +.octicon-chevron-right:before { content: '\f078'} /* ï¸ */ +.octicon-chevron-up:before { content: '\f0a2'} /* ï¢ */ +.octicon-circle-slash:before { content: '\f084'} /* ï */ +.octicon-circuit-board:before { content: '\f0d6'} /* ï */ +.octicon-clippy:before { content: '\f035'} /* ïµ */ +.octicon-clock:before { content: '\f046'} /* ï */ +.octicon-cloud-download:before { content: '\f00b'} /* ï */ +.octicon-cloud-upload:before { content: '\f00c'} /* ï */ +.octicon-code:before { content: '\f05f'} /* ï */ +.octicon-color-mode:before { content: '\f065'} /* ï¥ */ +.octicon-comment-add:before, +.octicon-comment:before { content: '\f02b'} /* ï« */ +.octicon-comment-discussion:before { content: '\f04f'} /* ï */ +.octicon-credit-card:before { content: '\f045'} /* ï */ +.octicon-dash:before { content: '\f0ca'} /* ï */ +.octicon-dashboard:before { content: '\f07d'} /* ï½ */ +.octicon-database:before { content: '\f096'} /* ï */ +.octicon-device-camera:before { content: '\f056'} /* ï */ +.octicon-device-camera-video:before { content: '\f057'} /* ï */ +.octicon-device-desktop:before { content: '\f27c'} /* ï¼ */ +.octicon-device-mobile:before { content: '\f038'} /* ï¸ */ +.octicon-diff:before { content: '\f04d'} /* ï */ +.octicon-diff-added:before { content: '\f06b'} /* ï« */ +.octicon-diff-ignored:before { content: '\f099'} /* ï */ +.octicon-diff-modified:before { content: '\f06d'} /* ï */ +.octicon-diff-removed:before { content: '\f06c'} /* ï¬ */ +.octicon-diff-renamed:before { content: '\f06e'} /* ï® */ +.octicon-ellipsis:before { content: '\f09a'} /* ï */ +.octicon-eye-unwatch:before, +.octicon-eye-watch:before, +.octicon-eye:before { content: '\f04e'} /* ï */ +.octicon-file-binary:before { content: '\f094'} /* ï */ +.octicon-file-code:before { content: '\f010'} /* ï */ +.octicon-file-directory:before { content: '\f016'} /* ï */ +.octicon-file-media:before { content: '\f012'} /* ï */ +.octicon-file-pdf:before { content: '\f014'} /* ï */ +.octicon-file-submodule:before { content: '\f017'} /* ï */ +.octicon-file-symlink-directory:before { content: '\f0b1'} /* ï± */ +.octicon-file-symlink-file:before { content: '\f0b0'} /* ï° */ +.octicon-file-text:before { content: '\f011'} /* ï */ +.octicon-file-zip:before { content: '\f013'} /* ï */ +.octicon-flame:before { content: '\f0d2'} /* ï */ +.octicon-fold:before { content: '\f0cc'} /* ï */ +.octicon-gear:before { content: '\f02f'} /* ï¯ */ +.octicon-gift:before { content: '\f042'} /* ï */ +.octicon-gist:before { content: '\f00e'} /* ï */ +.octicon-gist-secret:before { content: '\f08c'} /* ï */ +.octicon-git-branch-create:before, +.octicon-git-branch-delete:before, +.octicon-git-branch:before { content: '\f020'} /* ï */ +.octicon-git-commit:before { content: '\f01f'} /* ï */ +.octicon-git-compare:before { content: '\f0ac'} /* ï¬ */ +.octicon-git-merge:before { content: '\f023'} /* ï£ */ +.octicon-git-pull-request-abandoned:before, +.octicon-git-pull-request:before { content: '\f009'} /* ï */ +.octicon-globe:before { content: '\f0b6'} /* ï¶ */ +.octicon-graph:before { content: '\f043'} /* ï */ +.octicon-heart:before { content: '\2665'} /* ⥠*/ +.octicon-history:before { content: '\f07e'} /* ï¾ */ +.octicon-home:before { content: '\f08d'} /* ï */ +.octicon-horizontal-rule:before { content: '\f070'} /* ï° */ +.octicon-hourglass:before { content: '\f09e'} /* ï */ +.octicon-hubot:before { content: '\f09d'} /* ï */ +.octicon-inbox:before { content: '\f0cf'} /* ï */ +.octicon-info:before { content: '\f059'} /* ï */ +.octicon-issue-closed:before { content: '\f028'} /* ï¨ */ +.octicon-issue-opened:before { content: '\f026'} /* ï¦ */ +.octicon-issue-reopened:before { content: '\f027'} /* ï§ */ +.octicon-jersey:before { content: '\f019'} /* ï */ +.octicon-jump-down:before { content: '\f072'} /* ï² */ +.octicon-jump-left:before { content: '\f0a5'} /* ï¥ */ +.octicon-jump-right:before { content: '\f0a6'} /* ï¦ */ +.octicon-jump-up:before { content: '\f073'} /* ï³ */ +.octicon-key:before { content: '\f049'} /* ï */ +.octicon-keyboard:before { content: '\f00d'} /* ï */ +.octicon-law:before { content: '\f0d8'} /* ï */ +.octicon-light-bulb:before { content: '\f000'} /* ï */ +.octicon-link:before { content: '\f05c'} /* ï */ +.octicon-link-external:before { content: '\f07f'} /* ï¿ */ +.octicon-list-ordered:before { content: '\f062'} /* ï¢ */ +.octicon-list-unordered:before { content: '\f061'} /* ï¡ */ +.octicon-location:before { content: '\f060'} /* ï */ +.octicon-gist-private:before, +.octicon-mirror-private:before, +.octicon-git-fork-private:before, +.octicon-lock:before { content: '\f06a'} /* ïª */ +.octicon-logo-github:before { content: '\f092'} /* ï */ +.octicon-mail:before { content: '\f03b'} /* ï» */ +.octicon-mail-read:before { content: '\f03c'} /* ï¼ */ +.octicon-mail-reply:before { content: '\f051'} /* ï */ +.octicon-mark-github:before { content: '\f00a'} /* ï */ +.octicon-markdown:before { content: '\f0c9'} /* ï */ +.octicon-megaphone:before { content: '\f077'} /* ï· */ +.octicon-mention:before { content: '\f0be'} /* ï¾ */ +.octicon-microscope:before { content: '\f089'} /* ï */ +.octicon-milestone:before { content: '\f075'} /* ïµ */ +.octicon-mirror-public:before, +.octicon-mirror:before { content: '\f024'} /* ï¤ */ +.octicon-mortar-board:before { content: '\f0d7'} /* ï */ +.octicon-move-down:before { content: '\f0a8'} /* ï¨ */ +.octicon-move-left:before { content: '\f074'} /* ï´ */ +.octicon-move-right:before { content: '\f0a9'} /* ï© */ +.octicon-move-up:before { content: '\f0a7'} /* ï§ */ +.octicon-mute:before { content: '\f080'} /* ï */ +.octicon-no-newline:before { content: '\f09c'} /* ï */ +.octicon-octoface:before { content: '\f008'} /* ï */ +.octicon-organization:before { content: '\f037'} /* ï· */ +.octicon-package:before { content: '\f0c4'} /* ï */ +.octicon-paintcan:before { content: '\f0d1'} /* ï */ +.octicon-pencil:before { content: '\f058'} /* ï */ +.octicon-person-add:before, +.octicon-person-follow:before, +.octicon-person:before { content: '\f018'} /* ï */ +.octicon-pin:before { content: '\f041'} /* ï */ +.octicon-playback-fast-forward:before { content: '\f0bd'} /* ï½ */ +.octicon-playback-pause:before { content: '\f0bb'} /* ï» */ +.octicon-playback-play:before { content: '\f0bf'} /* ï¿ */ +.octicon-playback-rewind:before { content: '\f0bc'} /* ï¼ */ +.octicon-plug:before { content: '\f0d4'} /* ï */ +.octicon-repo-create:before, +.octicon-gist-new:before, +.octicon-file-directory-create:before, +.octicon-file-add:before, +.octicon-plus:before { content: '\f05d'} /* ï */ +.octicon-podium:before { content: '\f0af'} /* ï¯ */ +.octicon-primitive-dot:before { content: '\f052'} /* ï */ +.octicon-primitive-square:before { content: '\f053'} /* ï */ +.octicon-pulse:before { content: '\f085'} /* ï */ +.octicon-puzzle:before { content: '\f0c0'} /* ï */ +.octicon-question:before { content: '\f02c'} /* ï¬ */ +.octicon-quote:before { content: '\f063'} /* ï£ */ +.octicon-radio-tower:before { content: '\f030'} /* ï° */ +.octicon-repo-delete:before, +.octicon-repo:before { content: '\f001'} /* ï */ +.octicon-repo-clone:before { content: '\f04c'} /* ï */ +.octicon-repo-force-push:before { content: '\f04a'} /* ï */ +.octicon-gist-fork:before, +.octicon-repo-forked:before { content: '\f002'} /* ï */ +.octicon-repo-pull:before { content: '\f006'} /* ï */ +.octicon-repo-push:before { content: '\f005'} /* ï */ +.octicon-rocket:before { content: '\f033'} /* ï³ */ +.octicon-rss:before { content: '\f034'} /* ï´ */ +.octicon-ruby:before { content: '\f047'} /* ï */ +.octicon-screen-full:before { content: '\f066'} /* ï¦ */ +.octicon-screen-normal:before { content: '\f067'} /* ï§ */ +.octicon-search-save:before, +.octicon-search:before { content: '\f02e'} /* ï® */ +.octicon-server:before { content: '\f097'} /* ï */ +.octicon-settings:before { content: '\f07c'} /* ï¼ */ +.octicon-log-in:before, +.octicon-sign-in:before { content: '\f036'} /* ï¶ */ +.octicon-log-out:before, +.octicon-sign-out:before { content: '\f032'} /* ï² */ +.octicon-split:before { content: '\f0c6'} /* ï */ +.octicon-squirrel:before { content: '\f0b2'} /* ï² */ +.octicon-star-add:before, +.octicon-star-delete:before, +.octicon-star:before { content: '\f02a'} /* ïª */ +.octicon-steps:before { content: '\f0c7'} /* ï */ +.octicon-stop:before { content: '\f08f'} /* ï */ +.octicon-repo-sync:before, +.octicon-sync:before { content: '\f087'} /* ï */ +.octicon-tag-remove:before, +.octicon-tag-add:before, +.octicon-tag:before { content: '\f015'} /* ï */ +.octicon-telescope:before { content: '\f088'} /* ï */ +.octicon-terminal:before { content: '\f0c8'} /* ï */ +.octicon-three-bars:before { content: '\f05e'} /* ï */ +.octicon-thumbsdown:before { content: '\f0db'} /* ï */ +.octicon-thumbsup:before { content: '\f0da'} /* ï */ +.octicon-tools:before { content: '\f031'} /* ï± */ +.octicon-trashcan:before { content: '\f0d0'} /* ï */ +.octicon-triangle-down:before { content: '\f05b'} /* ï */ +.octicon-triangle-left:before { content: '\f044'} /* ï */ +.octicon-triangle-right:before { content: '\f05a'} /* ï */ +.octicon-triangle-up:before { content: '\f0aa'} /* ïª */ +.octicon-unfold:before { content: '\f039'} /* ï¹ */ +.octicon-unmute:before { content: '\f0ba'} /* ïº */ +.octicon-versions:before { content: '\f064'} /* ï¤ */ +.octicon-remove-close:before, +.octicon-x:before { content: '\f081'} /* ï */ +.octicon-zap:before { content: '\26A1'} /* â¡ */ Modified: incubator/samoa/site/index.html URL: http://svn.apache.org/viewvc/incubator/samoa/site/index.html?rev=1676914&r1=1676913&r2=1676914&view=diff ============================================================================== --- incubator/samoa/site/index.html (original) +++ incubator/samoa/site/index.html Thu Apr 30 07:37:28 2015 @@ -1,257 +1,255 @@ <!DOCTYPE html> <html lang="en"> - <head> - <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> - <title>Apache SAMOA</title> - <link rel="icon" type="image/x-icon" href="/favicon.ico" /> - <link type="text/css" href="css/pages.css" media="all" rel="stylesheet"> - </head> +<head> + <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> + <title>Apache SAMOA</title> + <link rel="icon" type="image/x-icon" href="/favicon.ico" /> + <link rel="stylesheet" type="text/css" href="css/pages.css" media="all"> +</head> - <body class="home "> +<body class="home"> + <section id="hero-spot" class="hero-spot"> - -<section id="hero-spot" class="hero-spot"> - - <h1>Apache SAMOA</h1> + <h1>Apache SAMOA</h1> <h2>Scalable Advanced Massive Online Analysis</h2> <h3>Apache SAMOA is currently undergoing Incubation at the Apache Software Foundation. - </br>Last release before entering incubation/not at Apache: <a href="https://github.com/yahoo/samoa/releases">Release 0.2.0</a> ! - </br>View on <a href=" https://github.com/apache/incubator-samoa">GitHub<small>Apache SAMOA</small></a> + </br>Last release before entering incubation/not at Apache: <a href="https://github.com/yahoo/samoa/releases">Release 0.2.0</a> ! + </br>View on <a href=" https://github.com/apache/incubator-samoa">GitHub<small>Apache SAMOA</small></a> </h3> <div id="slideshow"> <img src="images/slideshow/runtime.png" alt="Apache SAMOA" class="slide active" height= "300" /> </div> -</section> - -<section id="tutorial" class="next-steps"> - <h1><a href="http://incubator.apache.org/"><img style="max-width:55%;border:0px solid black;"src="http://incubator.apache.org/images/egg-logo.png" alt="Apache Incubator"></a>Apache SAMOA is a distributed streaming machine learning (ML) framework that contains a -programing abstraction for distributed streaming ML algorithms.</h1> - - <h2>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 users can develop -distributed streaming ML algorithms once and execute the algorithms -in multiple SPEs, i.e., code the algorithms once and execute them in multiple SPEs.</h2> - - <ul class="next-steps wrapper"> - <li class="jekyll"> - <a class="hero-octicon" href="#build"> - <span class="mega-octicon octicon-pencil"></span> - </a> - <h4><a href="#build">Build Apache SAMOA</a></h4> - <p> Build Apache SAMOA for Apache Storm, Apache S4, or Local mode.</p> - </li> - <li class="custom-urls"> - <a class="hero-octicon" href="#getting-started"> - <span class="mega-octicon octicon-link"></span> - </a> - <h4><a href="#getting-started">Getting started!</a></h4> - <p>Hands-on with Apache SAMOA: Getting Started in 5 minutes!</p> - </li> - <li class="guides"> - <a class="hero-octicon" href="documentation/Home.html"> - <span class="mega-octicon octicon-book"></span> - </a> - <h4><a href="documentation/Home.html">Documentation</a></h4> - <p>Learn how to use Apache SAMOA in the various different ways possible. </p> - - </li> - </ul> -</section> - -<section class="tutorial"> -<h1>Slides</h1> -<h2><a href="https://speakerdeck.com/gdfm/samoa-a-platform-for-mining-big-data-streams-2"><img src="samoa-slides.jpg" alt="SAMOA Slides" data-canonical-src="samoa-slides.jpg" style="max-width:100%;"></a></h2> -<h2>G. De Francisci Morales, A. Bifet. "<a href="http://jmlr.csail.mit.edu/papers/volume16/morales15a/morales15a.pdf">SAMOA: Scalable Advanced Massive Online Analysis</a>." -Journal of Machine Learning Research, 16(Jan):149â153, 2015.</h2> - </section> -<section class="content"> -<h1>Video</h1> -<h2><iframe width="640" height="360" src="//www.youtube.com/embed/7WsDKNU1A7o?feature=player_detailpage" frameborder="0" allowfullscreen></iframe></h2> -<h2>NoSQL matters Conference, Barcelona 2013</h2> - -<h1>Apache SAMOA Developer's Guide</h1> - -<h2><a href="SAMOA-Developers-Guide-0-3-0.pdf"><img style="max-width:95%;border:3px solid black;" src="Manual.png" alt="SAMOA Developer's guide" height="250"> </a></h2> - </section><section class="tutorial"> - -<h1>API Javadoc Reference</h1> -<h2><a href="http://samoa.incubator.apache.org/docs/api/">http://samoa.incubator.apache.org/docs/api</a></h2> - -<h1>Mailing lists</h1> -<h2>User support and questions mailing list: -<a href="mailto:[email protected]">[email protected]</a>. -<br/>You can subscribe to this list by sending an email to <br/><a href="mailto:[email protected]">[email protected]</a>. -<br/>Likewise, you can cancel a subscription by sending an email to <br/><a href="mailto:[email protected]">[email protected]</a>. -<br/>You can view the archives of the mailing list <a href="http://mail-archives.apache.org/mod_mbox/incubator-samoa-users">here</a>.</h2> - -<h2>Development related discussions: -<a href="mailto:[email protected]">[email protected]</a>. -<br/>You can subscribe to this list by sending an email to <br/><a href="mailto:[email protected]">[email protected]</a>. -<br/>Likewise, you can cancel a subscription by sending an email to <br/><a href="mailto:[email protected]">[email protected]</a>. -<br/>You can view the archives of the mailing list <a href="http://mail-archives.apache.org/mod_mbox/incubator-samoa-dev">here</a>.</h2> - -<h2>At the current stage most of the discussion happens on the dev@ mailing list.</h2> - -<h1>Contributors</h1> -<h2><a href="documentation/Team.html">List of contributors to the SAMOA project</a>.</h2> - </section><section class="next-steps"> - -<h1>License</h1> - -<h2>The use and distribution terms for this software are covered by the -Apache License, Version 2.0 (<a href="http://www.apache.org/licenses/LICENSE-2.0.html">http://www.apache.org/licenses/LICENSE-2.0.html</a>).</h2> - -</section> - -<section id="build" class="tutorial"> - <h1>Build Apache SAMOA</h1> - - <!-- ### Start of tutorials --> - <ul id="user-site" class="tutorial-list wrapper active"> - - - <li id="terminal-step-1" class="option-terminal"> - <h4>Apache Storm</h4> - <p>Go to the folder where you want to store your project, and clone the new repository:</p> - - <div class="terminal"> - <div class="header"></div> - <div class="shell"> - <p><span class="path">~</span><span class="prompt">$</span>git clone http://git.apache.org/incubator-samoa.git</p> -<p><span class="path">~</span><span class="prompt">$</span>cd incubator-samoa</p> -<p><span class="path">~</span><span class="prompt">$</span>mvn -Pstorm package</p> - </div> - </div> -<p>The deployable jar for Apache SAMOA will be in <code>target/SAMOA-Storm-0.3.0-SNAPSHOT.jar</code>.</p> - </li> - - <li id="terminal-step-1" class="option-terminal"> - <h4>Apache S4</h4> - <p>If you want to compile Apache SAMOA for S4, you will need to install the S4 dependencies -manually as explained in <a href="documentation/Executing-SAMOA-with-Apache-S4.html">Executing Apache SAMOA with Apache S4</a>.</p> -<div class="terminal"> - <div class="header"></div> - <div class="shell"> - <p><span class="path">~</span><span class="prompt">$</span>git clone http://git.apache.org/incubator-samoa.git</p> -<p><span class="path">~</span><span class="prompt">$</span>cd incubator-samoa</p> -<p><span class="path">~</span><span class="prompt">$</span>mvn -Ps4 package</p> - </div> - </div> -<p>The deployable jar for Apache SAMOA will be in <code>target/SAMOA-S4-0.3.0-SNAPSHOT.jar</code>.</p> - </li> - - <li id="terminal-step-1" class="option-terminal"> - <h4>Local Test Mode</h4> -<p>If you want to test Apache SAMOA in a local environment, simply clone the repository and install Apache SAMOA.</p> -<div class="terminal"> - <div class="header"></div> - <div class="shell"> - <p><span class="path">~</span><span class="prompt">$</span>git clone http://git.apache.org/incubator-samoa.git</p> -<p><span class="path">~</span><span class="prompt">$</span>cd incubator-samoa</p> -<p><span class="path">~</span><span class="prompt">$</span>mvn package</p> - </div> - </div> -<p>The deployable jar for Apache SAMOA will be in <code>target/SAMOA-Local-0.3.0-SNAPSHOT.jar</code>.</p> - </li> - - </ul> - <!-- End of user site tutorial --> - - </section> -<section id="getting-started" class="tutorial"> - <h1>Getting Started</h1> - - <!-- ### Start of tutorials --> - <ul id="user-site" class="tutorial-list wrapper active"> - - - <li id="terminal-step-1" class="option-terminal"> - <h4>Download Apache SAMOA</h4> - <div class="terminal"> - <div class="header"></div> - <div class="shell"> - <p><span class="path">~</span><span class="prompt">$</span>git clone http://git.apache.org/incubator-samoa.git</p> -<p><span class="path">~</span><span class="prompt">$</span>cd incubator-samoa</p> -<p><span class="path">~</span><span class="prompt">$</span>mvn package</p> - </div> - </div> - </li> - -<li id="terminal-step-1" class="option-terminal"> - <h4>Download the Forest CoverType dataset </h4> - <p>If you want to compile Apache SAMOA for S4, you will need to install the S4 dependencies -manually as explained in <a href="documentation/Executing-SAMOA-with-Apache-S4">Executing Apache SAMOA with Apache S4</a>.</p> -<div class="terminal"> - <div class="header"></div> - <div class="shell"> - <p><span class="path">~</span><span class="prompt">$</span>wget "http://downloads.sourceforge.net/project/moa-datastream/Datasets/Classification/covtypeNorm.arff.zip"</p> -<p><span class="path">~</span><span class="prompt">$</span>unzip covtypeNorm.arff.zip </p> - </div> - </div> -<p><em>Forest Covertype</em> contains the forest cover type for 30 x 30 meter cells obtained from the US Forest Service (USFS) Region 2 Resource Information System (RIS) data. It contains 581,012 instances and 54 attributes, and it has been used in several articles on data stream classification.</p> - </li> - - <li id="terminal-step-1" class="option-terminal"> - <h4>Run an example</h4> -<p>Classifying the CoverType dataset with the bagging algorithm</p> -<div class="terminal"> - <div class="header"></div> - <div class="shell"> - <p><span class="path">~</span><span class="prompt">$</span>bin/samoa local target/SAMOA-Local-0.3.0-SNAPSHOT.jar "PrequentialEvaluation -l classifiers.ensemble.Bagging - -s (ArffFileStream -f covtypeNorm.arff) -f 100000"</p> - </div> - </div> -<p>The output will be a list of the evaluation results, plotted each 100,000 instances.</p> - </li> -</ul> - </section> - -<section class="tutorial"> -<h2><a href="http://incubator.apache.org/"><img style="max-width:95%;border:0px solid black;"src="http://incubator.apache.org/images/egg-logo.png" alt="Apache Incubator" > </a></h2> -<h2> -Apache SAMOA is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.</h2> + </section> -<h2>Apache and the Apache feather logo are trademarks of The Apache Software Foundation.</h2> -</section> + <section id="tutorial" class="next-steps"> + <h1><a href="http://incubator.apache.org/"><img style="max-width:55%;border:0px solid black;"src="http://incubator.apache.org/images/egg-logo.png" alt="Apache Incubator"> + </a>Apache SAMOA is a distributed streaming machine learning (ML) framework that contains a + programing abstraction for distributed streaming ML algorithms.</h1> + + <h2>Apache SAMOA enables development of new ML algorithms without directly dealing with the complexity of underlying distributed stream processing engines (DSPEe, such as Apache Storm, Apache S4, and Apache Samza). + Apache SAMOA users can develop distributed streaming ML algorithms once and execute them on multiple DSPEs.</h2> + + <ul class="next-steps wrapper"> + <li class="jekyll"> + <a class="hero-octicon" href="#build"> + <span class="mega-octicon octicon-tools"></span> + </a> + <h4><a href="#build">Build Apache SAMOA</a></h4> + <p>Build Apache SAMOA for Apache Storm, Apache S4, Apache Samza, or Local mode.</p> + </li> + <li class="custom-urls"> + <a class="hero-octicon" href="#getting-started"> + <span class="mega-octicon octicon-key"></span> + </a> + <h4><a href="#getting-started">Getting started!</a></h4> + <p>Hands-on with Apache SAMOA: Getting Started in 5 minutes!</p> + </li> + <li class="guides"> + <a class="hero-octicon" href="documentation/Home.html"> + <span class="mega-octicon octicon-book"></span> + </a> + <h4><a href="documentation/Home.html">Documentation</a></h4> + <p>Learn how to use Apache SAMOA in the various different ways possible.</p> + </li> + <li class="guides"> + <a class="hero-octicon" href="https://cwiki.apache.org/confluence/display/SAMOA/SAMOA+Home"> + <span class="mega-octicon octicon-pencil"></span> + </a> + <h4><a href="https://cwiki.apache.org/confluence/display/SAMOA/SAMOA+Home">Wiki</a></h4> + <p>Roadmap and instructions for contributors.</p> + </li> + </ul> + </section> + + <section class="tutorial"> + <h1>Slides</h1> + <h2><a href="https://speakerdeck.com/gdfm/samoa-a-platform-for-mining-big-data-streams-2"><img src="samoa-slides.jpg" alt="SAMOA Slides" data-canonical-src="samoa-slides.jpg" style="max-width:100%;"></a></h2> + <h2>G. De Francisci Morales, A. Bifet. "<a href="http://jmlr.csail.mit.edu/papers/volume16/morales15a/morales15a.pdf">SAMOA: Scalable Advanced Massive Online Analysis</a>." Journal of Machine Learning Research, 16(Jan):149â153, 2015.</h2> + </section> + + <section class="content"> + <h1>Video</h1> + <h2><iframe width="640" height="360" src="//www.youtube.com/embed/7WsDKNU1A7o?feature=player_detailpage" frameborder="0" allowfullscreen></iframe></h2> + <h2>NoSQL matters Conference, Barcelona 2013.</h2> + + <h1>Apache SAMOA Developer's Guide</h1> + + <h2><a href="SAMOA-Developers-Guide-0-3-0.pdf"><img style="max-width:95%;border:3px solid black;" src="Manual.png" alt="SAMOA Developer's guide" height="250"> </a></h2> + </section> + + <section class="tutorial"> + <h1>API Javadoc Reference</h1> + <h2><a href="http://samoa.incubator.apache.org/docs/api/">http://samoa.incubator.apache.org/docs/api</a></h2> + + <h1>Mailing list</h1> + <h2>Development mailing list + <a href="mailto:[email protected]">[email protected]</a><br/> + [ <a href="mailto:[email protected]">subscribe</a> | + <a href="mailto:[email protected]">unsubscribe</a> | + <a href="http://mail-archives.apache.org/mod_mbox/incubator-samoa-dev">archives</a> ] + </h2> + + <h1>Contributors</h1> + <h2><a href="documentation/Team.html">List of contributors to the SAMOA project</a>.</h2> + </section> + + <section class="next-steps"> + <h1>License</h1> + <h2>The use and distribution terms for this software are covered by the Apache License, Version 2.0 (<a href="http://www.apache.org/licenses/LICENSE-2.0.html">http://www.apache.org/licenses/LICENSE-2.0.html</a>).</h2> + </section> + + <section id="build" class="tutorial"> + <h1>Build Apache SAMOA</h1> + + <!-- ### Start of tutorials --> + <ul id="user-site" class="tutorial-list wrapper active"> + + <li id="terminal-step-1" class="option-terminal"> + <h4>Apache Storm</h4> + <p>Go to the folder where you want to store your project, and clone the new repository:</p> + + <div class="terminal"> + <div class="header"></div> + <div class="shell"> + <p><span class="path">~</span><span class="prompt">$</span>git clone http://git.apache.org/incubator-samoa.git</p> + <p><span class="path">~</span><span class="prompt">$</span>cd incubator-samoa</p> + <p><span class="path">~</span><span class="prompt">$</span>mvn -Pstorm package</p> + </div> + </div> + <p>The deployable jar for Apache SAMOA will be in <code>target/SAMOA-Storm-0.3.0-SNAPSHOT.jar</code>.</p> + </li> + + <li id="terminal-step-2" class="option-terminal"> + <h4>Apache S4</h4> + <p>If you want to compile Apache SAMOA for S4, you will need to install the S4 dependencies + manually as explained in <a href="documentation/Executing-SAMOA-with-Apache-S4.html">Executing Apache SAMOA with Apache S4</a>.</p> + <div class="terminal"> + <div class="header"></div> + <div class="shell"> + <p><span class="path">~</span><span class="prompt">$</span>git clone http://git.apache.org/incubator-samoa.git</p> + <p><span class="path">~</span><span class="prompt">$</span>cd incubator-samoa</p> + <p><span class="path">~</span><span class="prompt">$</span>mvn -Ps4 package</p> + </div> + </div> + <p>The deployable jar for Apache SAMOA will be in <code>target/SAMOA-S4-0.3.0-SNAPSHOT.jar</code>.</p> + </li> + + <li id="terminal-step-3" class="option-terminal"> + <h4>Apache Samza</h4> + <p>Go to the folder where you want to store your project, and clone the new repository:</p> + + <div class="terminal"> + <div class="header"></div> + <div class="shell"> + <p><span class="path">~</span><span class="prompt">$</span>git clone http://git.apache.org/incubator-samoa.git</p> + <p><span class="path">~</span><span class="prompt">$</span>cd incubator-samoa</p> + <p><span class="path">~</span><span class="prompt">$</span>mvn -Psamza package</p> + </div> + </div> + <p>The deployable jar for Apache SAMOA will be in <code>target/SAMOA-Samza-0.3.0-SNAPSHOT.jar</code>.</p> + </li> + + <li id="terminal-step-4" class="option-terminal"> + <h4>Local Test Mode</h4> + <p>If you want to test Apache SAMOA in a local environment, simply clone the repository and install Apache SAMOA.</p> + <div class="terminal"> + <div class="header"></div> + <div class="shell"> + <p><span class="path">~</span><span class="prompt">$</span>git clone http://git.apache.org/incubator-samoa.git</p> + <p><span class="path">~</span><span class="prompt">$</span>cd incubator-samoa</p> + <p><span class="path">~</span><span class="prompt">$</span>mvn package</p> + </div> + </div> + <p>The deployable jar for Apache SAMOA will be in <code>target/SAMOA-Local-0.3.0-SNAPSHOT.jar</code>.</p> + </li> + + </ul> + <!-- End of user site tutorial --> + </section> + + <section id="getting-started" class="tutorial"> + <h1>Getting Started</h1> + + <!-- ### Start of tutorials --> + <ul id="user-site" class="tutorial-list wrapper active"> + + <li id="terminal-step-1" class="option-terminal"> + <h4>Download Apache SAMOA</h4> + <div class="terminal"> + <div class="header"></div> + <div class="shell"> + <p><span class="path">~</span><span class="prompt">$</span>git clone http://git.apache.org/incubator-samoa.git</p> + <p><span class="path">~</span><span class="prompt">$</span>cd incubator-samoa</p> + <p><span class="path">~</span><span class="prompt">$</span>mvn package</p> + </div> + </div> + </li> + + <li id="terminal-step-1" class="option-terminal"> + <h4>Download the Forest CoverType dataset </h4> + <p>If you want to compile Apache SAMOA for S4, you will need to install the S4 dependencies manually as explained in <a href="documentation/Executing-SAMOA-with-Apache-S4">Executing Apache SAMOA with Apache S4</a>.</p> + <div class="terminal"> + <div class="header"></div> + <div class="shell"> + <p><span class="path">~</span><span class="prompt">$</span>wget "http://downloads.sourceforge.net/project/moa-datastream/Datasets/Classification/covtypeNorm.arff.zip"</p> + <p><span class="path">~</span><span class="prompt">$</span>unzip covtypeNorm.arff.zip </p> + </div> + </div> + <p><em>Forest Covertype</em> contains the forest cover type for 30 x 30 meter cells obtained from the US Forest Service (USFS) Region 2 Resource Information System (RIS) data. It contains 581,012 instances and 54 attributes, and it has been used in several articles on data stream classification.</p> + </li> + + <li id="terminal-step-1" class="option-terminal"> + <h4>Run an example</h4> + <p>Classifying the CoverType dataset with the bagging algorithm</p> + <div class="terminal"> + <div class="header"></div> + <div class="shell"> + <p><span class="path">~</span><span class="prompt">$</span>bin/samoa local target/SAMOA-Local-0.3.0-SNAPSHOT.jar "PrequentialEvaluation -l classifiers.ensemble.Bagging -s (ArffFileStream -f covtypeNorm.arff) -f 100000"</p> + </div> + </div> + <p>The output will be a list of the evaluation results, plotted each 100,000 instances.</p> + </li> + </ul> + </section> + + <section class="tutorial"> + <h2><a href="http://incubator.apache.org/"><img style="max-width:95%;border:0px solid black;"src="http://incubator.apache.org/images/egg-logo.png" alt="Apache Incubator"></a></h2> + <h2> + Apache SAMOA is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF. + </h2> + <h2>Apache and the Apache feather logo are trademarks of The Apache Software Foundation.</h2> + </section> + + <script src="js/jquery.js"></script> + <!--<script>window.slides = {"bower":"Bower","vht":"Vht", "architecture":"Architecture"}</script>--> + <script src="js/application.js"></script> + + <footer class="page-footer"> + <ul class="site-footer-links right"> + <li><a href="https://github.com/apache/incubator-samoa">View On <strong>GitHub</strong></a></li> + </ul> + + <a href="/"> + <span class="mega-octicon octicon-mark-github"></span> + </a> + + <ul class="site-footer-links"> + <li>© 2014 <span>Apache SAMOA</span></li> + <li><a href="#build">Build Apache SAMOA</a></h4> + <li><a href="documentation/Getting-Started.html">Getting started!</a></li> + <li><a href="documentation/Home.html">Documentation</a></li> + </ul> + </footer> -<script src="js/jquery.js"></script> -<!--<script>window.slides = {"bower":"Bower","vht":"Vht", "architecture":"Architecture"}</script>--> -<script src="js/application.js"></script> - - - - - -<footer class="page-footer"> - - <ul class="site-footer-links right"> - - <li><a href="https://github.com/apache/incubator-samoa">View On <strong>GitHub</strong></a></li> - </ul> - - <a href="/"> - <span class="mega-octicon octicon-mark-github"></span> - </a> - - <ul class="site-footer-links"> - <li>© 2014 <span>Apache SAMOA</span></li> - <li><a href="#build">Build Apache SAMOA</a></h4> - <li><a href="documentation/Getting-Started.html">Getting started!</a></li> - <li><a href="documentation/Home.html">Documentation</a></li> - </ul> -</footer> - -<script> + <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ - (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), - m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) + (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), + m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); - ga('create', 'UA-3769691-40', 'github.com'); ga('send', 'pageview'); -</script> + </script> </body> </html>
