You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by mj...@apache.org on 2015/11/13 11:13:35 UTC

[2/2] flink-web git commit: Rebuild web page

Rebuild web page


Project: http://git-wip-us.apache.org/repos/asf/flink-web/repo
Commit: http://git-wip-us.apache.org/repos/asf/flink-web/commit/f463ac5f
Tree: http://git-wip-us.apache.org/repos/asf/flink-web/tree/f463ac5f
Diff: http://git-wip-us.apache.org/repos/asf/flink-web/diff/f463ac5f

Branch: refs/heads/asf-site
Commit: f463ac5f55efca27902195de1da5f88bccc3d1f8
Parents: 27ad740
Author: mjsax <mj...@apache.org>
Authored: Fri Nov 13 11:12:24 2015 +0100
Committer: mjsax <mj...@apache.org>
Committed: Fri Nov 13 11:12:24 2015 +0100

----------------------------------------------------------------------
 content/community.html | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink-web/blob/f463ac5f/content/community.html
----------------------------------------------------------------------
diff --git a/content/community.html b/content/community.html
index 46e2987..ef200dc 100644
--- a/content/community.html
+++ b/content/community.html
@@ -168,6 +168,7 @@
       <li><a href="#bigpetstore">BigPetStore</a></li>
       <li><a href="#fastr">FastR</a></li>
       <li><a href="#apache-samoa">Apache SAMOA</a></li>
+      <li><a href="#python-examples-on-flink">Python Examples on Flink</a></li>
       <li><a href="#wordcount-example-in-clojure">WordCount Example in Clojure</a></li>
     </ul>
   </li>
@@ -439,6 +440,10 @@ See Suneel Marthi’s <a href="http://www.slideshare.net/FlinkForward/suneel-mar
 
 <p><a href="https://samoa.incubator.apache.org/">Apache SAMOA (incubating)</a> a streaming ML library featuring Flink an execution engine soon. Albert Bifet introduced SAMOA on Flink at his <a href="http://www.slideshare.net/FlinkForward/albert-bifet-apache-samoa-mining-big-data-streams-with-apache-flink?ref=http://flink-forward.org/?session=apache-samoa-mining-big-data-streams-with-apache-flink">Flink Forward talk</a>.</p>
 
+<h2 id="python-examples-on-flink">Python Examples on Flink</h2>
+
+<p>A <a href="https://github.com/wdm0006/flink-python-examples">collection of examples</a> using Apache Flink’s Python API.</p>
+
 <h2 id="wordcount-example-in-clojure">WordCount Example in Clojure</h2>
 
 <p>Small <a href="https://github.com/mjsax/flink-external/tree/master/flink-clojure">WordCount example</a> on how to write a Flink program in Clojure.</p>