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.
- Host: GitHub
- URL: https://github.com/maxmekiska/micro-templates
- Owner: maxmekiska
- License: mit
- Created: 2023-03-25T14:03:57.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-06-23T21:51:25.000Z (4 months ago)
- Last Synced: 2025-06-23T22:40:21.788Z (4 months ago)
- Topics: docker, docker-compose, fastapi, infrastructure, kafaka, microservice
- Language: Python
- Homepage:
- Size: 23.4 KB
- Stars: 9
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.