Repository: incubator-streams-examples
Updated Branches:
  refs/heads/master b43035722 -> 1d5503e22


STREAMS-255: remove streams-examples dependency on streams-master

commit 8e5b96669bdcbd23932b3da748937bf8f64e97a7
Author: Steve Blackmon <sblack...@apache.org>
Date:   Sat Jan 7 19:05:20 2017 -0600

    fix a few things about examples website from STREAMS-255

commit 9a5e285db03e0a1f4806516681b618dd3be589a2
Author: Steve Blackmon <sblack...@apache.org>
Date:   Sat Jan 7 17:33:23 2017 -0600

    STREAMS-255: remove streams-examples dependency on streams-master


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

Branch: refs/heads/master
Commit: 1d5503e22954ad6511f515d5cba3ce0b1d73c1c2
Parents: b430357
Author: Steve Blackmon @steveblackmon <sblack...@apache.org>
Authored: Mon Jan 16 11:00:33 2017 +0100
Committer: Steve Blackmon @steveblackmon <sblack...@apache.org>
Committed: Mon Jan 16 11:00:33 2017 +0100

----------------------------------------------------------------------
 flink/src/site/site.xml                         |  4 +-
 local/elasticsearch-hdfs/src/site/site.xml      |  4 +-
 local/elasticsearch-reindex/src/site/site.xml   |  4 +-
 .../mongo-elasticsearch-sync/src/site/site.xml  | 13 ++----
 local/src/site/site.xml                         | 27 ------------
 local/twitter-follow-neo4j/src/site/site.xml    |  6 +--
 .../src/site/site.xml                           | 23 ++--------
 .../src/site/site.xml                           | 23 ++--------
 pom.xml                                         | 46 +-------------------
 src/site/markdown/credentials/twitter.md        | 24 ----------
 src/site/markdown/index.md                      | 11 +++++
 src/site/markdown/install/docker.md             | 24 ----------
 src/site/markdown/install/git.md                | 15 -------
 src/site/markdown/install/java.md               | 18 --------
 src/site/markdown/install/maven.md              | 21 ---------
 src/site/markdown/install/sbt.md                | 17 --------
 src/site/markdown/services/elasticsearch.md     | 35 ---------------
 src/site/markdown/services/mongo.md             | 34 ---------------
 src/site/markdown/services/neo4j.md             | 29 ------------
 src/site/site.xml                               | 45 ++++++++++++++-----
 20 files changed, 65 insertions(+), 358 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/blob/1d5503e2/flink/src/site/site.xml
----------------------------------------------------------------------
diff --git a/flink/src/site/site.xml b/flink/src/site/site.xml
index 382b3f2..3aba392 100644
--- a/flink/src/site/site.xml
+++ b/flink/src/site/site.xml
@@ -18,8 +18,8 @@
   -->
 <project>
     <body>
-        <menu name="Runtime">
+        <menu name="Setup">
             <item name="Flink" href="../flink.html"/>
         </menu>
     </body>
-</project>
\ No newline at end of file
+</project>

http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/blob/1d5503e2/local/elasticsearch-hdfs/src/site/site.xml
----------------------------------------------------------------------
diff --git a/local/elasticsearch-hdfs/src/site/site.xml 
b/local/elasticsearch-hdfs/src/site/site.xml
index 2520343..5fb3b4d 100644
--- a/local/elasticsearch-hdfs/src/site/site.xml
+++ b/local/elasticsearch-hdfs/src/site/site.xml
@@ -19,7 +19,7 @@
 <project>
     <body>
         <menu name="Services">
-            <item name="Elasticsearch" 
href="../../services/elasticsearch.html"/>
+            <item name="Elasticsearch" 
href="../../../streams-project/services/elasticsearch.html"/>
         </menu>
     </body>
-</project>
\ No newline at end of file
+</project>

