Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

commit batch/dataset_transformation.md #22

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 13 additions & 14 deletions concept.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@
* [基本API介绍](https://ci.apache.org/projects/flink/flink-docs-release-1.6/dev/api_concepts.html)
* batch
* [概览 认领 by _coderrr 翻译中](https://ci.apache.org/projects/flink/flink-docs-release-1.6/dev/batch/)
* [转换 认领 by zhengqiangtan](https://ci.apache.org/projects/flink/flink-docs-release-1.6/dev/batch/dataset_transformations.html)
* [转换](doc/batch/dataset_transformations.md)
* [Fault Tolerance](https://ci.apache.org/projects/flink/flink-docs-release-1.6/dev/batch/fault_tolerance.html)
* [Iterations](https://ci.apache.org/projects/flink/flink-docs-release-1.6/dev/batch/iterations.html)
* [Zipping Elements](https://ci.apache.org/projects/flink/flink-docs-release-1.6/dev/batch/zip_elements_guide.html)
* [Connectors](https://ci.apache.org/projects/flink/flink-docs-release-1.6/dev/batch/connectors.html)
* [Hadoop Compatibility](https://ci.apache.org/projects/flink/flink-docs-release-1.6/dev/batch/hadoop_compatibility.html)
* [本地执行](https://ci.apache.org/projects/flink/flink-docs-release-1.6/dev/local_execution.html)
* [本地执行](doc/batch/local_execution.html)
* [集群执行](doc/batch/ClusterExecution.md)
* streaming
* [概览](认领 by wayblink,翻译中)(https://ci.apache.org/projects/flink/flink-docs-release-1.6/dev/datastream_api.html)
* [概述](doc/streaming/overview.md)
* 事件时间
* [事件时间](https://ci.apache.org/projects/flink/flink-docs-release-1.6/dev/event_time.html)
* [产生时间戳和水印](https://ci.apache.org/projects/flink/flink-docs-release-1.6/dev/event_timestamps_watermarks.html)
Expand All @@ -35,9 +35,9 @@
* Operators
* [Operators](https://ci.apache.org/projects/flink/flink-docs-release-1.6/dev/stream/operators/)
* [windows](https://ci.apache.org/projects/flink/flink-docs-release-1.6/dev/stream/operators/windows.html)
* [Joining](https://ci.apache.org/projects/flink/flink-docs-release-1.6/dev/stream/operators/joining.html)
* [Joining](doc/Operators/join.md)
* [Process Function](https://ci.apache.org/projects/flink/flink-docs-release-1.6/dev/stream/operators/process_function.html)
* [Asynchronous I/O](https://ci.apache.org/projects/flink/flink-docs-release-1.6/dev/stream/operators/asyncio.html)
* [Asynchronous I/O](doc/Operators/AsynchronousIO.md)
* Streaming Connectors
* [Streaming Connectors](https://ci.apache.org/projects/flink/flink-docs-release-1.6/dev/connectors/)
* [Fault Tolerance Guarantees](https://ci.apache.org/projects/flink/flink-docs-release-1.6/dev/connectors/guarantees.html)
Expand All @@ -46,22 +46,21 @@
* [HDFS Connector](https://ci.apache.org/projects/flink/flink-docs-release-1.6/dev/connectors/filesystem_sink.html)
* Side Outputs
* [Side Outputs](https://ci.apache.org/projects/flink/flink-docs-release-1.6/dev/stream/side_output.html)
* []()
* table
* [概览](doc/table/TableOverview.md)
* [概念 & 常用API](https://ci.apache.org/projects/flink/flink-docs-release-1.6/dev/table/common.html)
* [概览](认领 by Tomxl)(https://ci.apache.org/projects/flink/flink-docs-release-1.6/dev/table/)
* [概念 & 常用API](认领 by 清风)(https://ci.apache.org/projects/flink/flink-docs-release-1.6/dev/table/common.html)
* [Streaming Concepts](https://ci.apache.org/projects/flink/flink-docs-release-1.6/dev/table/streaming.html)
* [Connect to External Systems](https://ci.apache.org/projects/flink/flink-docs-release-1.6/dev/table/connect.html)
* [Table API](https://ci.apache.org/projects/flink/flink-docs-release-1.6/dev/table/tableApi.html)
* [SQL](https://ci.apache.org/projects/flink/flink-docs-release-1.6/dev/table/sql.html)
* [SQL](认领 by 浪尖)(https://ci.apache.org/projects/flink/flink-docs-release-1.6/dev/table/sql.html)
* [User-defined Sources & Sinks](https://ci.apache.org/projects/flink/flink-docs-release-1.6/dev/table/sourceSinks.html)
* [User-defined Functions](doc/table/UDF.md)
* [SQL Client Beta](https://ci.apache.org/projects/flink/flink-docs-release-1.6/dev/table/sqlClient.html)
* Data Types & Serialization
* [overview](https://ci.apache.org/projects/flink/flink-docs-release-1.6/dev/types_serialization.html)
* [Custom Serializers](https://ci.apache.org/projects/flink/flink-docs-release-1.6/dev/custom_serializers.html)
* Managing Execution
* [Execution Configuration](https://ci.apache.org/projects/flink/flink-docs-release-1.6/dev/execution_configuration.html)
* [Execution Configuration](doc/ManagExecution/ExecutionConfiguration.md)
* [Program Packaging](https://ci.apache.org/projects/flink/flink-docs-release-1.6/dev/packaging.html)
* [Parallel Execution](doc/ManagExecution/ParallelExecution.md)
* [Execution Plans](doc/ManagExecution/ExecutionPlans.md)
Expand All @@ -71,10 +70,10 @@
* [Event Processing (CEP)](doc/CEP/FlinkCEPOfficeWeb.md)

* State & Fault Tolerance
* [checkpoints](认领 by heitao,翻译中)(doc/State & Fault Tolerance/checkpoints.md)
* [savepoints](https://ci.apache.org/projects/flink/flink-docs-release-1.6/ops/state/savepoints.html)
* [State Backends](https://ci.apache.org/projects/flink/flink-docs-release-1.6/ops/state/state_backends.html)
* [Tuning Checkpoints and Large State](https://ci.apache.org/projects/flink/flink-docs-release-1.6/ops/state/large_state_tuning.html)
* [checkpoints](认领 by heitao,翻译完毕)(doc/State & Fault Tolerance/checkpoints.md)
* [savepoints](认领 by heitao,翻译完毕)(doc/State & Fault Tolerance/Savepoints.md)
* [State Backends](认领 by heitao,翻译完毕)(doc/State & Fault Tolerance/State Backends.md)
* [Tuning Checkpoints and Large State](认领 by heitao,翻译完毕)(doc/State & Fault Tolerance/Tuning Checkpoints and Large State.md)

* Debugging & Monitoring
* [Metrics](https://ci.apache.org/projects/flink/flink-docs-release-1.6/monitoring/metrics.html)
Expand Down
Loading