2 dépôts
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 est un framework de microservices Python conçu pour construire des systèmes distribués. Il fonctionne comme un framework de communication RPC et un outil d'architecture pilotée par les événements, utilisant un message broker pour découpler les composants de service isolés. Le framework fournit une passerelle multi-protocoles qui expose la logique interne des microservices aux clients externes via des endpoints HTTP et des websockets. Il permet l'échange de messages requête-réponse et la diffusion d'événements asynchrones pour maintenir la cohérence des données à travers un système distribué. Le système inclut une interface en ligne de commande pour contrôler et interagir avec les services, ainsi que des utilitaires pour les tests unitaires et d'intégration de la logique de service distribuée.
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.