Apache Flink

From air
Revision as of 11:31, 14 September 2016 by Donsez (talk | contribs) (Created page with "https://flink.apache.org/ ''Apache Flink® is an open source platform for distributed stream and batch data processing. Flink’s core is a streaming dataflow engine that pro...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

https://flink.apache.org/

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.

Getting started

Installation




Local execution

cd $FLINK_HOME
bin/start-local.sh


cd $FLINK_HOME
bin/start-scala-shell.sh


Cluster execution

Amazon AWS EC2