您的位置:首页 > 其它

<译>Flink官方文档-Flink概述

2015-12-08 21:56 417 查看

Overview

This documentation is for Apache Flink version 1.0-SNAPSHOT, which is the current development version of the next upcoming major release of Apache Flink.

Apache Flink is an open source platform for distributed stream and batch data processing. Flink’s core is a streaming dataflow engine that provides data distribution, communication, and fault tolerance for distributed computations over data streams. Flink also builds batch processing on top of the streaming engine, overlaying native iteration support, managed memory, and program optimization.

If you want to write your first program, look at one of the available quickstarts, and refer to the DataSet API guide or the DataStream API guide.

Stack

This is an overview of Flink’s stack. Click on any component to go to the respective documentation page.

内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: