storj / illustrated

Diagrams to understand Storj architecture and internals better.

Home Page:https://storj.github.io/illustrated/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Storj on Diagrams

Diagrams are under: https://github.com/storj/illustrated/tree/master/docs

But it's also visible in one HTML page at: https://storj.github.io/illustrated/

The diagrams represent my (may or may not be good) understanding.

If you see any problems, please create an issue.

If you need something to be explained, please create an issue.

Diagrams

docs/0title.svg



docs/overview.svg




docs/core.svg




docs/authservice.svg




docs/delete.svg




docs/edge.svg




docs/encrypted-keys.svg




docs/encrypted-path.svg




docs/grant.svg




docs/identity.svg




docs/macaroon.svg




docs/pieces.svg




docs/ranged-loop.svg




docs/read1.svg




docs/read2.svg




docs/reputation.svg




docs/satellite-api.svg




docs/secrets.svg




docs/signatures.svg




docs/storagenode-accounting.svg




docs/versioncontrol.svg

How to contribute

Original source of the diagrams can be edited with online or offline version of diagrams.net

When one diagram is saved, both the export (svg) both the embedded source are updated.

PR can be created where the old version and new version of the SVG can be seen, just click to the rich diff option:

Rich diff

To regenerate the previews, the following can be used (after existing lines are removed):

ls -1 docs/*.svg | sort | xargs -n1 -IFILE printf "![FILE](FILE)\n\n```\n\n\n\n```\n\n"         

(tested in fish)

About

Diagrams to understand Storj architecture and internals better.

https://storj.github.io/illustrated/

License:Other