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

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

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

7 مستودعات

Awesome GitHub RepositoriesFunctional Stream Transformations

Applying functional programming operators to filter, throttle, and merge asynchronous data sources.

Distinct from Stream Transformers: Applies to general event streams rather than specifically to HTTP request body frames.

Explore 7 awesome GitHub repositories matching web development · Functional Stream Transformations. Refine with filters or upvote what's useful.

Awesome Functional Stream Transformations GitHub Repositories

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

    ReactiveX/RxSwift

    24,648عرض على GitHub↗

    RxSwift is a reactive programming library for Swift that provides a framework for managing push-based data flows and composing asynchronous, event-based programs. It utilizes observable sequences and functional operators to transform and filter asynchronous sequences through a declarative approach. The library is distinguished by its ability to link asynchronous data streams directly to user interface elements, automating view updates via reactive data binding. It includes specialized tools for tracking UI control properties and events on the main thread, as well as the ability to encapsulate

    Filters, throttles, and merges multiple asynchronous data sources using a functional programming approach.

    Swift
    عرض على GitHub↗24,648
  • reactivecocoa/reactivecocoaالصورة الرمزية لـ ReactiveCocoa

    ReactiveCocoa/ReactiveCocoa

    19,835عرض على GitHub↗

    ReactiveCocoa is a functional reactive programming framework and Cocoa UI binding layer. It provides a library for composing asynchronous data streams and managing application state through signals and functional operators. The framework functions as an Objective-C data binding library that links object properties and method calls to reactive streams using runtime dynamism and swizzling. It includes a utility to convert traditional key-value observation notifications into composable streams for synchronized state tracking. The project covers reactive UI programming by connecting interface el

    Provides functional operators to filter, throttle, and merge asynchronous data streams for complex value transformations.

    Swift
    عرض على GitHub↗19,835
  • reactor/reactor-coreالصورة الرمزية لـ reactor

    reactor/reactor-core

    5,224عرض على GitHub↗

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

    Applies chains of functional operators to filter, transform, and handle errors for data flowing from a producer.

    Javaasynchronousflowflux
    عرض على GitHub↗5,224
  • reactivex/rxpyالصورة الرمزية لـ ReactiveX

    ReactiveX/RxPY

    5,014عرض على GitHub↗

    RxPY هي مكتبة للبرمجة التفاعلية الوظيفية ومكتبة ReactiveX للملاحظات (Observable) في Python. تعمل كمعالج تدفق غير متزامن وإطار عمل تنسيق قائم على الأحداث، وتُستخدم لبناء خطوط أنابيب بيانات تتفاعل مع تغيرات الحالة أو تدفقات الأحداث بمرور الوقت. توفر المكتبة مجموعة أدوات لتأليف البرامج غير المتزامنة والقائمة على الأحداث باستخدام تسلسلات قابلة للملاحظة وعوامل تشغيل. تتميز باستخدام مجدولات (Schedulers) قابلة للتكوين لإدارة التزامن والتوقيت ودورات حياة الاشتراك. يغطي المشروع مجموعة واسعة من قدرات معالجة التدفق، بما في ذلك تجميع البيانات، والتصفية، والدمج. كما يوفر آليات لبث الأحداث، وتخزين التسلسلات مؤقتًا، ومعالجة الأخطاء، بالإضافة إلى أدوات لتنسيق التدفقات القابلة للملاحظة مع حلقات الأحداث غير المتزامنة. يتم دعم الاختبار وضمان الجودة من خلال محاكاة الوقت الافتراضي، ونمذجة مخططات الرخام (Marble diagrams)، والتحقق من الانبعاثات.

    Implements functional operators to filter, throttle, and merge asynchronous data streams using pure functions.

    Python
    عرض على GitHub↗5,014
  • matz/streemالصورة الرمزية لـ matz

    matz/streem

    4,598عرض على GitHub↗

    Streem is a stream-based programming language and data pipeline orchestrator. It provides a domain-specific language for defining concurrent data flows, allowing users to link data sources to destinations through a sequence of operations that transform and filter individual stream elements. The system uses a custom script syntax to define data-flow connections and pipeline definitions. This allows for the orchestration of concurrent data processing where multiple pipeline stages execute simultaneously to move data elements through the system. The platform covers functional data transformatio

    Applies mapping or filtering functions to individual items as they pass through a sequential chain.

    C
    عرض على GitHub↗4,598
  • declarativehub/bondالصورة الرمزية لـ DeclarativeHub

    DeclarativeHub/Bond

    4,202عرض على GitHub↗

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

    Applies functional programming operators to modify and combine data streams before they are displayed in the UI.

    Swift
    عرض على GitHub↗4,202
  • mcxiaoke/rxdocsالصورة الرمزية لـ mcxiaoke

    mcxiaoke/RxDocs

    3,804عرض على GitHub↗

    RxDocs is a community-driven project that provides comprehensive technical documentation and educational resources for reactive programming. It serves as a centralized reference for developers implementing asynchronous data streams, offering detailed guides and operator specifications to support the management of complex event sequences. The project distinguishes itself by providing localized Chinese translations of technical concepts, ensuring that developers can access accurate information in their preferred language. It also focuses on accessibility by packaging these materials into portab

    Applies functional programming operators to filter, combine, and transform asynchronous data streams.

    androidkotlinreactivex
    عرض على GitHub↗3,804
  1. Home
  2. Web Development
  3. Request Body Handling
  4. Functional Stream Transformations