awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
In-Memory Event Caches · Awesome GitHub Repositories

1 repo

Awesome GitHub RepositoriesIn-Memory Event Caches

Mechanisms for storing and retrieving recent event states to provide immediate updates to new subscribers.

Distinguishing note: Focuses on state persistence for event systems, distinct from general database storage.

Explore 1 awesome GitHub repository matching data & databases · In-Memory Event Caches. Refine with filters or upvote what's useful.

  1. Home
  2. Data & Databases
  3. In-Memory Event Caches

Awesome In-Memory Event Caches GitHub Repositories

Describe the repository you're looking for…
Find the best repos with AI.We'll search the best matching repositories with AI.
  • greenrobot/EventBus

    greenrobot/EventBus

    24,760View on GitHub↗

    EventBus is a publish-subscribe messaging library designed to facilitate decoupled communication between components in Java applications. It functions as a central hub where producers dispatch events that are routed to subscribers based on the class type of the payload. By using annotation-based markers, the system maps event handlers to specific data types, allowing different parts of an application to exchange information without requiring direct references between classes. The library distinguishes itself through a focus on performance and execution control. It utilizes a compile-time inde

    Maintains a cache of the most recent events in memory to immediately deliver state updates to late-registering subscribers.

    Java
    24,760View on GitHub↗