awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repository-uri

Awesome GitHub RepositoriesStateful

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.

Awesome Stateful GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • apache/flinkAvatar apache

    apache/flink

    26,086Vezi pe GitHub↗

    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.

    Java
    Vezi pe GitHub↗26,086
  • krzyzanowskim/cryptoswiftAvatar krzyzanowskim

    krzyzanowskim/CryptoSwift

    10,556Vezi pe GitHub↗

    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.

    Swiftaesaes-gcmcipher
    Vezi pe GitHub↗10,556
  1. Home
  2. Data & Databases
  3. Data Processing Pipelines
  4. Stream Processing Systems
  5. Data Streaming
  6. Structured Event Streams
  7. Streaming Processors
  8. Stateful

Explorează sub-etichetele

  • Cryptographic Stream StateInternal state management for incremental processing of encrypted data streams. **Distinct from Stateful:** Distinct from general stateful processing which focuses on fault tolerance; this is specifically for maintaining cipher state across data chunks.