What are the benefits of DVC over Apache Iceberg? If anyone used both, I'd be curious about your take. Thanks!
head is a bit discombobulated today, but i’ll give this a shot when i say ‘blob’ data, a good example to think of is a set of really long 1080p video files. tl;dr version * throw data into dvc when unstructured ‘blob’ data. * throw it into iceberg when you’ve got structured data. benefits of dvc over iceberg: * not forcing ‘blob’ data into a tabular format and all the “fun” (read: annoying) processing steps that come…
Data Version Control
51–54 of 54 posts
Re: Data Version Control
#52The animated ripple across the «what’s new» button is infuriating. It keeps drawing my attention from reading what this is.
Re: Data Version Control
#53I've used DVC for most of my projects for the past five years. The good things is that it works a lot like git. If your scientists understand branches, commits and diffs, they should be able to understand DVC. The bad thing is that it works like git. Scientists often do not, in fact, understand or use branches, commits and diffs. The best thing is that it essentially forces you to follow Ten Simple Rules for Reproduc…
Re: Data Version Control
#54Earlier quoted context omitted.
Sounds like it is more a framework than a tool. Not everybody wants a framework.
It doesn’t force you to use any of the extra functionality. My team has been using it just for the version control part for a couple years and it has worked great.