MATIH Platform is in active MVP development. Documentation reflects current implementation status.
17. Kubernetes & Helm
Data Plane Charts
Catalog Service

Catalog Service Chart

The Catalog Service provides unified data catalog management with OpenMetadata integration, Polaris Iceberg catalog, and Neo4j-backed lineage tracking.


Chart Configuration

catalog-service:
  enabled: true
  replicaCount: 2
 
  # Uses shared infrastructure - disables embedded subcharts
  postgresql:
    enabled: false
  elasticsearch:
    enabled: false
  redis:
    enabled: false
 
  resources:
    requests:
      cpu: "250m"
      memory: "512Mi"
    limits:
      cpu: "1"
      memory: "2Gi"
 
  config:
    openmetadata:
      enabled: true
      host: "openmetadata"
      port: 8585
    polaris:
      enabled: true
      host: "polaris"
      port: 8181
    lineage:
      enabled: true
      neo4jHost: "neo4j"

Key Integrations

IntegrationPurposeProtocol
OpenMetadataMetadata catalog, governanceREST API
PolarisIceberg REST catalog, table managementREST API
Neo4jColumn-level lineage graphBolt protocol
KafkaMetadata change eventsTLS