All Products
Search
Document Center

Realtime Compute for Apache Flink:Catalogs

Last Updated:Mar 06, 2026

Realtime Compute for Apache Flink uses catalogs for metadata management. Catalogs register, store, and load metadata from various data sources, enabling unified access to external system metadata through Flink SQL.

Why use a catalog

  • Unified management: Centrally manage metadata from different systems to simplify data discovery.

  • Simplified operations: Reference table functions directly in SQL without repeated definitions.

  • Improved efficiency: Reduce metadata hard coding to increase development efficiency.

  • Integration: Seamlessly integrate with external metadata services such as Paimon and Hive.

Supported catalogs

Traditional data lakes and warehouses

Relational and analytical databases

Message-based and non-relational data sources

Integrations and extensions