https://github.com/jimbrig/dvc-project-template
Data Version Control (DVC) Project Template and Repository Structure
https://github.com/jimbrig/dvc-project-template
Last synced: 3 months ago
JSON representation
Data Version Control (DVC) Project Template and Repository Structure
- Host: GitHub
- URL: https://github.com/jimbrig/dvc-project-template
- Owner: jimbrig
- Created: 2022-12-02T00:51:05.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-01T11:56:56.000Z (over 1 year ago)
- Last Synced: 2025-01-13T00:32:39.818Z (5 months ago)
- Size: 12.9 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
- jimsghstars - jimbrig/dvc-project-template - Data Version Control (DVC) Project Template and Repository Structure (Others)
README
# Data Version Control (DVC) Template Repository
> This repo serves as a template laying out the structure for a data related project that implements data-version-control via DVC.
*See the [CHANGELOG](CHANGELOG.md) for detailed changes over time*
```powershell
+---.dvc
| +---cache
| \---tmp
| +---hashes
| | \---local
| \---links
+---bin
+---config
+---data
| +---curated
| +---metadata
| +---processed
| \---raw
+---dev
| +---dbt
| +---bash
| +---R
| +---python
| \---pwsh
+---docs
| +---assets
| +---dbdocs
| +---mkdocs
| | +---docs
| | \---site
| \---schemaspy
| +---java
| \---output
+---infra
+---lib
+---src
| +---API
| +---Database
| +---ExcelApp
| \---WebApp
\---tests```