http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/blob/1d5503e2/local/elasticsearch-reindex/src/site/site.xml
----------------------------------------------------------------------
diff --git a/local/elasticsearch-reindex/src/site/site.xml 
b/local/elasticsearch-reindex/src/site/site.xml
index 2520343..5fb3b4d 100644
--- a/local/elasticsearch-reindex/src/site/site.xml
+++ b/local/elasticsearch-reindex/src/site/site.xml
@@ -19,7 +19,7 @@
 <project>
     <body>
         <menu name="Services">
-            <item name="Elasticsearch" 
href="../../services/elasticsearch.html"/>
+            <item name="Elasticsearch" 
href="../../../streams-project/services/elasticsearch.html"/>
         </menu>
     </body>
-</project>
\ No newline at end of file
+</project>

http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/blob/1d5503e2/local/mongo-elasticsearch-sync/src/site/site.xml
----------------------------------------------------------------------
diff --git a/local/mongo-elasticsearch-sync/src/site/site.xml 
b/local/mongo-elasticsearch-sync/src/site/site.xml
index 92baae0..ddf50f2 100644
--- a/local/mongo-elasticsearch-sync/src/site/site.xml
+++ b/local/mongo-elasticsearch-sync/src/site/site.xml
@@ -17,17 +17,10 @@
   ~ under the License.
   -->
 <project>
-    <custom>
-        <fluidoSkin>
-            <topBarEnabled>false</topBarEnabled>
-            <navBarStyle>navbar-inverse</navBarStyle>
-            <sideBarEnabled>true</sideBarEnabled>
-        </fluidoSkin>
-    </custom>
     <body>
         <menu name="Services">
-            <item name="Elasticsearch" 
href="../../services/elasticsearch.html"/>
-            <item name="Mongo" href="../../services/mongo.html"/>
+            <item name="Elasticsearch" 
href="../../../streams-project/services/elasticsearch.html"/>
+            <item name="Mongo" 
href="../../../streams-project/services/mongo.html"/>
         </menu>
     </body>
-</project>
\ No newline at end of file
+</project>

http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/blob/1d5503e2/local/src/site/site.xml
----------------------------------------------------------------------
diff --git a/local/src/site/site.xml b/local/src/site/site.xml
deleted file mode 100644
index f9fbfac..0000000
--- a/local/src/site/site.xml
+++ /dev/null
@@ -1,27 +0,0 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
-<!--
-  ~ 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
-  ~
-  ~   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.
-  -->
-<project>
-    <custom>
-        <fluidoSkin>
-            <topBarEnabled>false</topBarEnabled>
-            <navBarStyle>navbar-inverse</navBarStyle>
-            <sideBarEnabled>true</sideBarEnabled>
-        </fluidoSkin>
-    </custom>
-</project>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/blob/1d5503e2/local/twitter-follow-neo4j/src/site/site.xml
----------------------------------------------------------------------
diff --git a/local/twitter-follow-neo4j/src/site/site.xml 
b/local/twitter-follow-neo4j/src/site/site.xml
index 1d1471a..e237768 100644
--- a/local/twitter-follow-neo4j/src/site/site.xml
+++ b/local/twitter-follow-neo4j/src/site/site.xml
@@ -19,10 +19,10 @@
 <project>
     <body>
         <menu name="Credentials">
-            <item name="Twitter" href="../../credentials/twitter.html"/>
+            <item name="Twitter" 
href="../../../streams-project/credentials/twitter.html"/>
         </menu>
         <menu name="Services">
-            <item name="Neo4j" href="../../services/neo4j.html"/>
+            <item name="Neo4j" 
href="../../../streams-project/services/neo4j.html"/>
         </menu>
     </body>
-</project>
\ No newline at end of file
+</project>

http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/blob/1d5503e2/local/twitter-history-elasticsearch/src/site/site.xml
----------------------------------------------------------------------
diff --git a/local/twitter-history-elasticsearch/src/site/site.xml 
b/local/twitter-history-elasticsearch/src/site/site.xml
index 0fafb0e..9033276 100644
--- a/local/twitter-history-elasticsearch/src/site/site.xml
+++ b/local/twitter-history-elasticsearch/src/site/site.xml
@@ -17,29 +17,12 @@
   ~ under the License.
   -->
 <project>
