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

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

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

23 مستودعات

Awesome GitHub RepositoriesFlow Modularization

Methods for organizing complex automation logic into smaller, reusable components.

Distinct from Configuration Modularization: Distinct from configuration modularization; focuses on functional logic reuse in visual programming environments.

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

Awesome Flow Modularization GitHub Repositories

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

    ReactiveX/rxjs

    31,682عرض على GitHub↗

    RxJS is a library for reactive programming that provides a framework for composing asynchronous and event-based programs. It utilizes observable sequences to model data flows, allowing developers to manage complex sequences of events through a declarative programming interface. The library implements the observer pattern to facilitate decoupled communication between data producers and subscribers. By employing a lazy execution model, streams remain dormant until a consumer explicitly subscribes, at which point data production is triggered. This approach enables the construction of predictable

    Models data flows as observable sequences that can be combined and transformed through a declarative interface.

    TypeScriptjavascriptrxjs
    عرض على GitHub↗31,682
  • 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

    Provides functional operators to transform and filter event sequences through observable stream composition.

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

    node-red/node-red

    22,803عرض على GitHub↗

    Node-RED is a visual, low-code automation framework designed for building event-driven data processing workflows. It provides a browser-based programming environment where users connect hardware devices, APIs, and online services by wiring together functional nodes in a directed graph. This visual approach allows for the creation of complex logic paths without the need for traditional source code. The platform is distinguished by its pluggable node architecture and portable flow serialization. Logic is represented as JSON-based data structures, enabling flows to be easily versioned, shared, a

    Organizes complex automation into smaller, reusable components to simplify maintenance.

    JavaScriptflow-based-programmingjavascriptlow-code
    عرض على GitHub↗22,803
  • emcie-co/parlantالصورة الرمزية لـ emcie-co

    emcie-co/parlant

    18,119عرض على GitHub↗

    Parlant is an agentic workflow engine and orchestration framework designed for building conversational AI that adheres to strict behavioral guidelines. It provides a platform for managing multi-turn interactions through state-machine-based logic, allowing developers to define complex, hierarchical conversational flows that can adapt, skip, or revisit steps based on real-time user input. The framework distinguishes itself through its focus on behavioral governance and observability. It enables developers to define precise domain terminology and enforce instruction compliance through prioritize

    Organizes complex conversational logic into nested, reusable components to simplify task management.

    Pythonai-agentsai-alignmentcustomer-service
    عرض على GitHub↗18,119
  • rust-lang/bookالصورة الرمزية لـ rust-lang

    rust-lang/book

    17,930عرض على GitHub↗

    The Rust Programming Language Book is the official technical guide and educational resource for the Rust language. It provides a comprehensive walkthrough of the language's design, focusing on its core identity as a systems programming language that enforces memory safety and high-performance execution without the need for a garbage collector. The project is distinguished by its focus on ownership, borrowing, and lifetime tracking, which allow the compiler to verify memory safety and thread safety at compile time. It covers the language's unique approach to zero-cost abstractions, including t

    Organizes code into reusable blocks that accept inputs and return outputs to structure program flow.

    Rustbookmdbookrust
    عرض على GitHub↗17,930
  • piotrwitek/react-redux-typescript-guideالصورة الرمزية لـ piotrwitek

    piotrwitek/react-redux-typescript-guide

    13,292عرض على GitHub↗

    This project is a technical reference for implementing static typing in applications built with React and Redux. It provides a comprehensive guide for establishing type-safe state management, focusing on the configuration of stores, actions, and reducers using TypeScript type inference and unions. The guide covers architectural patterns for defining props, generic components, and higher-order components with strict type definitions. It also provides methods for managing ambient type configurations and augmenting third-party modules to resolve missing or incorrect TypeScript definitions. The

    Defines side-effect logic using typed observable streams to ensure safety in asynchronous Redux workflows.

    TypeScriptflowguideguidelines
    عرض على GitHub↗13,292
  • netflix/falcorالصورة الرمزية لـ Netflix

    Netflix/falcor

    10,572عرض على GitHub↗

    Falcor is a JavaScript library that models remote data as a single virtual JSON graph, providing a path-based query engine for efficient client-side data retrieval and updates. It represents multiple remote data sources as a unified document where entities are accessed via globally unique identity paths. The system distinguishes itself by treating the remote data model as a virtual JSON resource, allowing the client to query specific paths without managing individual endpoints. It uses a reference-aware graph model to handle many-to-many relationships and prevents data duplication. Network ef

    Wraps data retrieval and mutation results in observable streams that treat errors as regular data values.

    JavaScript
    عرض على GitHub↗10,572
  • angular/angularfireالصورة الرمزية لـ angular

    angular/angularfire

    7,814عرض على GitHub↗

    AngularFire is a set of tools for connecting applications to Firebase services. It provides a library of client-side interfaces for managing authentication, object storage, NoSQL databases, and serverless functions. The project utilizes observables and dependency injection to integrate cloud services into the application hierarchy. It features a reactive interface for streaming real-time data, managing document-based databases, and tracking authentication state as a continuous stream of tokens. The platform covers a broad range of cloud capabilities, including identity verification, binary f

    Wraps cloud database listeners in observables to enable reactive UI updates as remote data changes.

    TypeScript
    عرض على GitHub↗7,814
  • kaushikgopal/rxjava-android-samplesالصورة الرمزية لـ kaushikgopal

    kaushikgopal/RxJava-Android-Samples

    7,504عرض على GitHub↗

    This project is a sample library and implementation guide for using RxJava to manage asynchronous data streams and concurrent tasks in Android applications. It provides a collection of reference implementations for reactive programming, focusing on functional operators to transform and combine asynchronous data flows. The library demonstrates specific Android architectural patterns, such as implementing decoupled event buses for component communication and coordinating parallel network requests. It includes concrete examples of mobile-specific patterns including search input debouncing, list

    Utilizes observable streams to propagate data changes from producers to multiple consumers using a push-based model.

    Javaconcurrencyexamplejava
    عرض على GitHub↗7,504
  • neuecc/unirxالصورة الرمزية لـ neuecc

    neuecc/UniRx

    7,326عرض على GitHub↗

    UniRx is a reactive programming library and event orchestration framework for the Unity engine. It implements observable sequences and functional operators to transform callbacks, coroutines, and engine events into cancellable data streams for unified asynchronous event handling. The library provides a reactive UI binding system that synchronizes data models with user interface elements to trigger automatic visual updates. It includes a type-based publication and subscription system to route messages between producers and consumers, decoupling internal game components. The framework covers a

    Transforms asynchronous event sequences into pipelines using functional operators to filter and merge data flows.

    C#
    عرض على GitHub↗7,326
  • reactive-extensions/rx.netالصورة الرمزية لـ Reactive-Extensions

    Reactive-Extensions/Rx.NET

    7,153عرض على GitHub↗

    Rx.NET is a reactive programming framework and library for the .NET ecosystem used to compose asynchronous and event-based programs. It provides an observable data stream API that treats live sequences of information as collections, allowing developers to coordinate asynchronous event workflows using a declarative syntax. The project functions as an extension of language integrated query patterns to asynchronous streams. This allows for the filtering and transformation of asynchronous notifications and event sequences through the application of query operators. The framework covers asynchron

    Implements observable stream primitives for modeling and composing complex event-based data flows.

    C#
    عرض على GitHub↗7,153
  • jerosoler/drawflowالصورة الرمزية لـ jerosoler

    jerosoler/Drawflow

    6,047عرض على GitHub↗

    Simple flow library 🖥️🖱️

    Splitting a flow editor into separate named modules to manage complex diagrams with independent state.

    JavaScript
    عرض على GitHub↗6,047
  • huangsam/ultimate-pythonالصورة الرمزية لـ huangsam

    huangsam/ultimate-python

    5,873عرض على GitHub↗

    Ultimate Python is a code-first educational resource for mastering the Python programming language. It organizes learning into self-contained, runnable modules that progress from fundamental syntax through advanced features, all without any external dependencies or build tools. The project is structured as a flat file hierarchy where each module is named by topic and can be executed independently. This design enables self-paced, hands-on practice with core Python concepts including built-in data structures, object-oriented programming, and advanced topics such as decorators, threading, and as

    Names modules by topic such as decorators.py and threading.py for intuitive navigation.

    Pythonhacktoberfestinternationallearn-to-code
    عرض على GitHub↗5,873
  • reactivex/rxgoالصورة الرمزية لـ ReactiveX

    ReactiveX/RxGo

    5,091عرض على GitHub↗

    RxGo هي مكتبة برمجة تفاعلية وظيفية وتنفيذ لـ ReactiveX للغة Go. تعمل كمجموعة أدوات لمعالجة التدفق غير المتزامن مصممة لتنسيق البرامج القائمة على الأحداث وتدفقات البيانات باستخدام نمط الملاحظ (observable). تمكن المكتبة من بناء خطوط أنابيب معالجة غير متزامنة تقوم بتحويل وتصفية ودمج تسلسلات الأحداث. وتتميز باستخدام عوامل وظيفية لتكوين خطوط الأنابيب هذه وتوفر آليات لإدارة التنفيذ المتزامن. تغطي مجموعة الأدوات مجموعة واسعة من إمكانات تنسيق التدفق، بما في ذلك تجميع البيانات، ودمج التدفقات المتعددة، وتحويل التدفقات إلى هياكل بيانات ثابتة. وتتضمن دعماً مدمجاً لاستعادة الأخطاء، والتحكم في الضغط العكسي (backpressure) لتنظيم سرعات إنتاج البيانات، وتجميع العمال (worker pooling) لموازاة المعالجة عبر أنوية وحدة المعالجة المركزية.

    Provides diverse methods to generate event streams from static data, channels, and time-based intervals.

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

    ReactiveX/RxPY

    5,014عرض على GitHub↗

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

    Generates observable streams from various sources including manual triggers, time intervals, and existing data structures.

    Python
    عرض على GitHub↗5,014
  • amitshekhariitbhu/rxjava2-android-samplesالصورة الرمزية لـ amitshekhariitbhu

    amitshekhariitbhu/RxJava2-Android-Samples

    4,917عرض على GitHub↗

    This repository is a collection of practical implementation patterns and reference samples for using RxJava 2 to manage asynchronous data streams in Android applications. It serves as a reactive programming implementation guide, providing code examples for handling complex event-driven logic and asynchronous patterns within mobile environments. The project distinguishes itself by providing specific reference implementations for common mobile challenges, such as real-time search with debouncing, on-demand list pagination for infinite scrolling, and cache-first data streaming to reduce perceive

    Demonstrates the use of observable streams to notify multiple subscribers of data changes in a push-based model.

    Javaandroidexampleexamples
    عرض على GitHub↗4,917
  • sudheerj/angular-interview-questionsالصورة الرمزية لـ sudheerj

    sudheerj/angular-interview-questions

    4,872عرض على GitHub↗

    This project is a curated collection of technical interview questions and detailed answers designed for professional software engineering roles. It serves as an Angular framework study resource and interview guide for developers preparing for frontend engineering assessments. The resource covers core architectural patterns including component-based view architecture, hierarchical dependency injection, and declarative template binding. It also addresses implementation details regarding observable-driven data streams and the use of directives for DOM manipulation. Additional content focuses on

    Explains the use of observable streams to handle asynchronous data flows and UI updates.

    angularangular-interview-questionsangular6
    عرض على GitHub↗4,872
  • rengwuxian/rxjavasamplesالصورة الرمزية لـ rengwuxian

    rengwuxian/RxJavaSamples

    3,912عرض على GitHub↗

    RxJavaSamples is a collection of reference implementations and practical guides for applying reactive patterns to asynchronous networking and state management. It provides code demonstrations for integrating reactive streams with Retrofit to handle network requests in a non-blocking manner. The project focuses on asynchronous patterns for managing API calls, including the combination of concurrent streams and the use of subjects to cache emitted values for state management. It specifically demonstrates how to implement automated token refresh workflows to maintain authenticated sessions witho

    Processes asynchronous network events as observable data streams for real-time updates.

    Java
    عرض على GitHub↗3,912
  • salesforce/akitaالصورة الرمزية لـ salesforce

    salesforce/akita

    3,672عرض على GitHub↗

    Akita is a JavaScript state management library that provides a system for managing application data and user interface state. It utilizes an observable data store and immutable state containers to synchronize data across interfaces, employing an entity state manager to handle flat collections of objects with unique identifiers. The project distinguishes itself through a comprehensive history management system that supports both global application-wide state reversal and granular, per-entity undo and redo functionality. It also includes a client-side data cache with time-to-live settings to pr

    Utilizes observable streams to synchronize state changes and data transformations across the application.

    TypeScriptangularjavascriptoop
    عرض على GitHub↗3,672
  • btroncone/learn-rxjsالصورة الرمزية لـ btroncone

    btroncone/learn-rxjs

    3,671عرض على GitHub↗

    This project is a comprehensive learning resource and technical reference for reactive programming with RxJS. It provides a structured curriculum, curated examples, and an indexed operator catalog to help developers shift from imperative to declarative programming using observable data streams and functional operators. The repository features a library of reactive UI patterns and implementation recipes. These cover practical applications such as type-ahead search, game loops, gesture-based interactions like swipe-to-refresh, and security overlays like lockscreens. The resource covers a broad

    Models asynchronous events as observable data streams that can be transformed and combined using functional operators.

    TypeScriptjavascriptlearning-rxjsobservables
    عرض على GitHub↗3,671
السابق12التالي
  1. Home
  2. Software Engineering & Architecture
  3. Flow Modularization

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

  • Modular Flow Composition1 وسم فرعيArchitectural patterns for structuring test suites into reusable, nested sequences. **Distinct from Flow Modularization:** Distinct from Flow Modularization: focuses on the composition of nested test flows specifically.
  • Named ModulesSplitting a flow editor into separate named modules to manage complex diagrams with independent state. **Distinct from Flow Modularization:** Distinct from Modular Flow Composition: focuses on partitioning the editor into named, independent modules rather than composing nested test flows.
  • Topic-Based Module NamesModules named by their subject matter for intuitive browsing and search. **Distinct from Named Modules:** Distinct from Named Modules: focuses on naming by topic rather than arbitrary naming for editor partitioning.