awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 रिपॉजिटरी

Awesome GitHub RepositoriesHigh Availability Cache Layers

Distributed caching middleware designed for zero-downtime failover and consistency using transaction identifiers.

Distinct from Database Caching Middleware: Adds high-availability and failover capabilities to database caching middleware.

Explore 2 awesome GitHub repositories matching data & databases · High Availability Cache Layers. Refine with filters or upvote what's useful.

Awesome High Availability Cache Layers GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • readysettech/readysetreadysettech का अवतार

    readysettech/readyset

    5,192GitHub पर देखें↗

    Readyset is a transparent caching proxy for PostgreSQL and MySQL that sits between an application and its database, intercepting SQL queries and serving cached results from memory. It automatically caches query results on first execution and keeps those caches consistent by consuming the database’s replication stream in real time, enabling faster repeated reads without application code changes. The proxy also supports caching advanced SQL functions such as window functions, bucket functions, and locale-aware collation sorting, and exposes an interface that allows AI agents to inspect proxied q

    Ensures cache consistency and high availability during database failover using global transaction identifiers.

    Rustbackendcachecaching
    GitHub पर देखें↗5,192
  • ziggycreatures/fusioncacheZiggyCreatures का अवतार

    ZiggyCreatures/FusionCache

    3,543GitHub पर देखें↗

    FusionCache is a .NET caching framework that manages local and distributed data storage. It functions as a hybrid cache implementation, combining fast in-memory storage with a distributed second-level cache to reduce latency and remote data fetches. The framework includes a cache stampede protector that ensures only one request fetches missing data while concurrent calls wait. It synchronizes data across multiple application nodes using a backplane and provides an observability-driven approach with built-in metrics, structured logging, and telemetry. The system covers a broad range of cachin

    Prevents system crashes and cache stampedes using fail-safe fallbacks, circuit breakers, and request locking.

    C#asynccachecache-stampede
    GitHub पर देखें↗3,543
  1. Home
  2. Data & Databases
  3. Database Caching Middleware
  4. High Availability Cache Layers