add end-user view section
This commit is contained in:
parent
c99838ba4d
commit
1fb575d84e
1 changed files with 12 additions and 0 deletions
|
@ -3,6 +3,18 @@ This is a fairly detailed design proposal for using git-annex to build
|
|||
|
||||
[[!toc ]]
|
||||
|
||||
## end-user view
|
||||
|
||||
What the end user sees is a directory, with a .git subdirectory,
|
||||
and 10 thousand little files (actually, they're broken symlinks, on
|
||||
Linux/OSX). Over time, some of the symlinks start filling in with
|
||||
"random" content from the IA.
|
||||
|
||||
The user can look at that content, or even delete files they don't want to
|
||||
host.
|
||||
|
||||
The user can control how much total disk space the directory takes up.
|
||||
|
||||
## sharding to scale
|
||||
|
||||
The IA contains some 24 million Items.
|
||||
|
|
Loading…
Add table
Reference in a new issue