Skip to content

Commit 4cf6ed2

Browse files
committed
cases: improve mentions about data security in Data Registries
1 parent 76b8189 commit 4cf6ed2

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

content/docs/use-cases/data-registries.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ _middleware_ between ML projects and cloud storage. Here are its advantages:
2222
- Reusability: reproduce and organize _feature stores_ with a simple CLI
2323
(`dvc get` and `dvc import` commands, similar to software package management
2424
systems like `pip`).
25-
- Persistence: the DVC registry-controlled
26-
[remote storage](/doc/command-reference/remote) (e.g. an S3 bucket) improves
27-
data security. There are less chances someone can delete or rewrite a model,
28-
for example.
25+
- Availability and persistence: the
26+
[remote storage](/doc/command-reference/remote) configured in the DVC registry
27+
(e.g. an S3 bucket) works as a proxy that endures your data is always
28+
available and that it can outlive the registry itself.
2929
- Storage optimization: track data
3030
[shared](/doc/use-cases/sharing-data-and-model-files) by multiple projects
3131
centralized in a single location (with the ability to create distributed
@@ -34,10 +34,11 @@ _middleware_ between ML projects and cloud storage. Here are its advantages:
3434
- Data as code: leverage Git workflow such as commits, branching, pull requests,
3535
reviews, and even CI/CD for your data and models lifecycle. Think "Git for
3636
cloud storage", but without ad-hoc conventions.
37-
- Security: registries can be setup to have read-only remote storage (e.g. an
38-
HTTP location). Git versioning of
39-
[DVC metafiles](/doc/user-guide/dvc-files-and-directories) allows us to track
40-
and audit data changes.
37+
- Data Security: there are less chances someone can delete or rewrite datasets
38+
or models, preserving data integrity. Registries can even be setup to use
39+
read-only remote storage (e.g. an HTTP location). Additionally, versioning
40+
[DVC metafiles](/doc/user-guide/dvc-files-and-directories) with Git enables
41+
following and auditing data changes.
4142

4243
## Building registries
4344

0 commit comments

Comments
 (0)