awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 repositorios

Awesome GitHub RepositoriesEvent Subscribers

Global handlers for database entity lifecycle events.

Distinguishing note: None available; minting under Data & Databases.

Explore 3 awesome GitHub repositories matching data & databases · Event Subscribers. Refine with filters or upvote what's useful.

Awesome Event Subscribers GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • typeorm/typeormAvatar de typeorm

    typeorm/typeorm

    36,540Ver en GitHub↗

    TypeORM is an object-relational mapper for TypeScript and JavaScript that bridges the gap between object-oriented application code and relational database tables. It provides a comprehensive data persistence layer that allows developers to define database entities using class decorators or configuration objects, enabling seamless interaction with data through object-oriented patterns. The project distinguishes itself through a flexible architecture that supports both the data mapper and repository patterns, alongside a fluent query builder that translates high-level method calls into platform

    Implements subscriber classes to handle entity lifecycle events globally or for specific entities.

    TypeScriptactive-recordcockroachdbdata-mapper
    Ver en GitHub↗36,540
  • modelcontextprotocol/typescript-sdkAvatar de modelcontextprotocol

    modelcontextprotocol/typescript-sdk

    12,674Ver en GitHub↗

    This project provides a TypeScript software development kit for the Model Context Protocol, a standard designed to facilitate bidirectional communication between AI applications and external data sources or tools. It serves as a foundational framework for building both clients and servers, enabling language models to interact with external systems through a unified, decoupled interface. The SDK distinguishes itself by implementing a transport-agnostic connection layer that supports both local standard input-output streams and remote HTTP endpoints. It utilizes a JSON-RPC message bus to manage

    Notifies clients automatically when specific resources change to ensure access to current information.

    TypeScript
    Ver en GitHub↗12,674
  • inngest/inngestAvatar de inngest

    inngest/inngest

    5,499Ver en GitHub↗

    Inngest is a durable execution framework and event-driven automation engine designed to orchestrate background workflows. It enables developers to build resilient, stateful processes by memoizing function steps, ensuring that long-running tasks can automatically resume from the last successful operation after failures, timeouts, or infrastructure restarts. The platform distinguishes itself through its event-driven architecture, which uses a schema-validated bus to trigger functions and coordinate complex, multi-step logic. It employs an onion-model middleware approach for cross-cutting concer

    Connects to a message stream to receive live updates and function lifecycle states directly within a user interface component.

    Go
    Ver en GitHub↗5,499
  1. Home
  2. Data & Databases
  3. Event Subscribers

Explorar subetiquetas

  • Realtime Event SubscriptionsConnects to a message stream to receive live updates and function lifecycle states directly within a user interface component. **Distinct from Event Subscribers:** Distinct from Event Subscribers: focuses on UI-bound subscriptions to realtime event streams rather than global database lifecycle handlers.