Logo
NeoArc Studio

Data Lifecycle Block

Document how data flows through its lifecycle: creation, transformation, storage, access, and deletion. Essential for compliance, privacy, and data governance.

Data lifecycle blocks document how data moves through your system from creation to deletion. They capture where data comes from, how it is transformed, where it is stored, who can access it, and how it is eventually retired. Essential for GDPR compliance, data governance, and system understanding.

When to Use

Block Properties

PropertyRequiredDescription
Data NameYesName of the data entity
CreationYesHow the data is created or collected
StorageYesArray of where data is stored
DescriptionNoWhat this data represents
IngestionNoHow data enters the system
TransformationNoArray of processing applied to the data
AccessNoArray of who or what can access the data
SharingNoArray of how data is shared externally
Retention PolicyNoHow long data is kept
ArchivalNoHow data is archived for long-term storage
DeletionNoHow data is removed from the system
Data OwnerNoTeam responsible for this data
Data ClassificationNoClassification: public, internal, confidential, or restricted
Quality ConsiderationsNoData quality rules and validations
NotesNoAdditional context or observations

Data Classification Values

Example: Customer Personal Data

Documenting the lifecycle of PII for privacy compliance.

Example: Transaction Logs

Documenting operational data with shorter lifecycle.

Example: Analytics Events

Documenting event data used for business intelligence.