sjwiesman commented on a change in pull request #14041:
URL: https://github.com/apache/flink/pull/14041#discussion_r522234783
##########
File path: docs/dev/python/index.md
##########
@@ -22,3 +23,43 @@ KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
-->
+
+<img src="{% link /fig/pyflink.svg %}" alt="PyFlink" class="offset"
width="50%" />
+
+PyFlink is a language for building unified batch and streaming workloads.
+This means real-time streaming pipelines, performing exploratory data
+analysis at scale, building machine learning pipelines, and creating ETLs for
a data platform.
+If you're already familiar with Python and libraries such as Pandas, then
PyFlink makes it simple
+to leverage the full capabilities of the Apache Flink ecosystem.
+
+The PyFlink Table API makes it simple to write powerful relational queries for
building reports and
+ETL pipelines.
+At the same time, the PyFlink DataStream API gives developers access to
low-level control over
+state and time, unlocking the full power of stream processing.
Review comment:
I like that. For future reference, we don't cross-link via the actual
url state should be:
```md
[state]({% link concepts/stateful-stream-processing.md}#what-is-state)
```
----------------------------------------------------------------
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]