Skip to content

Enum: PlatformType

Technology platform for a lakehouse.

URI: ber_registry:PlatformType

Permissible Values

Value Meaning Description
spark None Apache Spark-based lakehouse (e
dremio None Dremio data lakehouse platform
other None Other platform type

Slots

Name Description
platform_type The technology platform underlying this lakehouse

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/ber-data/ber-data-registry

LinkML Source

name: PlatformType
description: Technology platform for a lakehouse.
from_schema: https://w3id.org/ber-data/ber-data-registry
rank: 1000
permissible_values:
  spark:
    text: spark
    description: Apache Spark-based lakehouse (e.g. KBASE).
  dremio:
    text: dremio
    description: Dremio data lakehouse platform.
  other:
    text: other
    description: Other platform type.