This is a work-in-progress repository containing:
- the Architecture Documentation of the Open Brain Platform
- the review documents for the AWS Well-Architected Framework
For convenience:
- the file format utilized for the documentation is Markdown
- the file format utilized for the diagrams is either:
- Scalable Vector Graphics (SVG) made with Draw.io, for complex diagrams requiring precise control over the layout, styling, and visual elements. Examples: Detailed flowcharts, network architectures, or visualizations requiring specific branding or icons.
- Inline diagrams made with Mermaid, for simple diagrams that can be defined easily in text. Examples: Simple flowcharts, sequence diagrams.
One of the main reasons behind choosing the formats mentioned above, is the convenience of having automatically available VSCode on GitHub for the very same repository. No installations nor complex configurations are required.
To edit any of the files, including the diagrams, you must simply access the following link to open VSCode:
The repository contains a .vscode
folder with a recommendation to enable the following plugins for VSCode:
- Draw.io Integration (see also Edit diagrams directly in GitHub with draw.io and github.dev)
- Markdown Preview Mermaid Support
Simply click on Install
when prompted in the bottom-right of your screen, and from now on you will be able to edit any of the Draw.io figures and Mermaid diagrams inside GitHub.
Tip
You can also clone the repository locally and utilize your own installation of VSCode. The same plugins are available in both versions.
Warning
Please, use always Mermaid or SVG file format while working with new figures. Name the SVG files as *.drawio.svg
for the plugin to automatically detect the Draw.io files in VSCode.
If using IntelliJ or other JetBrains IDEs based on it, like PyCharm, there are equivalent plugins:
The development of this was supported by funding to the Blue Brain Project, a research center of the École polytechnique fédérale de Lausanne (EPFL), from the Swiss government’s ETH Board of the Swiss Federal Institutes of Technology.
For license see LICENSE.txt.
Copyright (c) 2023-2024 Blue Brain Project/EPFL
Copyright (c) 2025 Open Brain Institute