Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

draw a picture from the internals documentation #216

Open
ThomasWaldmann opened this issue Mar 4, 2015 · 6 comments
Open

draw a picture from the internals documentation #216

ThomasWaldmann opened this issue Mar 4, 2015 · 6 comments

Comments

@ThomasWaldmann
Copy link
Contributor

In PR #155 there is a useful writeup of how attic works. It might be useful to create some big picture from this, how it all works together.

Preferably a format should be used that can easily get updated in case something changes (see all the other PRs).

@anarcat
Copy link

anarcat commented Mar 5, 2015

I would recommend SVGs for this: you get the source for free. After years of fighting with Dia, I finally gave up and use Inkscape now, which supports snapping and routing between objects now.

@ThomasWaldmann
Copy link
Contributor Author

Also, browsers can show SVG directly and it's scalable. +1 for SVG from me (I likely won't work on this though, rather hack the code. :)

@anarcat
Copy link

anarcat commented Mar 5, 2015

woot. if you can doodle some quick napkin drawings and take a picture, i can turn that into something pretty in my copious free time. i may do so myself.

@anarcat
Copy link

anarcat commented Feb 3, 2016

+--------+ +--------+     +--------+
|archive0| |archive1| ... |archiveN|
+--------+ +--------+     +--+-----+
    |          |             |
    |          |             |
    |      +---+             |
    |      |                 |
    |      |                 |
    +------+-------+         |
    |      |       |         |
 /chunk\/chunk\/chunk\...   /maybe different chunks lists\ 
+-----------------------------------------------------------------+
|item list                                                        |
+-----------------------------------------------------------------+
    |                                                       
    +-------------------------------------+--------------+  
    |                                     |              |  
    |                                     |              |  
+-------------+                     +-------------+      |  
|item0        |                     |item1        |      |  
| - owner     |                     | - owner     |      |  
| - size      |                     | - size      |     ... 
| - ...       |                     | - ...       |         
| - chunks    |                     | - chunks    |         
+----+--------+                     +-----+-------+         
     |                                    |                 
     | +-----+----------------------------+-----------------+
     | |     |                                              |
     +-o-----o------------+                                 |
     | |     |            |                                 |
  /chunk0\/chunk1\ ... /chunkN\     /chunk0\/chunk1\ ... /chunkN'\
 +-----------------------------+   +------------------------------+
 |file0                        |   |file0'                        |
 +-----------------------------+   +------------------------------+

@ThomasWaldmann
Copy link
Contributor Author

\o/

@anarcat
Copy link

anarcat commented Feb 3, 2016

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants