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

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

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

23 مستودعات

Awesome GitHub RepositoriesIntegration Adapters

Software patterns and interface layers for decoupling third-party library integrations from core application logic.

Distinguishing note: Focuses on architectural abstraction layers for external dependencies rather than specific data storage or database drivers.

Explore 23 awesome GitHub repositories matching software engineering & architecture · Integration Adapters. Refine with filters or upvote what's useful.

Awesome Integration Adapters GitHub Repositories

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

    OpenBB-finance/OpenBBTerminal

    69,303عرض على GitHub↗

    OpenBBTerminal is a Python financial data platform and command line interface designed for aggregating and analyzing market data from diverse APIs. It serves as a quantitative analysis tool for processing stock, crypto, and derivative datasets to identify market trends and build investment strategies. The project utilizes a pluggable financial API framework with an adapter-based architecture, allowing external financial data providers to be integrated as independent modules. This system standardizes information from public and proprietary sources into a unified layer to support cross-asset an

    Implements an adapter-based architecture to standardize diverse external financial APIs into a common internal format.

    Python
    عرض على GitHub↗69,303
  • vuetifyjs/vuetifyالصورة الرمزية لـ vuetifyjs

    vuetifyjs/vuetify

    41,003عرض على GitHub↗

    This project is a comprehensive UI toolkit that provides a declarative, reactive framework for building modular web interfaces. It centers on a component-based architecture that maps application state to rendered elements, utilizing a twelve-point flexbox grid system and nested containers to manage complex layouts. The library ensures consistent behavior across large-scale applications by providing centralized configuration for component defaults, themes, and global design tokens. What distinguishes this framework is its deep integration of Material Design principles alongside a highly flexib

    Implements swappable interface layers to decouple specialized third-party dependencies from the core application logic.

    TypeScriptjavascriptmaterialmaterial-components
    عرض على GitHub↗41,003
  • hcengineering/platformالصورة الرمزية لـ hcengineering

    hcengineering/platform

    24,456عرض على GitHub↗

    This project is a project management platform that serves as a centralized digital workspace for organizing team tasks and synchronizing development workflows. It functions as a development workflow orchestrator, providing a unified interface that connects disparate engineering tools to streamline team coordination and maintain visibility over ongoing technical projects. The platform distinguishes itself through a relational entity graph that stores data as a network of interconnected nodes and edges, enabling complex querying of relationships between tasks and repositories. It maintains cons

    Translates diverse third-party API schemas into a unified internal format using a modular plugin architecture.

    TypeScriptapplicant-tracking-systemchat-applicationcrm
    عرض على GitHub↗24,456
  • airbnb/enzymeالصورة الرمزية لـ airbnb

    airbnb/enzyme

    19,831عرض على GitHub↗

    Enzyme is a JavaScript component testing utility and test suite used to verify the behavior and rendered output of user interface components. It provides tools for simulating user interactions, updating component properties, and asserting that the resulting interface state matches expected outcomes. The project utilizes a pluggable adapter system to connect different user interface frameworks, allowing for consistent testing patterns across various libraries and versions. This architecture enables the verification of components across multiple UI library versions and different test runners.

    Provides an architectural abstraction layer to decouple testing commands from specific UI library implementations.

    JavaScript
    عرض على GitHub↗19,831
  • tisfeng/easydictالصورة الرمزية لـ tisfeng

    tisfeng/Easydict

    13,545عرض على GitHub↗

    Easydict is a macOS dictionary and translator application that integrates system dictionaries, external translation services, and Large Language Models such as OpenAI and Gemini. It functions as an OCR text extractor and a text-to-speech reader, allowing users to look up words and translate text directly on the desktop. The application features a local OCR engine that captures screen areas to recognize and translate text that cannot be highlighted or copied. It utilizes a provider-agnostic translation pipeline and adapter-based service integration to standardize responses from various cloud a

    Implements adapter patterns to standardize API responses from various translation service providers.

    Swiftappbaidubing
    عرض على GitHub↗13,545
  • karma-runner/karmaالصورة الرمزية لـ karma-runner

    karma-runner/karma

    11,958عرض على GitHub↗

    Karma is a JavaScript test runner designed for executing test suites across multiple real web browsers to ensure cross-browser compatibility. It functions as a browser-based execution system that launches browsers, captures console output, and provides a command line interface for running automated tests within continuous integration pipelines. The project utilizes a plugin architecture that allows for the integration of third-party launchers, reporters, and preprocessors. It employs an adapter-based framework to execute tests from various assertion libraries through a unified runner interfac

    Implements a translation layer to execute tests from various assertion libraries through a unified runner interface.

    JavaScript
    عرض على GitHub↗11,958
  • z-song/laravel-adminالصورة الرمزية لـ z-song

    z-song/laravel-admin

    11,154عرض على GitHub↗

    This project is a framework for building back-office administrative interfaces and CRUD screens within Laravel applications. It provides a centralized PHP backend dashboard for managing application settings, server files, and internal system operations using configuration-based code. The system utilizes a configuration-driven UI generation model to create data interfaces for reading, updating, and deleting database records based on model definitions. It includes dedicated management interfaces for Redis key-value stores and a visual application monitoring dashboard for analyzing runtime excep

    Uses adapter patterns to decouple the core application logic from external services like Redis and backup utilities.

    PHP
    عرض على GitHub↗11,154
  • vuestorefront/vue-storefrontالصورة الرمزية لـ vuestorefront

    vuestorefront/vue-storefront

    10,926عرض على GitHub↗

    Vue Storefront is a composable commerce platform designed to decouple the presentation layer from backend systems. By providing a headless frontend framework, it enables developers to build high-performance, mobile-first digital storefronts that remain independent of specific commerce engines, payment providers, or content management systems. The platform distinguishes itself through a modular architecture that uses standardized integration adapters to aggregate data from disparate services into a unified layer. This approach allows businesses to modernize legacy infrastructure or manage comp

    Uses standardized connectors to link third-party services without requiring changes to core application code.

    commercetoolse-commerceecommerce
    عرض على GitHub↗10,926
  • netflix/pollyjsالصورة الرمزية لـ Netflix

    Netflix/pollyjs

    10,253عرض على GitHub↗

    Pollyjs is an HTTP mocking and recording library designed to capture and replay network interactions to create deterministic tests. It functions as a request interceptor and stubbing framework that records real API responses into files, ensuring consistent test results across different environments without relying on live network servers. The tool utilizes pluggable network adapters to support various environments and employs a state-based mode switching system to toggle between recording, replaying, and stubbing behaviors. It uses pattern-based request matching and persistent interaction sto

    Abstracts the underlying HTTP client to support different environments like browsers or Node.js.

    JavaScriptbrowserjavascriptnetflix
    عرض على GitHub↗10,253
  • webdriverio/webdriverioالصورة الرمزية لـ webdriverio

    webdriverio/webdriverio

    9,795عرض على GitHub↗

    WebDriverIO is a Node.js test automation framework used for automating functional tests across web browsers and mobile applications. It acts as a WebDriver protocol client that manages remote browser sessions and executes commands against WebDriver and Appium servers to perform end-to-end testing. The framework is distinguished by its ability to control both native and hybrid mobile applications and its support for running automated suites across local machines, remote grids, and cloud device providers. It includes specialized capabilities for coordinating multi-browser interactions and estab

    Provides a translation layer that enables the automation logic to work seamlessly with test runners like Mocha, Jasmine, and Cucumber.

    TypeScript
    عرض على GitHub↗9,795
  • alan-turing-institute/sktimeالصورة الرمزية لـ alan-turing-institute

    alan-turing-institute/sktime

    9,810عرض على GitHub↗

    sktime is a machine learning framework designed for time series analysis. It provides a unified interface for performing time series forecasting, classification, and anomaly detection, integrating these capabilities into a standardized toolkit compatible with the scikit-learn API. The framework allows for the construction of complex analysis workflows through model pipelining and ensemble-based aggregation. It uses adapter-based integration to wrap external time series libraries, providing a single entry point for diverse algorithmic implementations. Its capabilities cover temporal data tran

    Uses adapter patterns to wrap external time series libraries in common interfaces for decoupled integration.

    Python
    عرض على GitHub↗9,810
  • uberi/speech_recognitionالصورة الرمزية لـ Uberi

    Uberi/speech_recognition

    8,973عرض على GitHub↗

    This project is a Python speech recognition library that serves as a unified interface for converting spoken audio into text. It functions as a bridge between Python applications and a variety of speech-to-text engines, providing a consistent way to interact with both local and cloud-based recognition services. The library distinguishes itself as a multi-engine transcription tool, wrapping diverse online APIs and offline recognition backends into a standardized format. This allows for interchangeable recognition engines and supports multilingual audio transcription through various language pa

    Provides architectural abstraction layers to decouple various speech recognition engine integrations from the core application logic.

    Pythonaudiopythonspeech-recognition
    عرض على GitHub↗8,973
  • octokit/octokit.jsالصورة الرمزية لـ octokit

    octokit/octokit.js

    7,795عرض على GitHub↗

    Octokit.js is a GitHub API SDK used to interact with GitHub via REST and GraphQL interfaces. It serves as a client for executing typed queries and mutations, managing authenticated REST requests, and handling signed webhooks across Node.js, Deno, and browser environments. The library features a plugin-based request pipeline and an adapter-based HTTP client, allowing the interception of requests and responses across different runtimes. It employs strategy-based authentication to separate credential management from request logic, supporting static tokens, OAuth flows, and GitHub App installatio

    Abstracts network requests using adapters to ensure compatibility across Node.js and browser runtimes.

    TypeScriptgithubhacktoberfestjavascript
    عرض على GitHub↗7,795
  • lostisland/faradayالصورة الرمزية لـ lostisland

    lostisland/faraday

    5,946عرض على GitHub↗

    Faraday is an HTTP client library for Ruby that sends requests and processes responses through a middleware pipeline with pluggable adapters. Its core identity is built around a middleware-pipeline architecture where HTTP requests and responses flow through a chain of components that can modify, log, or transform data before reaching the backend, combined with an adapter-based backend abstraction that delegates HTTP execution to interchangeable backends like Net::HTTP or Typhoeus. The library distinguishes itself through a parallel-execution engine that dispatches multiple HTTP requests concu

    Making HTTP requests from Ruby applications with a consistent interface that works across multiple backend adapters.

    Ruby
    عرض على GitHub↗5,946
  • lidarr/lidarrالصورة الرمزية لـ Lidarr

    Lidarr/Lidarr

    5,398عرض على GitHub↗

    Lidarr هو مدير أتمتة مكتبة الموسيقى ووحدة تحكم عميل تراقب الفنانين للإصدارات الجديدة وتؤتمت الحصول على الموسيقى عبر BitTorrent وUsenet. يعمل كمنظم بيانات وصفية ومكامل، حيث يربط عملاء التنزيل بخوادم الوسائط للحفاظ على مجموعة موسيقى رقمية كاملة ومحدثة. يتميز النظام بصيانة المكتبة المؤتمتة، مثل المسح بحثاً عن المسارات المفقودة لملء الفجوات ومراقبة إصدارات ذات جودة أعلى من الملفات الموجودة لإجراء ترقيات جودة تلقائية. يستخدم أنماط تسمية قابلة للتكوين لإعادة تسمية ملفات الصوت وتنظيم المجلدات، مما يضمن هيكل نظام ملفات محلي متسق. تغطي القدرات الواسعة إدارة التنزيل المؤتمتة، والبحث اليدوي عن الإصدارات، والقدرة على التعامل مع التنزيلات الفاشلة من خلال البحث عن إصدارات بديلة. يقوم البرنامج أيضاً بمزامنة تحديثات المكتبة وتغييرات البيانات الوصفية مع مشغلات الوسائط والخوادم.

    Implements a standardized adapter pattern to support a wide range of BitTorrent and Usenet clients.

    C#hacktoberfestmusicnzb
    عرض على GitHub↗5,398
  • typestack/routing-controllersالصورة الرمزية لـ typestack

    typestack/routing-controllers

    4,508عرض على GitHub↗

    routing-controllers هو موجه API تصريحي ومتحكم إطار عمل ويب لـ TypeScript. يوفر نظاماً لتحديد مسارات HTTP ومنطق معالجة الطلبات باستخدام مصممات (decorators) قائمة على الفئات وبيانات وصفية لتنظيم نقاط نهاية API في بنية منظمة. يستخدم المشروع تكامل خادم قائم على المحولات لفصل منطق التوجيه عن إطار عمل الويب الأساسي، مما يوفر تكاملات محددة لـ Express و Koa. يتميز بنظام تحويل النوع القائم على الانعكاس الذي يتحقق من معاملات الطلب الواردة ويحولها إلى مثيلات فئة مكتوبة. تغطي مساحة القدرة خط أنابيب طلب-استجابة كاملاً، بما في ذلك تنفيذ الوسيط، واعتراض الاستجابة، وإدارة الأخطاء العالمية. يدعم أدوات توجيه متقدمة مثل بادئة المسار العالمية، واكتشاف المكونات القائم على نظام الملفات، وتكامل حقن التبعية. تشمل الوظائف الإضافية التحكم في الوصول القائم على الأدوار، وحقن المستخدم المصادق عليه، ومعالجات متخصصة لتحميل الملفات وبث الاستجابة.

    Decouples routing logic from underlying web frameworks using adapters for Express and Koa.

    TypeScriptcontrollersexpress-routerframework
    عرض على GitHub↗4,508
  • typhoeus/typhoeusالصورة الرمزية لـ typhoeus

    typhoeus/typhoeus

    4,130عرض على GitHub↗

    Typhoeus is a Ruby wrapper for libcurl that functions as a session-based HTTP client. It provides an interface for making both synchronous and asynchronous network requests. The project acts as a parallel request manager, using a managed queue to execute multiple network requests concurrently. It further distinguishes itself as a mocking tool for stubbing requests with predefined responses and as a caching layer that stores responses to avoid redundant network calls. The library covers a broad range of capabilities including session cookie management, response body streaming for large files,

    Provides a backend adapter to connect the Faraday HTTP library with the underlying libcurl engine.

    Ruby
    عرض على GitHub↗4,130
  • geocoder-php/geocoderالصورة الرمزية لـ geocoder-php

    geocoder-php/Geocoder

    3,975عرض على GitHub↗

    Geocoder هي مكتبة PHP لتحويل العناوين إلى إحداثيات جغرافية والعكس باستخدام خدمات مختلفة تابعة لجهات خارجية. تعمل كغلاف geocoding متعدد المزودين ومحرك geocoding عكسي، مما يوفر طبقة تجريد لإدارة واجهات برمجة تطبيقات geocoding متعددة. يسمح المشروع بالتبديل بين المزودين أو تسلسل الطلبات لضمان التوفر العالي. كما يعمل كمحلل موقع GeoIP، حيث يترجم عناوين IP إلى إحداثيات جغرافية وتفاصيل الموقع من خلال خدمات عن بُعد أو قواعد بيانات ثنائية محلية. تتضمن المكتبة قدرات لتصدير كائنات الموقع والعنوان إلى تنسيقات جغرافية موحدة. توفر أدوات لتنسيق سلاسل العناوين المخصصة، والاستعلام الواعي بالموقع، وتخزين النتائج مؤقتاً لتقليل طلبات الشبكة المتكررة. يدعم النظام تنفيذ مزودين مخصصين ويتضمن تحليل الأداء لقياس الوقت والذاكرة المستهلكة في مكالمات تحديد الموقع الجغرافي.

    Implements interchangeable HTTP client adapters to handle network requests across different geocoding providers.

    PHPgeocoder
    عرض على GitHub↗3,975
  • ring-clojure/ringالصورة الرمزية لـ ring-clojure

    ring-clojure/ring

    3,880عرض على GitHub↗

    Ring is a Clojure HTTP web library that represents requests and responses as immutable data structures. It provides a functional framework for web development, treating HTTP traffic as standardized maps to decouple application logic from specific server implementations. The project features a middleware framework for composing reusable functional layers to handle cross-cutting concerns such as authentication and logging. It includes a server adapter system that translates raw traffic into request maps, as well as a dedicated integration layer for upgrading standard HTTP connections to bidirec

    Translates raw socket traffic and servlet requests into standardized maps for consumption by application handlers.

    Clojure
    عرض على GitHub↗3,880
  • searxng/searxng-dockerالصورة الرمزية لـ searxng

    searxng/searxng-docker

    3,157عرض على GitHub↗

    This project is a containerized search infrastructure designed to deploy a privacy-focused metasearch engine. It acts as a self-hosted search proxy that aggregates results from multiple external web, image, and academic search providers while anonymizing requests and stripping trackers to protect user identity. The system utilizes Docker to orchestrate the search instance, integrating caching mechanisms and reverse proxy support to ensure a private and efficient search environment. It employs a modular adapter-based integration to standardize diverse external API responses and a processing pi

    Implements an architectural abstraction layer using modular adapters to normalize diverse external search API responses.

    dockerdocker-compose
    عرض على GitHub↗3,157
السابق12التالي
  1. Home
  2. Software Engineering & Architecture
  3. Integration Adapters

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

  • HTTP Client Adapters1 وسم فرعيAdapters that allow HTTP libraries to use different underlying network engines. **Distinct from Integration Adapters:** Specifically covers HTTP client backend adapters, not general architectural integration patterns.
  • Server Traffic AdaptersAdapters that translate raw network traffic or server-specific requests into a standardized internal format. **Distinct from Integration Adapters:** Specifically handles the ingress translation of raw traffic into request maps, unlike general library integration adapters.
  • Testing Framework AdaptersInterface layers that allow different JavaScript testing libraries to be executed by a single runner. **Distinct from Integration Adapters:** Distinct from Integration Adapters by focusing specifically on the translation between test libraries and the execution runner.