-    <custom>
-        <fluidoSkin>
-            <topBarEnabled>false</topBarEnabled>
-            <navBarStyle>navbar-inverse</navBarStyle>
-            <sideBarEnabled>true</sideBarEnabled>
-            <!--<gitHub>-->
-            <!--<projectId>apache/incubator-streams-examples</projectId>-->
-            <!--<ribbonOrientation>right</ribbonOrientation>-->
-            <!--<ribbonColor>black</ribbonColor>-->
-            <!--</gitHub>-->
-            <!--<twitter>-->
-            <!--<user>ApacheStreams</user>-->
-            <!--<showUser>true</showUser>-->
-            <!--<showFollowers>true</showFollowers>-->
-            <!--</twitter>-->
-        </fluidoSkin>
-    </custom>
     <body>
         <menu name="Credentials">
-            <item name="Twitter" href="../../credentials/twitter.html"/>
+            <item name="Twitter" 
href="../../../streams-project/credentials/twitter.html"/>
         </menu>
         <menu name="Services">
-            <item name="Elasticsearch" 
href="../../services/elasticsearch.html"/>
+            <item name="Elasticsearch" 
href="../../../streams-project/services/elasticsearch.html"/>
         </menu>
     </body>
-</project>
\ No newline at end of file
+</project>

http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/blob/1d5503e2/local/twitter-userstream-elasticsearch/src/site/site.xml
----------------------------------------------------------------------
diff --git a/local/twitter-userstream-elasticsearch/src/site/site.xml 
b/local/twitter-userstream-elasticsearch/src/site/site.xml
index 0fafb0e..9033276 100644
--- a/local/twitter-userstream-elasticsearch/src/site/site.xml
+++ b/local/twitter-userstream-elasticsearch/src/site/site.xml
@@ -17,29 +17,12 @@
   ~ under the License.
   -->
 <project>
-    <custom>
-        <fluidoSkin>
-            <topBarEnabled>false</topBarEnabled>
-            <navBarStyle>navbar-inverse</navBarStyle>
-            <sideBarEnabled>true</sideBarEnabled>
-            <!--<gitHub>-->
-            <!--<projectId>apache/incubator-streams-examples</projectId>-->
-            <!--<ribbonOrientation>right</ribbonOrientation>-->
-            <!--<ribbonColor>black</ribbonColor>-->
-            <!--</gitHub>-->
-            <!--<twitter>-->
-            <!--<user>ApacheStreams</user>-->
-            <!--<showUser>true</showUser>-->
-            <!--<showFollowers>true</showFollowers>-->
-            <!--</twitter>-->
-        </fluidoSkin>
-    </custom>
     <body>
         <menu name="Credentials">
-            <item name="Twitter" href="../../credentials/twitter.html"/>
+            <item name="Twitter" 
href="../../../streams-project/credentials/twitter.html"/>
         </menu>
         <menu name="Services">
-            <item name="Elasticsearch" 
href="../../services/elasticsearch.html"/>
+            <item name="Elasticsearch" 
href="../../../streams-project/services/elasticsearch.html"/>
         </menu>
     </body>
-</project>
\ No newline at end of file
+</project>

http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/blob/1d5503e2/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index ac7d7f3..c2fa8ac 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,7 +20,7 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
     <modelVersion>4.0.0</modelVersion>
     <parent>
-        <artifactId>streams-master</artifactId>
+        <artifactId>streams-project</artifactId>
         <groupId>org.apache.streams</groupId>
         <version>0.5-incubating-SNAPSHOT</version>
     </parent>
@@ -51,46 +51,15 @@
         <tag>HEAD</tag>
     </scm>
 
