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

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

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

5 مستودعات

Awesome GitHub RepositoriesProcessing Pipelines

Architectural patterns for routing and transforming data through sequential processing stages.

Distinguishing note: Focuses on the request-response middleware architecture.

Explore 5 awesome GitHub repositories matching software engineering & architecture · Processing Pipelines. Refine with filters or upvote what's useful.

Awesome Processing Pipelines GitHub Repositories

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

    open-webui/open-webui

    142,694عرض على GitHub↗

    Open WebUI is a self-hosted, web-based platform designed for interacting with local and remote artificial intelligence models. It functions as a unified interface and orchestration suite, enabling users to build, deploy, and manage specialized AI agents equipped with custom instructions, external tool access, and private knowledge bases. The platform distinguishes itself through a modular architecture that supports complex AI workflows. It features a plugin-based framework for custom logic and pipeline-based request processing, allowing developers to filter or transform data streams before th

    Routes incoming chat messages through a series of modular filters and transformation steps.

    Pythonaillmllm-ui
    عرض على GitHub↗142,694
  • apache/tomcatالصورة الرمزية لـ apache

    apache/tomcat

    8,186عرض على GitHub↗

    Apache Tomcat is an open-source implementation of the Jakarta Servlet, Pages, Expression Language, and WebSocket specifications, serving as a container for running Java web applications. It provides a modular architecture with a servlet container, connector abstraction for multiple I/O models, and a pipeline-based request processing system that handles cross-cutting concerns through composable components. The server supports container-managed security with configurable realms for authentication against JDBC, LDAP, or memory-based credential stores, and offers TLS encryption with optional Open

    Chains composable request-processing components in a pipeline for cross-cutting concerns.

    Javahttpjavajavaee
    عرض على GitHub↗8,186
  • exadel-inc/comprefaceالصورة الرمزية لـ exadel-inc

    exadel-inc/CompreFace

    7,782عرض على GitHub↗

    CompreFace is a facial recognition system designed for human face detection, identification, and biometric identity verification. It provides a registry of known people and the ability to match faces in images against this database to determine a specific identity. The system extracts facial landmarks to map geometry and analyzes physical attributes including age, gender, and head pose. It can also verify whether two different images belong to the same individual. The project is implemented as a microservice-based deployment utilizing a REST API gateway and a PostgreSQL metadata store. It in

    Implements an asynchronous processing pipeline to handle heavy facial analysis tasks without blocking the system.

    Javacomputer-visiondockerdocker-compose
    عرض على GitHub↗7,782
  • prettier/prettier-eslintالصورة الرمزية لـ prettier

    prettier/prettier-eslint

    4,103عرض على GitHub↗

    prettier-eslint هو مصمم كود سطر أوامر ومنسق JavaScript يدمج Prettier وESLint. يعمل كمغلف للمدقق (linter)، وينسق خط أنابيب متسلسل لمهام التنسيق والتدقيق لضمان أن الكود المصدري متسق جمالياً ومتوافق مع القواعد. تحل الأداة التعارضات بين أدلة الأنماط وقواعد المنطق من خلال تنفيذ إصلاحات التدقيق بعد التنسيق. وتسمح بتسلسل تنسيق قابل للتكوين لإعطاء الأولوية لقواعد محددة ويمكنها تحديد الملفات غير المنسقة لتسهيل الاستخدام في خطافات التحكم في الإصدار. يوفر المشروع قدرات لإصلاحات التدقيق التلقائية وتحليل الأخطاء التفصيلي الذي يبلغ عن انتهاكات القواعد مع مواقع الأسطر. ويدعم الكتابة المباشرة فوق الملفات ويتكامل في سير عمل التحليل الثابت وخطوط أنابيب البناء المؤتمتة.

    Processes source code through a sequential pipeline of formatting and linting stages to ensure style consistency.

    TypeScripteslintformatterhacktoberfest
    عرض على GitHub↗4,103
  • 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

    Processes raw search engine data through a sequential pipeline of plugins and filters to clean and format the output.

    dockerdocker-compose
    عرض على GitHub↗3,157
  1. Home
  2. Software Engineering & Architecture
  3. Processing Pipelines

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

  • Valve-Based PipelinesChains composable request-processing components in a pipeline for cross-cutting concerns like logging and authentication. **Distinct from Processing Pipelines:** Distinct from Processing Pipelines: specifies a valve-based architecture for request processing, not general data stream transformation.