You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/content/en/_index.md
+13-8Lines changed: 13 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,48 +12,53 @@ geekdocAnchor: false
12
12
<b>ArtiVC (Arti</b>fact <b>V</b>ersion <b>C</b>ontrol<b>) is a handy command-line tool for data versioning on cloud storage.</b> 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.
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.
27
32
28
33
<--->
29
34
30
-
###Use your own storage
35
+
## Use your own storage
31
36
32
37
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.
33
38
34
39
<--->
35
40
36
-
###No additional server is required
41
+
## No additional server is required
37
42
38
43
ArtiVC is a CLI tool. No server or gateway is required to install and operate.
39
44
40
45
{{< /columns >}}
41
46
42
47
{{< columns >}}
43
48
44
-
###Multiple backends support
49
+
## Multiple backends support
45
50
46
51
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](backends/rclone/) integration. [Learn more](backends/)
47
52
48
53
<--->
49
54
50
-
###Painless Configuration
55
+
## Painless Configuration
51
56
52
57
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.
53
58
54
59
<--->
55
60
56
-
###Efficient storage and transfer
61
+
## Efficient storage and transfer
57
62
58
63
The file structure of the repository is stored and transferred efficiently by [design](design/how-it-works/). It prevents storing duplicated content and minimum the number of files to upload when pushing a new version. [Learn more](design/benchmark/)
0 commit comments