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

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 Repos

Awesome GitHub RepositoriesScriptable Processing Pipelines

Pipelines that process data through a sequential chain of user-defined scriptable functions.

Distinct from Functional Pipelines: Focuses on the scriptable, real-time transformation of events rather than purely mathematical functional pipelines.

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

Awesome Scriptable Processing Pipelines GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • amzn/style-dictionaryAvatar von amzn

    amzn/style-dictionary

    4,709Auf GitHub ansehen↗

    Style Dictionary ist ein plattformübergreifender Style-Generator und ein Build-System für Design-Tokens. Es konvertiert eine einzelne Quelle von Design-Variablen in mehrere Ausgabeformate und plattformspezifische Dateien, um eine konsistente Single Source of Truth über verschiedene Interfaces hinweg zu wahren. Das System fungiert als Multi-Format-Style-Orchestrator, der modulare Token-Quellen zusammenführt und basierend auf den Anforderungen der Zielplattform transformiert. Es nutzt ein skriptfähiges Transform-Interface, um Token-Werte und -Namen zu modifizieren, was die Automatisierung von Design-System-Styles für Web-, iOS- und Android-Anwendungen ermöglicht. Der Build-Prozess ist konfigurationsgesteuert und nutzt ein zentrales Objekt, um Token-Sets auf Transformations- und Ausgaberegeln zu mappen. Es verwendet eine Intermediate Representation, um die Quell-Tokens agnostisch gegenüber der Zielplattform zu halten, während steckbare Format-Adapter definieren, wie verarbeitete Tokens in spezifische Zielformate geschrieben werden.

    Exposes a scriptable interface for injecting custom logic into the sequential token transformation pipeline.

    JavaScript
    Auf GitHub ansehen↗4,709
  • haveagitgat/tdarrAvatar von HaveAGitGat

    HaveAGitGat/Tdarr

    4,165Auf GitHub ansehen↗

    Tdarr is a distributed video processing and media library automation tool. It functions as a server-node architecture that manages the scanning, analysis, and normalization of audio and video files based on custom rules. The system distributes heavy compute workloads, such as transcoding and health checks, across multiple remote nodes to optimize hardware utilization. It uses a plugin-based pipeline to execute sequences of filters and transformations, automating media conversion via FFmpeg and HandBrake to standardize file formats and containers. The project covers media library health audit

    Executes a sequence of scriptable plugins and filters to standardize media formats through a modular processing pipeline.

    Makefile
    Auf GitHub ansehen↗4,165
  • unity-technologies/graphicsAvatar von Unity-Technologies

    Unity-Technologies/Graphics

    2,951Auf GitHub ansehen↗

    Graphics is a high-performance graphics engine and rendering infrastructure designed to configure and optimize high-fidelity graphics across diverse hardware and target platforms. At its core, the project provides a scriptable graphics framework that allows developers to write custom render loops and visual passes in C#. The platform enables the development of custom render pipelines and tailored rendering loops using scriptable architectures. It supports graphics pipeline optimization to achieve specialized visual outputs across different gaming platforms. Additionally, the system includes

    Provides a scriptable graphics framework allowing developers to write custom render loops and visual passes in C#.

    C#
    Auf GitHub ansehen↗2,951
  • python-social-auth/social-app-djangoAvatar von python-social-auth

    python-social-auth/social-app-django

    2,133Auf GitHub ansehen↗

    Dieses Projekt ist eine Django-Bibliothek, die es Webanwendungen ermöglicht, Benutzer über Drittanbieter-Identity-Provider mittels Standardprotokollen wie OAuth und OpenID Connect zu authentifizieren. Sie fungiert als Integrationsschicht, die die Authentifizierung an externe Dienste delegiert, wodurch sich Benutzer mit bestehenden Konten anmelden können, während eine persistente Verknüpfung mit ihrem lokalen Anwendungsprofil erhalten bleibt. Die Bibliothek zeichnet sich durch eine modulare Pipeline aus, die eine Sequenz von Funktionen zur Validierung und Verwaltung von Benutzerdatensätzen während des Login-Prozesses ausführt. Sie nutzt einen strategiebasierten Ansatz zur Kapselung anbieterspezifischer Logik, wodurch sichergestellt wird, dass Daten verschiedener externer Plattformen konsistent auf lokale Benutzermodellfelder abgebildet werden. Diese Architektur unterstützt Multi-Account-Linking, was es Benutzern ermöglicht, mehrere externe Identitäten mit einem einzigen lokalen Konto für flexiblen Zugriff zu verknüpfen. Über die Kernauthentifizierung hinaus bietet das System Middleware zur Verwaltung des Request-Response-Zyklus und zur Handhabung von Redirects für geschützte Routen. Es automatisiert die Synchronisierung externer Profildaten und stellt sicher, dass Benutzerinformationen über die Anwendung und die verbundenen Identitätsdienste hinweg konsistent bleiben.

    Executes a configurable sequence of modular functions to validate and manage user records during login.

    Pythonauthenticationdjangohacktoberfest
    Auf GitHub ansehen↗2,133
  1. Home
  2. Software Engineering & Architecture
  3. Functional Pipelines
  4. Scriptable Processing Pipelines