2 रिपॉजिटरी
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.
Nameko डिस्ट्रीब्यूटेड सिस्टम बनाने के लिए डिज़ाइन किया गया एक Python माइक्रोसर्विसेज फ्रेमवर्क है। यह एक RPC संचार फ्रेमवर्क और एक इवेंट-ड्रिवन आर्किटेक्चर टूल के रूप में कार्य करता है, जो अलग-थलग सर्विस कंपोनेंट्स को डिकपल करने के लिए एक मैसेज ब्रोकर का उपयोग करता है। फ्रेमवर्क एक मल्टी-प्रोटोकॉल गेटवे प्रदान करता है जो आंतरिक माइक्रोसर्विस लॉजिक को HTTP एंडपॉइंट्स और वेबसॉकेट्स के माध्यम से बाहरी क्लाइंट्स के लिए उजागर करता है। यह डिस्ट्रीब्यूटेड सिस्टम में डेटा स्थिरता बनाए रखने के लिए अनुरोध-प्रतिक्रिया संदेशों के आदान-प्रदान और एसिंक्रोनस इवेंट्स के प्रसारण को सक्षम बनाता है। सिस्टम में सेवाओं को नियंत्रित करने और उनके साथ इंटरैक्ट करने के लिए एक कमांड लाइन इंटरफ़ेस, साथ ही डिस्ट्रीब्यूटेड सर्विस लॉजिक के यूनिट और इंटीग्रेशन टेस्टिंग के लिए यूटिलिटीज शामिल हैं।
Provides a complete framework for building a distributed system of small, independent Python services.
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.