Hi Gianmarco, This is Manu Zhang from the Gearpump team. Yes, we can run SAMOA on Gearpump through the Storm compatibility layer but running directly on Gearpump usually have better performance since the compatibility approach has Storm Spouts/Bolts running inside Gearpump Tasks <http://www.gearpump.io/releases/latest/dev-storm.html#topology-translation> .
SAMOA is a great project that we'd like to make contributions (SAMOA-54 <https://issues.apache.org/jira/browse/SAMOA-54>, SAMOA-60 <https://issues.apache.org/jira/browse/SAMOA-60>) and invest on for online scalable machine learning. We are looking forward to joining the efforts of the two community. Our codebase is located at https://github.com/gearpump/incubator-samoa/tree/gearpump/samoa-gearpump. Regards, Manu On Sun, Mar 20, 2016 at 7:18 PM Gianmarco De Francisci Morales < [email protected]> wrote: > Sounds pretty interesting. > From the website, I see Gearpump has an Apache Storm compatibility layer. > Could we use that to run SAMOA on Gearpump? > Or would we benefit from a direct adapter? > > Cheers, > > -- Gianmarco > > On Mon, Mar 14, 2016 at 8:01 AM, Yu Gong (JIRA) <[email protected]> wrote: > > > Yu Gong created SAMOA-59: > > ---------------------------- > > > > Summary: Add an Adapter for Apache Gearpump > > Key: SAMOA-59 > > URL: https://issues.apache.org/jira/browse/SAMOA-59 > > Project: SAMOA > > Issue Type: New Feature > > Reporter: Yu Gong > > > > > > Gearpump (http://www.gearpump.io/) is a real-time big data streaming > > engine. It is inspired by recent advances in the Akka framework and a > > desire to improve on existing streaming frameworks. Gearpump is > > event/message based and featured as low latency handling, high > performance, > > exactly once semantics, dynamic topology update, Apache Storm > > compatibility, etc. It now becomes Apache Incubator project ( > > http://incubator.apache.org/projects/gearpump.html). A Gearpump adapter > > for SAMOA will translate the Apache SAMOA topologies into Gearpump DAGs > in > > order to run them on the Gearpump platform. So users can run streaming > > machine learning algorithms built by Apache SAMOA on Gearpump. > > > > > > > > -- > > This message was sent by Atlassian JIRA > > (v6.3.4#6332) > > >
