Projects with this topic
-
-
Get time in ISO format, in UTC timezone, from a simple, modern, lightweight node server
Updated -
Development and hosting tool for cloud based software with an emphasis on ease of use.
Updated -
Saga choreography pattern for managing distributed transactions across microservices using asynchronous events. Each service participates in the saga by emitting and responding to domain events, eliminating a central orchestrator. The project includes multiple cooperating services, event definitions, and examples of compensation flows to handle failures in event sequences.
Updated -
Saga pattern with an orchestrator for managing long‑running distributed transactions. A central coordinator (orchestrator) directs microservices through a series of steps and compensation actions when necessary. It’s a learning lab designed to contrast with event‑driven choreography, show transaction boundaries, and explore rollback strategies in distributed systems.
Updated -
The core service "game" for the microservice dungeon project of the TH Köln
Updated -
Small Go microservice that prints animal sounds and emojis.
Updated -
Microservizio della Stanza del Cittadino a cui è delegata l'interazione con il protocollo PiTRE
Updated -
-
A full-fledged Kubernetes setup for a local machine
Updated -
Mirror of Hexagonal Architecture Template on GitHub
Updated -
Java microservice template built with Spring Boot, following a clean layered architecture. It offers modular REST API with a clear separation of concerns, including unit and integration tests.
Updated -
E-commerce Platform built using the Microservices Architecture Style. Each core business capability is implemented as an independent microservice, allowing the system to be scalable, resilient, and easy to maintain.
Updated -
Bu proje, bir telefon rehberi sistemini mikroservisler mimarisi ile geliştirmek amacıyla .NET Core kullanılarak hazırlanmıştır.(This project was prepared using .NET Core to develop a phone book system with microservices architecture.)
Updated -
MIRROR of https://codeberg.org/CRThaze/exiter
Updated -
This is a study project built using FastAPI to practice microservice architecture, data normalization techniques, and clean API design.
The service receives raw payloads from different simulated sources and transforms them into a standardized and validated structure.
It centralizes normalization logic and demonstrates how to build a scalable, maintainable, and test-friendly data processing layer.
Updated -
Setup a microk8s system using ubuntu and snap
Updated -
This project is based on Nestjs Microservice architecture with shared dependencies among microservices. There are 4 microservices: Authentication, Reservation, Payment and Notification service. Each microservice is containerized using Docker and orchestrated with Docker Compose.
Updated -
A plugin-driven RESTful microservice for medication coding/search
Updated