awesome-repositories.com
Blog
MCP
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

7 dépôts

Awesome GitHub RepositoriesPluggable Component Architectures

Architectural patterns that allow modular functional components to be integrated via registries and lookup systems.

Distinct from Pluggable Registries: Focuses on internal application modularity and pluggability rather than external BaaS or AI registries.

Explore 7 awesome GitHub repositories matching software engineering & architecture · Pluggable Component Architectures. Refine with filters or upvote what's useful.

Awesome Pluggable Component Architectures GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • pypa/warehouseAvatar de pypa

    pypa/warehouse

    4,068Voir sur GitHub↗

    Warehouse is a web application designed for hosting, storing, and distributing Python software packages to a global community of users. It functions as a centralized package repository and index server that manages software versions, metadata, and package classification. The project implements secure package attestation by verifying distribution integrity through cryptographic signatures and transparency logs. It manages user identity via an OAuth provider that integrates with third-party identity services using secure tokens. The system covers a broad range of infrastructure capabilities, i

    Connects modular functional components to application logic using a central registry and request-based lookup.

    Python
    Voir sur GitHub↗4,068
  • imsun/gitmentAvatar de imsun

    imsun/gitment

    4,049Voir sur GitHub↗

    Gitment is a serverless commenting engine that provides a client-side interface for website discussions. It functions as a third-party identity integrator and markdown content renderer that requires no dedicated database or backend server. The system utilizes GitHub Issues as a storage layer to manage comments and user reactions. It employs an authentication layer to verify user identities through external account providers, securing both profile management and post submissions. The project includes capabilities for rich text rendering with syntax highlighting and a pluggable component syste

    Utilizes a pluggable architecture allowing users to replace default UI rendering functions with custom layout logic.

    JavaScript
    Voir sur GitHub↗4,049
  • deepchecks/deepchecksAvatar de deepchecks

    deepchecks/deepchecks

    4,024Voir sur GitHub↗

    Deepchecks est un framework de validation de modèles de machine learning et une bibliothèque de test MLOps. Il sert de suite de qualité de données IA et d'évaluateur de performance conçu pour vérifier l'intégrité et la performance des modèles et des jeux de données, de la recherche à la production. Le projet fonctionne comme un outil de monitoring de modèle pour suivre la dérive des données et la dégradation des performances dans les environnements de production. Il permet la création de suites de validation personnalisées et utilise une architecture de vérification enfichable pour automatiser les contrôles de qualité au sein des pipelines d'intégration continue. Le framework couvre un large éventail de capacités, notamment la vérification de l'intégrité des données, la détection de dérive basée sur la distribution et la comparaison de versions de modèles. Il fournit une analyse spécialisée pour la vision par ordinateur et le traitement du langage naturel, ainsi que des outils de reporting qui transforment les métriques de validation en rapports visuels interactifs. Le système prend en charge le déploiement sur site pour maintenir la confidentialité des données et le contrôle de l'infrastructure.

    Implements a modular architecture that allows custom validation logic and checks to be integrated into testing suites.

    Python
    Voir sur GitHub↗4,024
  • movingblocks/terasologyAvatar de MovingBlocks

    MovingBlocks/Terasology

    3,867Voir sur GitHub↗

    Terasology is a Java-based voxel game engine designed for creating and simulating complex three-dimensional voxel environments. It functions as a modular sandbox platform that allows for the integration of custom gameplay mechanics and core extensions. The project features a procedural world generator that uses deterministic algorithms to construct terrain and environmental features. It employs an entity component system framework to decouple game logic from data and a deferred shading renderer to handle lighting and atmospheric effects within block-based worlds. The engine provides capabili

    Provides a pluggable component architecture allowing the integration of custom gameplay mechanics and core extensions.

    Java
    Voir sur GitHub↗3,867
  • hyperledger/hyperledgerAvatar de hyperledger

    hyperledger/hyperledger

    3,745Voir sur GitHub↗

    Hyperledger is an enterprise blockchain ecosystem consisting of a collection of open-source frameworks and libraries. It provides the distributed ledger technology and modular architectures necessary to build permissioned blockchain applications for industrial use cases. The project is characterized by a multi-framework ecosystem that separates consensus and membership services into interchangeable components. This modularity allows for the use of various agreement mechanisms, including crash-fault and Byzantine fault tolerant protocols, to maintain a synchronized and immutable record of tran

    Separates consensus and membership services into interchangeable components to allow customization for enterprise requirements.

    blockchaindistributed-ledgerhyperledger
    Voir sur GitHub↗3,745
  • webvella/webvella-erpAvatar de WebVella

    WebVella/WebVella-ERP

    1,466Voir sur GitHub↗

    WebVella-ERP is a modular business application framework designed for building custom enterprise resource planning and customer relationship management software on the .NET platform. It provides a data-driven development environment that utilizes relational databases to manage complex business processes, internal workflows, and client interactions. The platform is built on a pluggable architecture that allows developers to extend core software functionality through dynamically loaded modules. This approach enables the creation of scalable web-based business applications that can be customized

    Supports dynamic loading of independent software components to extend core functionality without modifying base source code.

    C#
    Voir sur GitHub↗1,466
  • onnx/onnxmltoolsAvatar de onnx

    onnx/onnxmltools

    1,160Voir sur GitHub↗

    This project is a machine learning interoperability tool designed to translate models from various training frameworks into the standardized open neural network exchange format. It functions as a model deployment pipeline that enables consistent execution across diverse inference engines and hardware environments. The tool utilizes graph-based translation and an operator mapping layer to convert framework-specific mathematical functions into a common intermediate representation. It distinguishes itself through a pluggable converter architecture, which allows developers to register custom tran

    Provides a modular interface for developers to register custom transformation logic for proprietary or emerging model architectures.

    Pythonkerasmachine-learningonnx
    Voir sur GitHub↗1,160
  1. Home
  2. Software Engineering & Architecture
  3. Pluggable Component Architectures