Artifacts
Artifacts are (binary) objects stored in one of the artifact stores of the platform, and available to every process, module and component as files (or data streams).
Managing artifacts with SDK
Artifacts can be created and managed as entities with the SDK CRUD methods. This can be done directly from the package or through the Project
object.
To manage artifacts, you need to have at least digitalhub[core]
layer installed.
- In the CRUD section, we will see how to create, read, update and delete artifacts.
- In the methods section, we will see what can be done with the
Artifact
object. - In the kinds section, we will see what kinds are supported.