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

https://github.com/maxmekiska/micro-templates

Repository to host micro service implementation patterns.
https://github.com/maxmekiska/micro-templates

docker docker-compose fastapi infrastructure kafaka microservice

Last synced: 4 months ago
JSON representation

Repository to host micro service implementation patterns.

Awesome Lists containing this project

README

          

# Micro-templates
Repository to host micro service implementation patterns. Each implementation should be as simple as possible.

Project created based on: https://stackoverflow.com/questions/75839415/kafka-fastapi-docker-template

## Index
- [Confluent-Kafka-FastAPI-Docker](confluent-kafka-fastapi[deprecated]/README.md) - deprecated
- [Confluent-Kafka-Rust](confluent-kafka-rust/README.md)
- [Redis-Stream](redis-streams/README.md)
- [Rabbit-MQ](rabbit-mq/README.md)

## Call for contributions

Please feel free to contribute to this repository by adding your own implementation of a micro service pattern. The only requirement is that the implementation should be as simple as possible. The goal is to provide a collection of simple implementations of micro service patterns that can be used as a reference for other implementations. Any feedback and contriubtions are welcome and appreciated.