Skip to main content
Orka-specific terms and concepts.
TermDefinition
Adaptive pipelinesPipelines that automatically adapt when a schema changes in operational databases. Orka isolates changes to the affected columns only, allowing all other columns to continue working.
CategoryClassification of data protection rules. Available categories: authentication, custom, PII, financial or health.
Data protection adminUser group responsible for managing data protection rules and defining protection methods.
Data protection rulesRules that automatically detect and protect sensitive data. Rules identify sensitive data by matching patterns in column names and values, then apply a protection method.
Field-level protectionOrka protects specific fields instead of blocking entire tables. This unlocks tables containing both sensitive and non-sensitive data.
Orka adminThe user (or user group) responsible for deploying Orka, configuring the infrastructure and managing user access.
PatternA regular expression used to identify sensitive data in column names or values.
Protection methodDetermines how sensitive data is protected: mask (converts to asterisks), hash (applies one-way hash), drop (removes the column) or none (data is identified only).