-    <developers>
-        <developer>
-            <id>sblackmon</id>
-            <name>Steve Blackmon</name>
-            <email>sblack...@apache.org</email>
-            <url>https://github.com/steveblackmon</url>
-            <organization>Apache Software Foundation</organization>
-            
<organizationUrl>http://streams.incubator.apache.org</organizationUrl>
-        </developer>
-    </developers>
-
-    <issueManagement>
-        <system>JIRA</system>
-        <url>https://issues.apache.org/jira/browse/STREAMS</url>
-    </issueManagement>
-
     <ciManagement>
         <system>jenkins</system>
-        <url>http://builds.apache.org/job/Streams%20Examples/</url>
+        <url>http://builds.apache.org/job/streams-examples/</url>
     </ciManagement>
 
     <prerequisites>
         <maven>3.0.5</maven>
     </prerequisites>
 
-    <mailingLists>
-        <mailingList>
-            <name>Dev Mailing List</name>
-            <post>d...@streams.incubator.apache.org</post>
-            <subscribe>dev-subscr...@streams.incubator.apache.org</subscribe>
-            
<unsubscribe>dev-unsubscr...@streams.incubator.apache.org</unsubscribe>
-        </mailingList>
-        <mailingList>
-            <name>User Mailing List</name>
-            <post>u...@streams.incubator.apache.org</post>
-            <subscribe>user-subscr...@streams.incubator.apache.org</subscribe>
-            
<unsubscribe>user-unsubscr...@streams.incubator.apache.org</unsubscribe>
-        </mailingList>
-    </mailingLists>
-
     <distributionManagement>
         <site>
             <id>streams.site.examples</id>
@@ -144,17 +113,6 @@
                 <enabled>false</enabled>
             </snapshots>
         </repository>
-        <repository>
-            <id>cloudera-repo</id>
-            <name>Cloudera Repository</name>
-            
<url>https://repository.cloudera.com/artifactory/cloudera-repos</url>
-            <releases>
-                <enabled>true</enabled>
-            </releases>
-            <snapshots>
-                <enabled>false</enabled>
-            </snapshots>
-        </repository>
     </repositories>
 
     <properties>

http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/blob/1d5503e2/src/site/markdown/credentials/twitter.md
----------------------------------------------------------------------
diff --git a/src/site/markdown/credentials/twitter.md 
b/src/site/markdown/credentials/twitter.md
deleted file mode 100644
index 4960ccb..0000000
--- a/src/site/markdown/credentials/twitter.md
+++ /dev/null
@@ -1,24 +0,0 @@
-## Twitter Credentials
-
-Create a local file `twitter.oauth.conf` with valid twitter credentials
-
-    twitter {
-      oauth {
-        consumerKey = ""
-        consumerSecret = ""
-        accessToken = ""
-        accessTokenSecret = ""
-      }
-    }
-
-Log into developer.twitter.com
-
-Visit https://apps.twitter.com and create an application.
-
-Select your application and click into 'Keys and Access Tokens'
-
-The consumerKey and consumerSecret are application-wide.
-
-The accessToken and accessTokenSecret are per-user.
-
-###### Licensed under Apache License 2.0 - 
http://www.apache.org/licenses/LICENSE-2.0

