time有3类 event time Ingestion time 和 Processing Time
flink程序的常规步骤:
* Obtain an execution environment,
* Load/create the initial data,
* Specify transformations on this data,
* Specify where to put the results of your computations,
* Trigger the program execution