You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streams.apache.org by bu...@apache.org on 2016/10/03 21:01:37 UTC

svn commit: r998808 [25/50] - in /websites/staging/streams/trunk/content: ./ site/0.3-incubating/streams-examples/ site/0.3-incubating/streams-examples/css/ site/0.3-incubating/streams-examples/fonts/ site/0.3-incubating/streams-examples/images/ site/0...

Added: websites/staging/streams/trunk/content/site/0.3-incubating/streams-examples/streams-examples-local/mongo-elasticsearch-sync/application.json
==============================================================================
--- websites/staging/streams/trunk/content/site/0.3-incubating/streams-examples/streams-examples-local/mongo-elasticsearch-sync/application.json (added)
+++ websites/staging/streams/trunk/content/site/0.3-incubating/streams-examples/streams-examples-local/mongo-elasticsearch-sync/application.json Mon Oct  3 21:01:30 2016
@@ -0,0 +1,20 @@
+{
+    "$license": [
+        "http://www.apache.org/licenses/LICENSE-2.0"
+    ],
+    "source": {
+        "host": "localhost",
+        "port": 27017,
+        "db": "streams",
+        "collection": "activities"
+    },
+    "destination": {
+        "hosts": [
+            "localhost"
+        ],
+        "port": 9300,
+        "clusterName": "elasticsearch",
+        "index": "destination",
+        "type": "activity"
+    }
+}

Added: websites/staging/streams/trunk/content/site/0.3-incubating/streams-examples/streams-examples-local/mongo-elasticsearch-sync/css/apache-maven-fluido-1.5.min.css
==============================================================================
--- websites/staging/streams/trunk/content/site/0.3-incubating/streams-examples/streams-examples-local/mongo-elasticsearch-sync/css/apache-maven-fluido-1.5.min.css (added)
+++ websites/staging/streams/trunk/content/site/0.3-incubating/streams-examples/streams-examples-local/mongo-elasticsearch-sync/css/apache-maven-fluido-1.5.min.css Mon Oct  3 21:01:30 2016
@@ -0,0 +1,9 @@
+/*!
+ * Bootstrap v2.3.2
+ *
+ * Copyright 2013 Twitter, Inc
+ * Licensed under the Apache License v2.0
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Designed and built with all the love in the world by @mdo and @fat.

[... 3 lines stripped ...]
Added: websites/staging/streams/trunk/content/site/0.3-incubating/streams-examples/streams-examples-local/mongo-elasticsearch-sync/css/print.css
==============================================================================
--- websites/staging/streams/trunk/content/site/0.3-incubating/streams-examples/streams-examples-local/mongo-elasticsearch-sync/css/print.css (added)
+++ websites/staging/streams/trunk/content/site/0.3-incubating/streams-examples/streams-examples-local/mongo-elasticsearch-sync/css/print.css Mon Oct  3 21:01:30 2016
@@ -0,0 +1,23 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+
+/* $Id: print.css 1201871 2011-11-14 20:18:24Z simonetripodi $ */
+
+#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn {display: none !important;}
+#bodyColumn, body.docs div.docs {margin: 0 !important;border: none !important}
\ No newline at end of file

Added: websites/staging/streams/trunk/content/site/0.3-incubating/streams-examples/streams-examples-local/mongo-elasticsearch-sync/css/site.css
==============================================================================
--- websites/staging/streams/trunk/content/site/0.3-incubating/streams-examples/streams-examples-local/mongo-elasticsearch-sync/css/site.css (added)
+++ websites/staging/streams/trunk/content/site/0.3-incubating/streams-examples/streams-examples-local/mongo-elasticsearch-sync/css/site.css Mon Oct  3 21:01:30 2016
@@ -0,0 +1 @@
+/* You can override this file with your own styles */
\ No newline at end of file