Add DVC to lakeFS migration sample#282
Draft
iddoavn wants to merge 2 commits into
Draft
Conversation
End-to-end, notebook-driven standalone example that migrates a Git-backed DVC project into lakeFS using the dvc-to-lakefs package, then validates the result. Runs locally on MinIO + lakeFS via Docker Compose. The package is installed from GitHub by default; a git-ignored compose override allows building against a local checkout for development. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
dvc-to-lakefs is now published on PyPI (v0.1.0). Pin to the released version for reproducibility instead of tracking the unpinned git main. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Adds a new self-contained standalone example: DVC to lakeFS Migration, under
01_standalone_examples/dvc-to-lakefs-migration/.It migrates a Git-backed DVC project into lakeFS using the
dvc-to-lakefspackage, then validates the result — all running locally via Docker Compose (MinIO as the object store, lakeFS backed by MinIO, and a Jupyter notebook driving the migration).What the demo proves
dvc addoutput and advc.yamlpipeline output migrates into lakeFS.mainandexperiment) become lakeFS branches of the same name.git_shacommit metadata.Contents
DVC to lakeFS Migration.ipynb— the notebook that drives and verifies the migrationDockerfile,docker-compose.yml,docker-compose.override.yml.example— local stack (MinIO + lakeFS + Jupyter)README.md— walkthrough, verification steps, preconditions, and how to adapt to your own DVC repo.gitignoreHow to run
Then open the notebook at http://127.0.0.1:8888/lab/tree/work and run all cells. See the README for full details.
🤖 Generated with Claude Code