Flink’s core is a streaming dataflow engine that provides data distribution, communication, and fault tolerance for distributed computations over data streams.
flink’s core is a streaming dataflow engine that provides data distribution, communication, and fault tolerance for distributed computations over data streams.
flink includes several apis for creating applications that use the flink engine:
dataset api for static data embedded in java, scala, and python,datastream api for unbounded streams embedded in java and scala, andtable api with a sqllike expression language embedded in java and scala.flink also bundles libraries for domainspecific use cases:
machine learning library, andgelly, a graph processing api and library.you can integrate flink easily with other wellknown open source systems both for data input and output as well as deployment.
(previously stratosphere)
cloud-computing machine-learning big-data streaming data-analytics cluster-computing