2 repository-uri
Frameworks designed to facilitate the development and coordination of small, independent services within a distributed architecture.
Distinct from Python Frameworks: The candidates provided are either specific to gRPC, web crawling, or CI/CD, rather than general microservices orchestration.
Explore 2 awesome GitHub repositories matching software engineering & architecture · Microservices Frameworks. Refine with filters or upvote what's useful.
Nameko este un framework de microservicii Python conceput pentru construirea de sisteme distribuite. Funcționează ca un framework de comunicare RPC și un instrument de arhitectură bazată pe evenimente, folosind un message broker pentru a decupla componentele de serviciu izolate. Framework-ul oferă un gateway multi-protocol care expune logica microserviciilor interne către clienții externi prin endpoint-uri HTTP și websockets. Permite schimbul de mesaje de tip request-response și difuzarea de evenimente asincrone pentru a menține consistența datelor într-un sistem distribuit. Sistemul include o interfață de linie de comandă pentru controlul și interacțiunea cu serviciile, precum și utilitare pentru testarea unitară și de integrare a logicii serviciilor distribuite.
Provides a comprehensive framework for building decoupled microservices in Python using a message broker for communication.
light-4j is a Java microservices framework designed for building scalable distributed systems. It provides a toolkit for developing cloud-native services with integrated support for service discovery, telemetry, and secure inter-service communication. The project includes a runtime OpenAPI request validator to ensure communication consistency by checking data against formal specifications. It also features an OAuth2 API security gateway for verifying identity tokens and managing credentials, alongside an event-sourcing messaging system for building command query responsibility segregation arc
Provides a comprehensive toolkit for developing and coordinating independent services within a distributed Java architecture.