Learn
Learn Ark Data Layer
Understand the boundaries, contracts, observable state, and ownership model behind ark_data_layer.
v0.1.0-dev.1Beginner
Learn Ark Data Layer
Ark Data Layer supplies mechanics for concrete Repository implementations. It does not move persistence concerns into the domain or turn DataSourceContainer into an application-wide service locator.
Recommended path
- Getting started builds one small but complete Repository.
- Architecture and boundaries assigns responsibilities to Domain, Data, Application, and Composition layers.
- DataSource contracts explains narrow technical contracts and strict resolution.
- Repository and domain interfaces separates the reusable base from the business-facing abstraction.
- Observable data and lifecycle defines replay, ordering, closing, and ownership.
Continue with a tutorial when you need a complete project flow, or open Recipes for one focused operation.