Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jonaslagoni/design-patterns


https://github.com/jonaslagoni/design-patterns

architecture asyncapi design-patterns event-driven event-driven-architecture

Last synced: 2 days ago
JSON representation

Awesome Lists containing this project

README

        

[![Design patterns](./patterns/assets/images/banner.png)](https://jonaslagoni.github.io/design-patterns)

[![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)
[![last commit](https://img.shields.io/github/last-commit/jonaslagoni/design-patterns)](https://github.com/jonaslagoni/design-patterns/commits/main)
[![Website](https://img.shields.io/website?label=website&url=https%3A%2F%2Fjonaslagoni.github.io%2Fdesign-patterns)](https://jonaslagoni.github.io/design-patterns/)
[![All Contributors](https://img.shields.io/badge/all_contributors-2-orange.svg?style=flat-square)](#contributors-)

# Design Patterns for AsyncAPI

## Spinning up the website locally

```
python3 -m venv pyenv
source pyenv/bin/activate
pip install mkdocs-material
mkdocs serve
```

Windows
```
py -m venv pyenv
source pyenv/Scripts/activate
pip install mkdocs-material
mkdocs serve
```

Open http://127.0.0.1:8000

> Doc rendering is using [mkdocs material](https://squidfunk.github.io/mkdocs-material/).

## Contributors

Thanks go out to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):



Samir AMZANI
Samir AMZANI

📖 🤔 🚧 👀
Jonas Lagoni
Jonas Lagoni

📖 🤔 🚧 👀

This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind are welcome!