http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/blob/1d5503e2/src/site/markdown/index.md
----------------------------------------------------------------------
diff --git a/src/site/markdown/index.md b/src/site/markdown/index.md
new file mode 100644
index 0000000..e2c6e2d
--- /dev/null
+++ b/src/site/markdown/index.md
@@ -0,0 +1,11 @@
+## Overview
+
+Apache Streams (incubating) unifies a diverse world of digital profiles and 
online activities into common formats and vocabularies, and makes these 
datasets accessible across a variety of databases, devices, and platforms for 
streaming, browsing, search, sharing, and analytics use-cases.
+
+## How do I use Streams?
+This repository contains officially maintained examples of how to compose and 
run streams in various contexts.
+
+### Disclaimer
+Apache Streams is an effort undergoing incubation at [The Apache Software 
Foundation (ASF)](http://apache.org) sponsored by the [Apache Incubator 
PMC](http://incubator.apache.org). Incubation is required of all newly accepted 
projects until a further review indicates that the infrastructure, 
communications, and decision making process have stabilized in a manner 
consistent with other successful ASF projects. While incubation status is not 
necessarily a reflection of the completeness or stability of the code, it does 
indicate that the project has yet to be fully endorsed by the ASF.
+
+###### Licensed under Apache License 2.0 - 
http://www.apache.org/licenses/LICENSE-2.0

http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/blob/1d5503e2/src/site/markdown/install/docker.md
----------------------------------------------------------------------
diff --git a/src/site/markdown/install/docker.md 
b/src/site/markdown/install/docker.md
deleted file mode 100644
index 996bd4e..0000000
--- a/src/site/markdown/install/docker.md
+++ /dev/null
@@ -1,24 +0,0 @@
-## Docker
-
-Run from your command line:
-
-    docker version
-
-| Possible result | Explanation |
-|-----------------|-------------|
-| bash: docker: No such file or directory | You need to install docker |
-| Client: Version: < 1.0.0 | You need a newer version of docker |
-| Server: Version: < 1.0.0 | You need a newer version of docker |
-| Client: Version: > 1.0.0\nServer: Version: > 1.0.0 | You are all good |
-
-If you need to install docker, start here:
-
-[https://docs.docker.com/engine/installation/](https://docs.docker.com/engine/installation/)
-
-Run from your command line:
-
-    docker ps
-
-If you see a (possibly empty) list of running containers, you are good.
-
-###### Licensed under Apache License 2.0 - 
http://www.apache.org/licenses/LICENSE-2.0

http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/blob/1d5503e2/src/site/markdown/install/git.md
----------------------------------------------------------------------
diff --git a/src/site/markdown/install/git.md b/src/site/markdown/install/git.md
deleted file mode 100644
index c1aad85..0000000
--- a/src/site/markdown/install/git.md
+++ /dev/null
@@ -1,15 +0,0 @@
-#### Git
-
-    git -version
-
-| Possible result | Explanation |
-|-----------------|-------------|
-| bash: git: No such file or directory | You need to install git |
-| git version < 2.7 | You should upgrade git for security reasons |
-| git version > 2.7 | You are all good |
-
-If you need to install docker, start here:
-
-[https://git-scm.com/book/en/v2/Getting-Started-Installing-Git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git)
-
-###### Licensed under Apache License 2.0 - 
http://www.apache.org/licenses/LICENSE-2.0

http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/blob/1d5503e2/src/site/markdown/install/java.md
----------------------------------------------------------------------
diff --git a/src/site/markdown/install/java.md 
b/src/site/markdown/install/java.md
deleted file mode 100644
index 24b527f..0000000
--- a/src/site/markdown/install/java.md
+++ /dev/null
@@ -1,18 +0,0 @@
-#### Java SDK
-
-Run from your command line:
-
-    java -version
-
-| Possible result | Explanation |
-|-----------------|-------------|
-| Java Version >= 1.7.0u72) | You're all good |
-| Java Version >= 1.8.0u25) | You're all good |
-| Java Version < 1.7.0u72 | You need a newer JDK |
-| Java Version < 1.8.0u25 | You need a newer JDK |
-
-If you need to install or upgrade Java, start here:
-
-[http://www.oracle.com/technetwork/java/javase/downloads/index.html](http://www.oracle.com/technetwork/java/javase/downloads/index.html)
-
-###### Licensed under Apache License 2.0 - 
http://www.apache.org/licenses/LICENSE-2.0

http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/blob/1d5503e2/src/site/markdown/install/maven.md
----------------------------------------------------------------------
diff --git a/src/site/markdown/install/maven.md 
b/src/site/markdown/install/maven.md
deleted file mode 100644
index 17d8d3a..0000000
--- a/src/site/markdown/install/maven.md
+++ /dev/null
@@ -1,21 +0,0 @@
-#### Maven
-
-Run from your command line:
-
-    mvn -version
-
-| Possible result | Explanation |
-|-----------------|-------------|
-| -bash: mvn: command not found | You need to install maven |
-| Error: JAVA_HOME is not defined correctly. | You need to install JDK |
-| Apache Maven >= 3.2.5+\nJava Version >= 1.7.0u72) | You're all good |
-| Apache Maven >= 3.2.5+\nJava Version >= 1.8.0u25) | You're all good |
-| Apache Maven < 3.2.5 | You need a newer version of maven |
-| Java Version < 1.7.0u72 | You need a newer version of maven |
-| Java Version < 1.8.0u25 | You need a newer JDK |
-
-If you need to install maven, start here:
-
-[http://maven.apache.org/install.html](http://maven.apache.org/install.html)
-
-###### Licensed under Apache License 2.0 - 
http://www.apache.org/licenses/LICENSE-2.0

http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/blob/1d5503e2/src/site/markdown/install/sbt.md
----------------------------------------------------------------------
diff --git a/src/site/markdown/install/sbt.md b/src/site/markdown/install/sbt.md
deleted file mode 100644
index b8bc684..0000000
--- a/src/site/markdown/install/sbt.md
+++ /dev/null
@@ -1,17 +0,0 @@
-## SBT
-
-Run from your command line:
-
-    sbt
-
-| Possible result | Explanation |
-|-----------------|-------------|
-| bash: sbt: command not found | You need to install sbt |
-
-You should really install sbt-extras, like this:
-
-    curl -s https://raw.githubusercontent.com/paulp/sbt-extras/master/sbt > 
/usr/bin/sbtx && chmod 0755 /usr/bin/sbtx
-
-Now you can easily run the streams examples using SBT, like a boss.
-
-###### Licensed under Apache License 2.0 - 
http://www.apache.org/licenses/LICENSE-2.0

http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/blob/1d5503e2/src/site/markdown/services/elasticsearch.md
----------------------------------------------------------------------
diff --git a/src/site/markdown/services/elasticsearch.md 
b/src/site/markdown/services/elasticsearch.md
deleted file mode 100644
index 58d096b..0000000
--- a/src/site/markdown/services/elasticsearch.md
+++ /dev/null
@@ -1,35 +0,0 @@
-## Elasticsearch
-
-Start elasticsearch via docker with the docker maven plugin:
-
-    docker -PdockerITs docker:start
-
-Confirm that elasticsearch is running:
-
-    docker ps
-
-Confirm that host and post(s) are in property file:
-
-    cat elasticsearch.properties
-
-Create a local file `elasticsearch.conf` with cluster details:
-
-    elasticsearch {
-      hosts += ${es.tcp.host}
-      port = ${es.tcp.port}
-      clusterName = "elasticsearch"
-    }
-
-When configuring a stream, include these files:
-
-    include "elasticsearch.properties"
-    include "elasticsearch.conf"
-
-Supply application-specific configuration as well:
-
-    elasticsearch {
-        index: ""
-        type: ""
-    }
-
-###### Licensed under Apache License 2.0 - 
http://www.apache.org/licenses/LICENSE-2.0

http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/blob/1d5503e2/src/site/markdown/services/mongo.md
----------------------------------------------------------------------
diff --git a/src/site/markdown/services/mongo.md 
b/src/site/markdown/services/mongo.md
deleted file mode 100644
index c2b182d..0000000
--- a/src/site/markdown/services/mongo.md
+++ /dev/null
@@ -1,34 +0,0 @@
-## Mongo
-
-Start mongo via docker with the docker maven plugin:
-
-    docker -PdockerITs docker:start
-
-Confirm that elasticsearch is running:
-
-    docker ps
-
-Confirm that host and post(s) are in property file:
-
-    cat mongo.properties
-
-Create a local file `elasticsearch.conf` with cluster details:
-
-    mongo {
-      host = ${mongo.tcp.host}
-      port = ${mongo.tcp.port}
-    }
-
-When configuring a stream, include these files:
-
-    include "mongo.properties"
-    include "mongo.conf"
-
-Supply application-specific configuration as well:
-
-    mongo {
-        db: "",
-        collection: ""
-    }
-
-###### Licensed under Apache License 2.0 - 
http://www.apache.org/licenses/LICENSE-2.0

http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/blob/1d5503e2/src/site/markdown/services/neo4j.md
----------------------------------------------------------------------
diff --git a/src/site/markdown/services/neo4j.md 
b/src/site/markdown/services/neo4j.md
deleted file mode 100644
index 1d88ed0..0000000
--- a/src/site/markdown/services/neo4j.md
+++ /dev/null
@@ -1,29 +0,0 @@
-## Neo4j
-
-Start mongo via docker with the docker maven plugin:
-
-    docker -PdockerITs docker:start
-
-Confirm that elasticsearch is running:
-
-    docker ps
-
-Confirm that host and post(s) are in property file:
-
-    cat neo4j.properties
-
-Create a local file `neo4j.conf` with cluster details:
-
-    neo4j {
-      hostname = ${neo4j.tcp.host}
-      port = ${neo4j.tcp.port}
-      type = "neo4j"
-      graph = "data"
-    }
-
-When configuring a stream, include these files:
-
-    include "neo4j.properties"
-    include "neo4j.conf"
-
-###### Licensed under Apache License 2.0 - 
http://www.apache.org/licenses/LICENSE-2.0

http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/blob/1d5503e2/src/site/site.xml
----------------------------------------------------------------------
diff --git a/src/site/site.xml b/src/site/site.xml
index b85609c..4e2b076 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -19,20 +19,43 @@
 <project>
     <custom>
         <fluidoSkin>
-            <topBarEnabled>false</topBarEnabled>
+            <topBarEnabled>true</topBarEnabled>
             <navBarStyle>navbar-inverse</navBarStyle>
-            <sideBarEnabled>true</sideBarEnabled>
+            <sideBarEnabled>false</sideBarEnabled>
+            <gitHub>
+                <projectId>apache/incubator-streams-examples</projectId>
+                <ribbonOrientation>right</ribbonOrientation>
+                <ribbonColor>black</ribbonColor>
+            </gitHub>
+            <twitter>
+                <user>ApacheStreams</user>
+                <showUser>true</showUser>
+                <showFollowers>true</showFollowers>
+            </twitter>
         </fluidoSkin>
     </custom>
     <body>
-        <menu name="Overview" />
-        <menu name="Projects" />
-        <menu name="Resources" inherit="bottom" >
-            <item name="Install Git" href="install/git.html"/>
-            <item name="Install Java" href="install/java.html"/>
-            <item name="Install Maven" href="install/maven.html"/>
-            <item name="Install Docker" href="install/docker.html"/>
-            <item name="Install SBT" href="install/sbt.html"/>
+        <menu name="Examples" inherit="top">
+            <item name="Flink" href="streams-examples-flink/index.html"/>
+            <item name="Local" href="streams-examples-local/index.html"/>
         </menu>
+        <breadcrumbs>
+            <item name="Incubator" href="http://incubator.apache.org/"/>
+            <item name="Streams" 
href="http://streams.incubator.apache.org/site/latest/streams-project"/>
+            <item name="Examples" 
href="http://streams.incubator.apache.org/site/latest/streams-examples"/>
+        </breadcrumbs>
+        <head>
+            <![CDATA[
+            <script>
+                
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+                (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new 
Date();a=s.createElement(o),
+                
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+                
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
+
+                ga('create', 'UA-77087101-1', 'auto');
+                ga('send', 'pageview');
+            </script>
+            ]]>
+        </head>
     </body>
-</project>
\ No newline at end of file
+</project>

Reply via email to