aws-samples / amazon-managed-service-for-apache-flink-examples

Collection of code examples for Amazon Managed Service for Apache Flink
MIT No Attribution
39 stars 20 forks source link

Redesigned the GettingStartedTable #44

Closed nicusX closed 7 months ago

nicusX commented 7 months ago

Transformed the application to generate its own data using DataGen connector. This way this example shows

  1. Basing Table API setup
  2. How to generate test data within the application
  3. How to integrate Table API / SQL and DataStream API