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
·

8 repository-uri

Awesome GitHub RepositoriesDatabase Event Triggers

Mechanisms that execute workflows or processes in response to data changes within database systems.

Distinguishing note: No existing candidates for database-driven workflow triggers; this focuses on the integration of data events.

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

Awesome Database Event Triggers GitHub Repositories

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

    hasura/graphql-engine

    32,064Vezi pe GitHub↗

    graphql-engine is an automated GraphQL API engine that transforms database tables and relationships into a queryable GraphQL schema. It functions as a federation gateway and mapper, instantly generating APIs with built-in filtering, pagination, and mutations from existing databases and remote schemas. The project distinguishes itself through a fine-grained access control layer that enforces row-level and field-level permissions. It further provides a real-time data subscription server that converts standard queries into live streams and a system for triggering event-driven webhooks and notifi

    Monitors database change logs to asynchronously trigger external HTTP requests via webhooks.

    TypeScriptaccess-controlapiautomatic-api
    Vezi pe GitHub↗32,064
  • simstudioai/simAvatar simstudioai

    simstudioai/sim

    28,796Vezi pe GitHub↗

    This project is an AI agent orchestration platform that provides a visual environment for building, testing, and deploying complex automation workflows. It functions as a low-code development interface where users can chain discrete functional blocks into dependency-aware pipelines to integrate artificial intelligence with external data and services. The platform supports the creation of intelligent conversational agents, automated business processes, and multi-service API orchestrations within a unified workspace. The platform distinguishes itself through its event-driven integration engine,

    Workflow Platform initiates workflows based on events occurring within a database, such as record updates or new entries, to integrate with external systems.

    TypeScriptagent-workflowagentic-workflowagents
    Vezi pe GitHub↗28,796
  • pubkey/rxdbAvatar pubkey

    pubkey/rxdb

    23,048Vezi pe GitHub↗

    This project is a reactive, offline-first NoSQL database engine designed for JavaScript applications. It provides a robust framework for managing application state by synchronizing data across browsers, mobile devices, and server-side runtimes. By treating local storage as the primary source of truth, it enables applications to remain functional without network connectivity, automatically reconciling changes with remote backends once a connection is restored. The database distinguishes itself through a modular architecture that supports cross-environment synchronization and high-performance d

    Provides streams for monitoring database modifications, allowing applications to trigger custom logic or notifications in response to specific data events.

    TypeScriptangularbrowser-databasecouchdb
    Vezi pe GitHub↗23,048
  • dotnet/efcoreAvatar dotnet

    dotnet/efcore

    14,587Vezi pe GitHub↗

    Entity Framework Core is an object-relational mapper that enables developers to interact with database systems using strongly-typed code. It serves as a comprehensive data access framework, providing a unified interface for mapping application objects to relational and non-relational database schemas while managing the lifecycle of data operations through a central context. The project distinguishes itself through a provider-based architecture that decouples core data access logic from specific database engines, allowing for consistent interaction across diverse storage systems. It features a

    Executes custom logic in response to specific internal database operations via event handlers.

    C#aspnet-productc-sharpdatabase
    Vezi pe GitHub↗14,587
  • insforge/insforgeAvatar InsForge

    InsForge/InsForge

    11,794Vezi pe GitHub↗

    InsForge is a backend-as-a-service platform that provides an integrated suite of tools for managing relational databases, identity provision, object storage, and serverless compute. It functions as an open-source identity provider and a PostgreSQL database manager featuring integrated vector storage and row-level security. The platform serves as an LLM orchestration gateway, offering a unified endpoint to route requests across various AI providers through an OpenAI-compatible interface. It enables AI-driven application generation and connects AI agents to backend resources using a standardize

    Automatically executes serverless functions in response to row insertions or updates in the database.

    TypeScriptaiai-agentscoding
    Vezi pe GitHub↗11,794
  • supabase/realtimeAvatar supabase

    supabase/realtime

    7,488Vezi pe GitHub↗

    Realtime is a real-time data distribution and synchronization engine that enables applications to stream database changes and coordinate state between clients. It functions as a synchronization layer that monitors database write-ahead logs to provide change data capture and pushes updates to authorized clients via WebSockets. The project features a real-time presence server for tracking the online status of active users and a broadcast service for sending ephemeral messages without database persistence. It organizes communication through channel-based message routing and uses a structured JSO

    Executes automated code in response to database table inserts, updates, or deletes.

    Elixircdcchange-data-capturecrdt
    Vezi pe GitHub↗7,488
  • voltagent/voltagentAvatar VoltAgent

    VoltAgent/voltagent

    6,020Vezi pe GitHub↗

    Fires agent workflows when new records are created in external database tables.

    TypeScriptagentsaiai-agents
    Vezi pe GitHub↗6,020
  • inngest/inngestAvatar inngest

    inngest/inngest

    5,499Vezi pe 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

    Executes background tasks automatically in response to specific data changes or updates occurring within a connected database.

    Go
    Vezi pe GitHub↗5,499
  1. Home
  2. Data & Databases
  3. Database Event Triggers