landscape/README.md

32 lines
981 B
Markdown
Raw Permalink 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.
2022-01-04 07:34:21 +00:00
Note: this diagram is descriptive, not where we'd ideally like to be.
Our ideal landscape will involve, in no particular order:
- getting rid of non-EU vendors
- shifting from commercial services to open-source self-reliance
- more automation between systems
- better [systems reliability](https://sretips.com.br/sre-piramide.jpg)
- better unification of systems, rather than every local branch having to reinvent the wheel in their own accounts
- unified login system to handle authentication and authorization across our systems
2022-01-04 07:37:13 +00:00
- better reproducibility (think documentation, CI/CD, infra-as-code)
- ideally open-sourcing more still than we've managed now
2022-01-04 07:34:21 +00:00
2021-12-29 19:54:15 +00:00
## 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
## diagram
![landscape](./bij1_it_landscape.png)