Replies: 1 comment 2 replies
-
DVC stores files as content-addressable storage according to each file's hash. It does not use any relational DB. https://dvc.org/doc/user-guide/project-structure/internal-files#structure-of-the-cache-directory |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello.
I'm trying to integrate a labelling system with our data registry (which is a single object storage atm), but I also want to use the same registry with dvc too, so that our raw data reside only in one object storage, which is accessible by both tools.
How can I read more about how data is actually stored in a bucket via dvc? Is it unpacked in a flat way and then organized by a relational db?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions