awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 रिपॉजिटरी

Awesome GitHub RepositoriesLog Routing

The process of capturing and transforming logs from plugin processes into formats usable by the host.

Distinct from Logging Destination Plugins: Focuses on the transport and parsing of logs from a process to a host, whereas Logging Destination Plugins define the output interfaces.

Explore 1 awesome GitHub repository matching software engineering & architecture · Log Routing. Refine with filters or upvote what's useful.

Awesome Log Routing GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • hashicorp/go-pluginhashicorp का अवतार

    hashicorp/go-plugin

    6,019GitHub पर देखें↗

    go-plugin प्लगइन आर्किटेक्चर को लागू करने के लिए एक फ्रेमवर्क है जहां एक्सटेंशन अलग-अलग प्रक्रियाओं के रूप में चलते हैं और Go RPC प्लगइन सिस्टम के माध्यम से संचार करते हैं। यह एक इंटर-प्रोसेस कम्युनिकेशन लाइब्रेरी और लाइफसाइकिल मैनेजर के रूप में कार्य करता है जो होस्ट एप्लिकेशंस को बाहरी बाइनरी प्लगइन्स को खोजने, लॉन्च करने और मॉनिटर करने की अनुमति देता है। यह फ्रेमवर्क क्रॉस-भाषा प्लगइन सिस्टम को सक्षम बनाता है, जिससे विभिन्न भाषाओं में लिखे गए प्लगइन्स को मानकीकृत RPC प्रोटोकॉल के माध्यम से होस्ट के साथ एकीकृत करने की अनुमति मिलती है। इसमें एक बाईडायरेक्शनल RPC ब्रिज है जो होस्ट और प्लगइन दोनों को जटिल डेटा एक्सचेंज और कॉलबैक के लिए इंटरफ़ेस कार्यान्वयन का आदान-प्रदान करने की अनुमति देता है।

    Captures structured log entries from plugin processes and parses them for the host application.

    Go
    GitHub पर देखें↗6,019
  1. Home
  2. Software Engineering & Architecture
  3. Software Architecture
  4. Architectural Patterns
  5. Plugin & Module Systems
  6. Modular and Plugin Architectures
  7. Plugin-Based Architectures
  8. Hook-Based Plugin Systems
  9. Logging Destination Plugins
  10. Log Routing