You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@usergrid.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2015/07/15 13:57:04 UTC

[jira] [Commented] (USERGRID-788) New ExportApp tool

    [ https://issues.apache.org/jira/browse/USERGRID-788?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14627938#comment-14627938 ] 

ASF GitHub Bot commented on USERGRID-788:
-----------------------------------------

GitHub user snoopdave opened a pull request:

    https://github.com/apache/incubator-usergrid/pull/307

    New ExportApp tool, using RxJava

    https://issues.apache.org/jira/browse/USERGRID-788


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

    $ git pull https://github.com/apache/incubator-usergrid rxportapp

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

    https://github.com/apache/incubator-usergrid/pull/307.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 #307
    
----
commit 75ad454cf23bff8dd5ad8dc84563cc1a5520db7f
Author: Dave Johnson <sn...@apache.org>
Date:   2015-07-09T19:19:34Z

    Log total counts

commit b2bdbb5456301dbcf7131e780d968514cdd7e55d
Author: Dave Johnson <sn...@apache.org>
Date:   2015-07-13T14:21:09Z

    Add new RxJava based multi-threaded ExportApp tool, and upgrade to RxJava 1.0.12.

commit 2b65e619316b206720e574a21fe1b33462e0f2dd
Author: Dave Johnson <sn...@apache.org>
Date:   2015-07-14T12:03:18Z

    Add readThread and writeThread CLI parameters.

commit 7a870d6929cea76f5bbec9aa8f5a8caa8dee07e4
Author: Dave Johnson <sn...@apache.org>
Date:   2015-07-14T17:31:18Z

    Remove queues and make the whole thing one "stream"

commit a25f8ebc2877681897a5ef945d39b685c2d3f9fa
Author: Dave Johnson <sn...@apache.org>
Date:   2015-07-14T19:31:07Z

    Some reformatting. Also eliminating use of subscriber.unsubscribe(). All observables need to wrap up with onCompleted().

commit 7b168b91d99ba51da452a9c7980b0078f733df03
Author: Dave Johnson <sn...@apache.org>
Date:   2015-07-14T20:41:06Z

    Less test data and code to compare 1 read and 1 write thread vs. 100 read and 100 write threads.

----


> New ExportApp tool
> ------------------
>
>                 Key: USERGRID-788
>                 URL: https://issues.apache.org/jira/browse/USERGRID-788
>             Project: Usergrid
>          Issue Type: Story
>            Reporter: David Johnson
>            Assignee: David Johnson
>
> Provide new tool that exports an app:
> 1. Writes two types of files: entities and connections
> 2. Each line of output files will be one complete JSON object
> 3. Use RxJava for multithreading of reads and of writes



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)