Skip to content
Snippets Groups Projects
Commit 96114f66 authored by Stefano Zacchiroli's avatar Stefano Zacchiroli
Browse files

docs: add preliminary version of the Merkle DAG diagram

parent d788ef1c
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,14 @@
Data model
==========
.. _swh-merkle-dag:
.. figure:: images/swh-merkle-dag.svg
:width: 1024px
:align: center
Software Heritage archive as a Merkle DAG, augmented with crawling
information (click to zoom).
TODO
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor
......
swh-merkle-dag.pdf
swh-merkle-dag.svg
MERKLE_DAG = swh-merkle-dag.svg
BUILD_TARGETS =
BUILD_TARGETS += $(MERKLE_DAG)
all: $(BUILD_TARGETS)
# dia exporters
%.eps: %.dia
dia -t eps --export $@ $<
%.svg: %.dia
dia -t svg --export $@ $<
# generic converters
%.pdf: %.eps
epstopdf $<
clean:
-rm -f $(BUILD_TARGETS)
File added
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment