Local labs / demos and other public demonstrations¶
This section lists the current demonstrations and labs in this git repository or the interesting public repositories about Flink
Local demonstrations and end to end studies¶
All the local demonstrations run on local Kubernetes.
See the e2e-demos folder for a set of available demos based on the Flink local deployment or using Confluent Cloud for Flink.
- Record deduplication using Flink SQL or Table API deployed on Confluent Platform
- Change Data Capture with Postgresql, CDC Debezium, Confluent Platformm v8.0+, Cloud Native for Postgresql Kuberneted Operator
- e-commerce sale
- Flink to JDBC Sink connector
- Savepoint demonstration
- SQL Gateway demonstration
- Terraform deployment
- GitOps with Openshift, ArgoCD and Tekton
Quick personal demo on Confluent Cloud¶
Using the data generator and the confluent flink shell
- Login to Confluent using cli
- Be sure to use the environment with the compute pool:
confluent environment list
confluent environment use <env_id>
confluent flink compute-pool list
# get the region and cloud and the current max CFU
confluent flink compute-pool use <pool_id>
- Start one of the Datagen in the Confluent Console.
TBC
Public repositories¶
- Shoes Store Labs to run demonstrations on Confluent Cloud.
- Managing a Flink project with a CLI and best practices
- Confluent Flink how to
- Confluent scene
- Confluent developer SQL training
- Demonstrate Flink SQL testing on Confluent Cloud