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) آمنة لتحويل الصور وتغيير حجمها وتصفيتها وتحسينها، بالإضافة إلى أداة لإنشاء صور مصغرة ثابتة من ملفات الفيديو. يتميز النظام باستخدام محرك معالجة قائم على الطلب للتعامل مع الصور الكبيرة دون تحميل الملفات بالكامل في الذاكرة. ويتميز بتوقيع الطلبات المشفر لمنع التلاعب غير المصرح به في الروابط، ويستخدم تفاوض التنسيق القائم على الترويسة (header-based) لتقديم تنسيق الصورة الأكثر كفاءة الذي يدعمه متصفح العميل تلقائياً. يغطي المشروع مجموعة واسعة من القدرات، بما في ذلك اكتشاف منطقة الاهتمام، وإضافة العلامات المائية، وخلفيات التخزين القابلة للتوصيل. كما يدير دورات حياة الموارد من خلال تدفق البيانات المتزامن ويوفر تدابير أمنية مثل تنقية مسار الإدخال لمنع هجمات البرمجة عبر المواقع (XSS). يتضمن الخادم واجهة HTML لعرض صفحات الهبوط ونماذج الرفع.
Wraps non-seekable data sources in memory buffers to allow backward seeking during image processing.