You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streams.apache.org by steveblackmon <gi...@git.apache.org> on 2017/01/03 00:26:24 UTC

[GitHub] incubator-streams pull request #347: new neo4j module with bolt:// and http:...

GitHub user steveblackmon opened a pull request:

    https://github.com/apache/incubator-streams/pull/347

    new neo4j module with bolt:// and http:// support, and tests

    now that neo4j-java-driver is apache licensed, we can support binding to the binary bolt endpoint to write and read streams.
    
    everything related to neo4j is now in streams-persist-neo4j, leaving only interfaces in streams-persist-graph for now.
    
    unlike most other persisters, this module expects to find a valid activity or activityobject in the datum, not just any document, but then it is able to insert activityobjects as vertices and activities as edges connecting activityobjects.  
    
    for this reason the counts expected in the tests aren't exactly what might be expected.
    
    all in all an improvement in capability, flexibility, and performance over the prior streams-persist-graph which had no integration tests.

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

    $ git pull https://github.com/steveblackmon/incubator-streams STREAMS-344

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

    https://github.com/apache/incubator-streams/pull/347.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 #347
    
----
commit 1f4e175cf84a208252d488c2858ea420af0642f9
Author: Steve Blackmon <sb...@apache.org>
Date:   2017-01-03T00:11:01Z

    new neo4j module with bolt:// and http:// support, and tests

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-streams pull request #347: new neo4j module with bolt:// and http:...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/incubator-streams/pull/347


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---