/architecture

This repository aims to have the main Decentraland Architecture

Primary LanguageMakefileApache License 2.0Apache-2.0

Decentraland Architecture

This repository aims to have the main Decentraland Architecture, defined using dot language. The goal is to help you understand it's components, responsibilities, how they interact and help you navigate through them.

You will find the documentation index here and, also, the content of this repository is published on the Technical Documentation Site.

How to Update this Repository

The architecture is something live and from time to time we may need to update this diagram and information, in order to do so the file architecture.dot contains the definition of the image architecture.png. It can be a bit challenging to update and make it look nice, the VSCode extension Graphviz Interactive Preview can be very helpful to view your changes as you make them. Once the architecture dot file is updated, you need to compile it and regenerate the architecture.svg file, for that you first need to install graphviz and then you can just run the make command and replace the architecture.svg file under /docs. Note that with any change on the diagram you need to validate that this documentation describing it's components is still updated.