You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@samoa.apache.org by pwawrzyniak <gi...@git.apache.org> on 2018/01/17 09:07:02 UTC

[GitHub] incubator-samoa pull request #76: SAMOA-77: Rebuild and unification of data ...

GitHub user pwawrzyniak opened a pull request:

    https://github.com/apache/incubator-samoa/pull/76

    SAMOA-77: Rebuild and unification of data serialization

    This PR provides unified data serialization pattern for SAMOA project. In particular, the currently distributed code is groupped into samoa-instances and unified to single Loader pattern (derived from existing one). The readers can be created by factory class. This PR also clean some of the Kafka-related code and introduces new structure to samoa-instances class/packets structure.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/pwawrzyniak/incubator-samoa SAMOA-77

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-samoa/pull/76.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #76
    
----
commit 1eb5d7c5f71eb3c6ed40a5ffd26e2504373d8b92
Author: Cezar <ce...@...>
Date:   2017-11-30T11:27:02Z

    loader refactor, loaders package creation, loader type creation, loader factory creation

commit a2e1793433c51584765d5f92e3db6ff84481b7a7
Author: Cezar <ce...@...>
Date:   2017-12-04T07:57:24Z

    space refactor

commit af493cd355595097e131bf385e7de9cb58695dbe
Author: Cezar <ce...@...>
Date:   2017-12-04T09:22:43Z

    refactor, clean-up

commit d5b9b067444185782a1e94bb52287739aed62820
Author: Cezar <ce...@...>
Date:   2017-12-04T10:03:56Z

    instances refactor

commit 0de64a288f7b3573200982085608bc57055f38bb
Author: Cezar <ce...@...>
Date:   2017-12-04T10:10:42Z

    interfaces clean up

commit 0f5db023d5a923481bb8a29630cea8e171fab0cd
Author: Cezar <ce...@...>
Date:   2017-12-04T14:47:30Z

    loader factory implementation for avro and arff

commit 80479f86f8fa8c42d84e59431f33c528eb108d52
Author: Cezar <ce...@...>
Date:   2017-12-06T17:50:45Z

    refactor, clean up

commit 5d90e57dd18e4ce1d2a9c4ed4bab54c90b28128a
Author: Cezar <ce...@...>
Date:   2017-12-08T11:08:26Z

    arffLoader refactor, clean up

commit 3c00a52a5e1b49662832c1c85dbdfa036a2e1e43
Author: Cezar <ce...@...>
Date:   2017-12-08T15:55:48Z

    refactor, clean up

commit 70e1bfde3b0d3b8272c992394519cf9bbcd63269
Author: Cezar <ce...@...>
Date:   2017-12-19T11:55:10Z

    kafka newest version added

commit 6a202d7f502771541003037c61553dcb96fac800
Author: Cezar <ce...@...>
Date:   2017-12-19T12:05:02Z

    kafka newest version aded

commit 07b2b50c293c51b65fb43714b27c33694463b7a3
Author: Cezar <ce...@...>
Date:   2017-12-20T12:41:15Z

    kafka loader added

commit 2bf171070e3d40c7b520b71f3042ec1be4d30e47
Author: Cezar <ce...@...>
Date:   2017-12-22T10:06:25Z

    kafka loader test added

----


---

[GitHub] incubator-samoa issue #76: SAMOA-77: Rebuild and unification of data seriali...

Posted by nicolas-kourtellis <gi...@git.apache.org>.
Github user nicolas-kourtellis commented on the issue:

    https://github.com/apache/incubator-samoa/pull/76
  
    @pwawrzyniak is this ready for merging?


---