MCPcopy Index your code
hub / github.com/InfuseAI/ArtiVC

github.com/InfuseAI/ArtiVC @v0.11.0

Chat with this repo
repository ↗ · DeepWiki ↗ · release v0.11.0 ↗ · + Follow
246 symbols 864 edges 43 files 5 documented · 2%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

<a href="https://raw.githubusercontent.com/infuseai/artivc/main/LICENSE" >
    <img src="https://img.shields.io/badge/License-Apache%202.0-blue.svg" alt="Apache License" /></a>
<a href="https://github.com/InfuseAI/ArtiVC/actions?query=workflow%3A%22Go+test%22+branch%3Amain++">
    <img src="https://github.com/infuseai/artivc/workflows/Go%20test/badge.svg?branch=main" alt="Go tests status" /></a>

ArtiVC

ArtiVC (Artifacts Version Control) is a handy command-line tool for data versioning on cloud storage. With only one command, it helps you neatly snapshot your data and Switch data between versions. Even better, it seamlessly integrates your existing cloud environment. ArtiVC supports three major cloud providers (AWS S3, Google Cloud Storage, Azure Blob Storage) and the remote filesystem using SSH.

asciicast

Try it out from the Getting Started guide

Features

  • Data Versioning: Version your data like versioning code. ArtiVC supports commit history, commit message, and version tag. You can diff two commits, and pull data from the specific version.
  • Use your own storage: We are used to putting large files in NFS or S3. To use ArtiVC, you can keep putting your files on the same storage without changes.
  • No additional server is required: ArtiVC is a CLI tool. No server or gateway is required to install and operate.
  • Multiple backends support: ArtiVC natively supports local filesystem, remote filesystem (by SSH), AWS S3, Google Cloud Storage, and Azure Blob Storage as backend. And 40+ backends are supported through Rclone integration. Learn more
  • Painless Configuration: No one like to configure. So we leverage the original configuration as much as possible. Use .ssh/config for ssh access, and use aws configure, gcloud auth application-default login, az login for the cloud platforms.
  • Efficient storage and transfer: The file structure of the repository is stored and transferred efficiently by design. It prevents storing duplicated content and minimum the number of files to upload when pushing a new version. Learn more

Documentation

For more detail, please read the ArtiVC documentation

Extension points exported contracts — how you extend this code

Repository (Interface)
(no doc) [7 implementers]
internal/repository/repository.go
PathFilter (FuncType)
(no doc)
internal/core/types.go
TaskFunc (FuncType)
(no doc)
internal/executor/executor.go
FileInfo (Interface)
(no doc) [5 implementers]
internal/repository/repository.go

Core symbols most depended-on inside this repo

exitWithError
called by 65
cmd/utils.go
Error
called by 39
internal/repository/errors.go
Close
called by 29
internal/repository/ssh.go
NewArtifactManager
called by 22
internal/core/manager.go
Debugln
called by 22
internal/log/log.go
writeFile
called by 21
internal/core/utils.go
LoadConfig
called by 19
internal/core/config.go
Stat
called by 18
internal/repository/repository.go

Shape

Method 109
Function 94
Struct 36
TypeAlias 3
FuncType 2
Interface 2

Languages

Go100%

Modules by API surface

internal/core/manager.go29 symbols
internal/repository/ssh.go26 symbols
internal/repository/s3.go16 symbols
internal/repository/repository.go16 symbols
internal/core/utils.go16 symbols
internal/core/types.go14 symbols
internal/core/config.go13 symbols
internal/repository/rclone.go12 symbols
internal/repository/meter.go11 symbols
internal/repository/http.go11 symbols
internal/repository/gcs.go10 symbols
internal/repository/azureblob.go10 symbols

For agents

$ claude mcp add ArtiVC \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact