2 مستودعات
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 is a Python microservices framework designed for building distributed systems. It functions as an RPC communication framework and an event-driven architecture tool, using a message broker to decouple isolated service components. The framework provides a multi-protocol gateway that exposes internal microservice logic to external clients via HTTP endpoints and websockets. It enables the exchange of request-response messages and the broadcasting of asynchronous events to maintain data consistency across a distributed system. The system includes a command line interface for controlling an
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.