Skip to main content

How to Enable the Aggregation Table Feature

caution

The Aggregation Table feature (v5.6.0+) relies on the Flink MongoDB CDC connector as a functional dependency. The following prerequisites must be met to use this feature properly:

  1. Deploy Flink services. Refer to: How to deploy Flink

  2. MongoDB must be upgraded to 4.4+. Refer to: Upgrade MongoDB in standalone mode to 4.4 or Upgrade MongoDB in cluster mode to 4.4

    • If the standalone mode uses the built-in MongoDB and the current mingdaoyun-sc container version is ​​≥​ 3.0.0, the requirement is already met.
  3. MongoDB must be configured in replica set mode (if already in replica set mode, skip this). Refer to: Convert a single-node MongoDB instance to replica set

    • The built-in MongoDB in standalone mode is not in replica set mode by default.

Built-in MongoDB refers to the MongoDB component included in the mingdaoyun-sc:3.2.0 image.

After meeting the prerequisites, no additional configuration is required to use the Aggregation Table feature. 👏 👏 👏