Skip to main content

How to enable aggregate table

The aggregate table (v5.6.0+) relies on the MongoDB CDC connector of Flink to function properly. Before you can use this feature, ensure that the following prerequisites are met:
  1. Deploy the data integration service. See: How to Enable Data Integration

  2. MongoDB must be upgraded to version 4.4 or higher. Refer to: Upgrade MongoDB to 4.4 in Standalone Mode or Upgrade MongoDB to 4.4 in Cluster Mode

    • If you are using the built-in MongoDB in standalone mode and the current running mingdaoyun-sc container version is ≥ 3.0.0, the requirements are already met.
  3. Adjust MongoDB to replica set mode (if it is already a replica set, you can ignore this step). See: Convert MongoDB Single Node to Replica Set

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

Built-in MongoDB refers to the MongoDB component included in the mingdaoyun-sc:3.1.0 mirror.

Once the base conditions are met, no other configuration is required to use the aggregate table.👏 👏 👏