GitHub user ktzoumas opened a pull request: https://github.com/apache/flink/pull/1208
[FLINK-2779][FLINK-2794][streaming][docs] New DataStream API programming guide Not good to merge. I am putting this up for discussion, but it depends on several pull requests that need to be merged first. This is a draft of a new DataStream programming guide. The main differences are: - Several new additions (merged or under way), including the new window builders are documented - An effort has been made to make the DataStream guide stand-alone, without depending on the DataSet guide. This is not fully achieved yet, as several parts that are common to the two APIs are documented in the DataSet guide and linked to by the DataStream guide. Scala is currently missing, but I plan to cover it, as well as do a more thorough check (if links are working, proper indentation, fix some incorrect class names etc). @aljoscha can you take a look and see if this reflects correctly your recent changes? You can merge this pull request into a Git repository by running: $ git pull https://github.com/ktzoumas/incubator-flink new_streaming-docs Alternatively you can review and apply these changes as the patch at: https://github.com/apache/flink/pull/1208.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #1208 ---- commit d9c2b6de6c378e151a5739af8d6c87bd12c67db6 Author: Kostas Tzoumas <kostas.tzou...@gmail.com> Date: 2015-10-01T17:54:27Z New DataStream API programming guide ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---