You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streams.apache.org by sb...@apache.org on 2014/11/23 21:12:07 UTC

[22/28] incubator-streams git commit: Merge branch 'STREAMS-231' into steveblackmon-master

Merge branch 'STREAMS-231' into steveblackmon-master


Project: http://git-wip-us.apache.org/repos/asf/incubator-streams/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-streams/commit/b1ceaef7
Tree: http://git-wip-us.apache.org/repos/asf/incubator-streams/tree/b1ceaef7
Diff: http://git-wip-us.apache.org/repos/asf/incubator-streams/diff/b1ceaef7

Branch: refs/heads/master
Commit: b1ceaef776f1515f8f447b711b15735c5c8a1381
Parents: a6761f0 d471f34
Author: Steve Blackmon <sb...@w2odigital.com>
Authored: Sun Nov 23 13:07:00 2014 -0600
Committer: Steve Blackmon <sb...@w2odigital.com>
Committed: Sun Nov 23 13:07:00 2014 -0600

----------------------------------------------------------------------
 streams-contrib/pom.xml                         |   1 +
 streams-contrib/streams-persist-graph/README.md |  44 +++++
 streams-contrib/streams-persist-graph/pom.xml   |  96 +++++++++
 .../streams/graph/GraphPersistWriter.java       | 193 +++++++++++++++++++
 .../streams/graph/neo4j/CypherGraphUtil.java    | 147 ++++++++++++++
 .../streams/graph/GraphConfiguration.json       |  19 ++
 .../graph/GraphEdgeWriterConfiguration.json     |  30 +++
 .../graph/GraphVertexWriterConfiguration.json   |  30 +++
 .../serializer/util/TwitterActivityUtil.java    |   7 +-
 .../apache/streams/data/util/PropertyUtil.java  |  89 +++++++++
 10 files changed, 655 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/b1ceaef7/streams-contrib/pom.xml
----------------------------------------------------------------------