3 Repos
Processing where values are yielded from sources or accepted via sinks for direct external manipulation.
Distinct from Stream Processing: Focuses on the accessibility of the stream ends (open vs closed) for public reduction, unlike general stream processing frameworks.
Explore 3 awesome GitHub repositories matching data & databases · Open Stream Processing. Refine with filters or upvote what's useful.
language-ext is a functional programming framework for C# that provides a suite of immutable data structures and monadic types. It enables the implementation of pure functional programming patterns, utilizing containers to manage side effects, optional values, and error handling. The library is distinguished by its advanced concurrency and state management tools, including a software transactional memory system and lock-free atomic references. It also provides specialized utilities for distributed systems, such as vector clocks for causality tracking and deterministic data conflict resolution
Provides open sources and sinks for direct public manipulation and reduction of data.
The AWS SDK for PHP is a software development kit that provides HTTP client classes for every supported Amazon Web Service, enabling PHP applications to send authenticated requests and receive structured, typed response objects. It includes a credential resolution chain that automatically locates credentials from environment variables, instance profiles, or configuration files, and supports promise-based asynchronous execution for running multiple API calls concurrently to improve throughput. The SDK distinguishes itself through a middleware pipeline architecture that allows interception and
Enables seeking backward over previously read bytes by buffering data in a temporary stream.
Imagor ist ein leistungsstarker Bildverarbeitungsserver und eine Go-Bibliothek, die als On-Demand-Bild-Proxy fungiert. Sie bietet eine sichere Transformations-API zum Ändern der Größe, Filtern und Optimieren von Bildern sowie ein Tool zum Generieren statischer Thumbnails aus Videodateien. Das System zeichnet sich durch eine bedarfsorientierte Verarbeitungs-Engine aus, die große Bilder verarbeitet, ohne ganze Dateien in den Arbeitsspeicher zu laden. Es bietet kryptografische Request-Signierung, um unbefugte URL-Manipulationen zu verhindern, und nutzt header-basierte Format-Aushandlung, um automatisch das effizienteste Bildformat bereitzustellen, das vom Browser des Clients unterstützt wird. Das Projekt deckt ein breites Spektrum an Funktionen ab, darunter die Erkennung von Region of Interest, Wasserzeichen und erweiterbare Speicher-Backends. Es verwaltet zudem Ressourcen-Lebenszyklen durch gleichzeitiges Daten-Streaming und bietet Sicherheitsmaßnahmen wie Input-Path-Sanitization, um Cross-Site-Scripting zu verhindern. Der Server enthält ein HTML-Interface zum Rendern von Landingpages und Upload-Formularen.
Wraps non-seekable data sources in memory buffers to allow backward seeking during image processing.