awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 مستودعات

Awesome GitHub RepositoriesPython Microservices Frameworks

Frameworks specifically designed to build distributed, independent services using the Python language.

Distinct from Python Development Tools: Shortlist candidates were general Python tools or guides, not high-level architectural frameworks for microservices.

Explore 2 awesome GitHub repositories matching software engineering & architecture · Python Microservices Frameworks. Refine with filters or upvote what's useful.

Awesome Python Microservices Frameworks GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • onefinestay/namekoالصورة الرمزية لـ onefinestay

    onefinestay/nameko

    4,754عرض على GitHub↗

    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 complete framework for building a distributed system of small, independent Python services.

    Python
    عرض على GitHub↗4,754
  • atmosphere/atmosphereالصورة الرمزية لـ Atmosphere

    Atmosphere/atmosphere

    3,780عرض على GitHub↗

    Atmosphere is a Java-based framework for building and coordinating AI agents. It provides a real-time transport layer for streaming data via WebSockets, SSE, gRPC, and WebTransport, alongside a multi-agent orchestration framework for managing agent fleets through sequential, parallel, and graph-based execution workflows. The project features a durable workflow engine that persists agent state as snapshots, allowing long-running tasks to survive system restarts and incorporate human-in-the-loop approvals. It also implements Model Context Protocol servers to expose tools, resources, and prompt

    Ships a sidecar process that connects backend services to Python-native agent frameworks using HTTP and streaming events.

    Javaacpagentic-aiembabel
    عرض على GitHub↗3,780
  1. Home
  2. Software Engineering & Architecture
  3. Python Microservices Frameworks

استكشف الوسوم الفرعية

  • Agent Framework BridgesSidecar processes that connect different language runtimes to AI agent frameworks. **Distinct from Python Microservices Frameworks:** Focuses on bridging language runtimes (Java to Python) specifically for agent frameworks, rather than general microservices architecture.