2 مستودعات
Processors that maintain internal state to ensure exactly-once processing and consistency.
Distinct from Streaming Processors: Focuses on the stateful guarantee and consistency for fault tolerance, not just incremental event sequences.
Explore 2 awesome GitHub repositories matching data & databases · Stateful. Refine with filters or upvote what's useful.
Apache Flink is a distributed processing engine designed for both high-throughput, low-latency data streams and finite batch workloads. It functions as a stateful stream processor and a SQL stream processing engine, providing a unified runtime to execute relational queries and event-based transformations. The system is distinguished by its ability to manage persistent operator state to ensure exactly-once processing guarantees and consistency during failures. It features specialized capabilities for complex event processing to detect temporal patterns and handles out-of-order events using eve
Manages persistent operator state to ensure exactly-once processing and consistency during failures.
CryptoSwift is a cryptography library implemented entirely in the Swift programming language. It provides a collection of standard cryptographic algorithms for encryption, decryption, and hashing without relying on native C libraries or system frameworks. The library supports symmetric and asymmetric encryption, including RSA key generation and signature management. It features authenticated encryption schemes and the ability to generate cryptographic digests for data integrity verification. The toolset covers message authentication codes, secure key derivation from passwords, and data paddi
Maintains internal state across multiple data chunks to allow incremental encryption and decryption of large datasets.