GitHub user steveblackmon opened a pull request:

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

    STREAMS-344: streams-persist-neo4j

    now that neo4j-java-driver is apache licensed, we can support binding to 
the binary bolt endpoint to write and read streams data.
    
    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.

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/348.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 #348
    
----
commit 1f4e175cf84a208252d488c2858ea420af0642f9
Author: Steve Blackmon <sblack...@apache.org>
Date:   2017-01-03T00:11:01Z

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

commit ee700fd16e8631bdb0fb453d686beef4167af13b
Author: Steve Blackmon <sblack...@apache.org>
Date:   2017-01-03T01:42:33Z

    add constructor

----


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to