You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by uc...@apache.org on 2015/04/10 12:22:12 UTC

flink git commit: [docs] Add clickable stack figure on overview page

Repository: flink
Updated Branches:
  refs/heads/master a4794631a -> 9ffcdf368


[docs] Add clickable stack figure on overview page

This commit adds a figure giving an overview of Flink's stack. Users can click
on components to go to the respective component docs.

This closes #585.


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

Branch: refs/heads/master
Commit: 9ffcdf368c9d5b7baaabc11eac84478d443260cc
Parents: a479463
Author: Ufuk Celebi <uc...@apache.org>
Authored: Thu Apr 9 15:04:45 2015 +0200
Committer: Ufuk Celebi <uc...@apache.org>
Committed: Fri Apr 10 12:21:43 2015 +0200

----------------------------------------------------------------------
 docs/img/overview-stack-0.9.png | Bin 0 -> 260807 bytes
 docs/index.md                   |  26 ++++++++++++++++++++++++++
 2 files changed, 26 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink/blob/9ffcdf36/docs/img/overview-stack-0.9.png
----------------------------------------------------------------------
diff --git a/docs/img/overview-stack-0.9.png b/docs/img/overview-stack-0.9.png
new file mode 100644
index 0000000..70b775a
Binary files /dev/null and b/docs/img/overview-stack-0.9.png differ

http://git-wip-us.apache.org/repos/asf/flink/blob/9ffcdf36/docs/index.md
----------------------------------------------------------------------
diff --git a/docs/index.md b/docs/index.md
index 517f9f3..7a7cd52 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -29,6 +29,32 @@ If you quickly want to try out the system, please look at one of the available q
 a thorough introduction of the Flink API please refer to the
 [Programming Guide](programming_guide.html).
 
+## Stack
+
+This is an overview of Flink's stack. Click on any component to go to the respective documentation.
+
+<img src="img/overview-stack-0.9.png" width="893" height="450" alt="Stack" usemap="#overview-stack">
+
+<map name="overview-stack">
+  <area shape="rect" coords="188,0,263,200" alt="Graph API: Gelly" href="gelly_guide.html">
+  <!-- <area shape="rect" coords="268,0,343,200" alt="Flink ML" href="ml.htm"> -->
+  <area shape="rect" coords="348,0,423,200" alt="Table" href="table.html">
+
+  <area shape="rect" coords="188,205,538,260" alt="DataSet API (Java/Scala)" href="programming_guide.html">
+  <area shape="rect" coords="543,205,893,260" alt="DataStream API (Java/Scala)" href="streaming_guide.html">
+
+  <area shape="rect" coords="188,275,538,330" alt="Optimizer" href="optimizer.html">
+  <!-- <area shape="rect" coords="543,275,893,330" alt="Stream Builder" href="streambuilder.html"> -->
+
+  <area shape="rect" coords="188,335,893,385" alt="Flink Runtime" href="internal_general_arch.html">
+
+  <area shape="rect" coords="188,405,328,455" alt="Local" href="local_execution.html">
+  <area shape="rect" coords="333,405,473,455" alt="Remote" href="cluster_execution.html">
+  <area shape="rect" coords="478,405,638,455" alt="Embedded" href="local_execution.html">
+  <area shape="rect" coords="643,405,765,455" alt="YARN" href="yarn_setup.html">
+  <area shape="rect" coords="770,405,893,455" alt="Tez" href="flink_on_tez_guide.html">
+</map>
+
 ## Download
 
 You can download Flink from the [downloads]({{ site.FLINK_DOWNLOAD_URL }}) page