An open API service indexing awesome lists of open source software.

https://github.com/puffnfresh/c4-model

Haskell implementation of C4 model, for specifying software architecture
https://github.com/puffnfresh/c4-model

architecture c4model

Last synced: 11 months ago
JSON representation

Haskell implementation of C4 model, for specifying software architecture

Awesome Lists containing this project

README

          

# C4 model

## System Architecture Diagrams

The c4-model library is used for generating system architecture
diagrams:

![](System context diagram.png)

![](Container context diagram.png)

## Sequence Diagrams

The marketplace-examples project is an example of generating sequence
diagrams from code:

![](create vendor and app.png)