landscape/README.md

24 lines
418 B
Markdown
Raw Normal View History

2021-12-29 19:54:15 +00:00
# BIJ1 Landscape
This repo offers a diagram to show the BIJ1 IT landscape and how its components connect.
## requirements
- [GraphViz](https://graphviz.gitlab.io/download/)
- [Make](https://www.gnu.org/software/make/)
## usage
```bash
make install
make diagram
```
2022-01-01 18:14:14 +00:00
## todo
- ditch `diagrams` for plain pygraphviz to hopefully annotate edges with SVG tooltips?
## diagram
![landscape](./bij1_it_landscape.png)