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/STREAMS-212 Commit: b1ceaef776f1515f8f447b711b15735c5c8a1381 Parents: a6761f0 d471f34 Author: Steve Blackmon <[email protected]> Authored: Sun Nov 23 13:07:00 2014 -0600 Committer: Steve Blackmon <[email protected]> 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 ----------------------------------------------------------------------
