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. How to enable data integration
  2. MongoDB needs to be upgraded to v4.4+. Upgrade standalone mode MongoDB to 4.4 or Upgrade cluster mode MongoDB to 4.4
  3. MongoDB needs to be configured to a replica set mode (if already a replica set, this step can be skipped). Convert MongoDB single node to replica set

Built-in MongoDB refers to the MongoDB component included in the hap-sc:3.0.0 mirror.

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