blob: 549b42bec7368b7d5413db294edb1fe1c63b43c1 [file] [log] [blame] [view]
---
title: "Overview of Flink System Architecture & Internals"
---
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
-->
This documentation provides an overview of the architecture of the Flink system
and its components. It is intended as guide to contributors, and people
that are interested in the technology behind Flink.
*This documentation is maintained by the contributors of the individual components.
We kindly ask anyone that adds and changes components to eventually provide a patch
or pull request that updates these documents as well.*
## Architectures and Components
- [General Architecture and Process Model](internal_general_arch.html)
<!--
- [Life Cycle of a Program](program_life_cycle.html)
- [Jobs and Scheduling](job_scheduling.html)
- [Distributed Runtime](distributed_runtime.html)
- [Runtime Algorithms and Memory Management](operators_and_memory.html)
- [Program Optimizer](optimizer.html)
-->
- [How-to: Adding a new Operator](internal_add_operator.html)
<!--
- [Java API, Types, and Type Extraction](types.html)
-->
<!--
- [RPC and JobManager Communication](rpc_transfer.html)
-->
- [How-to: Using logging in Flink](internal_logging.html)