-
Notifications
You must be signed in to change notification settings - Fork 2
Flink
Youngwoo Kim edited this page Aug 15, 2020
·
18 revisions
Tuning Flink Filesystem Plugins for State Persistence - Scott Kidder https://www.youtube.com/watch?v=gycq0cY3TZ0
Data Enrichments:
- https://github.com/knaufk/enrichments-with-flink
- https://www.slideshare.net/dataArtisans/apache-flink-training-stream-enrichment
- https://www.slideshare.net/dataArtisans/webinar-99-ways-to-enrich-streaming-data-with-apache-flink-konstantin-knauf
Flink SQL:
- https://ci.apache.org/projects/flink/flink-docs-master/dev/table/
- https://github.com/ververica/sql-training
- https://github.com/ververica/flink-sql-gateway
- https://github.com/ververica/flink-jdbc-driver
- https://medium.com/@Alibaba_Cloud/basic-apache-flink-tutorial-sql-programming-practice-6eece10d8a86
- https://flink.apache.org/2020/07/28/flink-sql-demo-building-e2e-streaming-application.html
- https://github.com/wuchong/flink-sql-demo
- https://github.com/fhueske/flink-sql-demo
checkpoint-savepoint:
- https://docs.cloudera.com/csa/1.2.0/flink-overview/topics/csa-checkpoint-savepoint.html
- https://www.ververica.com/blog/differences-between-savepoints-and-checkpoints-in-flink
https://github.com/apache/flink-training/tree/master/rides-and-fares
FSF:
- https://dev.to/morsapaes/flink-stateful-functions-where-to-start-2j39
- https://github.com/ververica/flink-statefun-workshop
- https://www.youtube.com/watch?v=WD4L1ZUEiAg
https://github.com/lyft/flinkk8soperator
Flink local cluster (Docker):
Flink, Kafka and Shema Registry:
http://dataartisans.github.io/flink-training/index.html
Flink examples:
- https://ci.apache.org/projects/flink/flink-docs-stable/examples/
- https://github.com/apache/flink/tree/master/flink-examples
- https://github.com/dataArtisans/infoworld-post
- https://github.com/apache/flink/tree/master/flink-end-to-end-tests
flink & s3 sink