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/07/03 01:45:08 UTC

[2/7] git commit: STREAMS-47

STREAMS-47


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

Branch: refs/heads/master
Commit: cae94d3f713c02a9d8689ec064d99328d4d60bf4
Parents: 74a3864
Author: sblackmon <sb...@w2odigital.com>
Authored: Wed Jun 25 16:47:29 2014 -0500
Committer: sblackmon <sb...@w2odigital.com>
Committed: Wed Jun 25 16:47:29 2014 -0500

----------------------------------------------------------------------
 streams-contrib/streams-persist-mongo/README.md | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/cae94d3f/streams-contrib/streams-persist-mongo/README.md
----------------------------------------------------------------------
diff --git a/streams-contrib/streams-persist-mongo/README.md b/streams-contrib/streams-persist-mongo/README.md
new file mode 100644
index 0000000..072ca72
--- /dev/null
+++ b/streams-contrib/streams-persist-mongo/README.md
@@ -0,0 +1,15 @@
+streams-persist-mongo
+=====================
+
+Read and write to MongoDB
+
+Example configuration:
+
+    {
+        "mongo": {
+            "host": "localhost",
+            "port": 27017,
+            "db": "local",
+            "collection": "startup_log"
+        }
+    }
\ No newline at end of file