3 个仓库
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 是一个高性能图像处理服务器和 Go 库,作为按需图像代理运行。它提供了一个用于调整大小、过滤和优化图像的安全转换 API,以及一个用于从视频文件生成静态缩略图的工具。 该系统通过使用按需处理引擎来处理大图像而无需将整个文件加载到内存中而脱颖而出。它具有加密请求签名功能以防止未经授权的 URL 篡改,并采用基于标头的格式协商来自动提供客户端浏览器支持的最有效图像格式。 该项目涵盖了广泛的功能,包括感兴趣区域检测、水印和可插拔存储后端。它还通过并发数据流管理资源生命周期,并提供诸如输入路径清理等安全措施以防止跨站脚本攻击。 该服务器包含一个用于渲染登录页面和上传表单的 HTML 界面。
Wraps non-seekable data sources in memory buffers to allow backward seeking during image processing.