sjwiesman opened a new pull request #8903: [FLINK-12747][docs] Getting Started - Table API Example Walkthrough URL: https://github.com/apache/flink/pull/8903 Based on #8873 ## What is the purpose of the change As part of Flip-42 we are introducing a new table based getting started guide. This introduction assumes no previous experience with Flink or stream processing and works within an IDE. ## Brief changelog ecbafb6 Adds a new module `flink-walkthrough-common` that users will include as a dependency when following along with the tutorial. It includes custom sources, sinks and UDFs which allows us to take advantage of more advanced features without exposing details to new users. 1182ddf Adds a table walkthrough archetype. Similar to the existing quickstart archetypes it allows users to quickly get a working project. It is different in that it includes extra dependencies and code specific to this walkthrough such as setting up the table environment and registering sources / sinks. 92c65df Adds the actual walkthrough under the getting started section of the docs.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
