awesome-repositories.com
Blog
MCP
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
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 repository-uri

Awesome GitHub RepositoriesEvent Push APIs

APIs for pushing external events into the system to trigger workflow or task executions.

Distinct from Workflow Event Triggers: Distinct from Workflow Event Triggers: focuses on the client-side event emission mechanism, not the trigger configuration.

Explore 5 awesome GitHub repositories matching devops & infrastructure · Event Push APIs. Refine with filters or upvote what's useful.

Awesome Event Push APIs GitHub Repositories

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

    hatchet-dev/hatchet

    6,622Vezi pe GitHub↗

    Hatchet is an open-source durable workflow engine and task orchestration platform. It provides a framework for building and executing fault-tolerant, multi-step pipelines as directed acyclic graphs (DAGs), with automatic retries, scheduling, and real-time observability. The system is built around durable task checkpointing, which persists execution state after each step so work can resume from the last checkpoint after a worker crash or restart, and it supports event-driven task resumption that pauses a task until a matching external event arrives. The platform distinguishes itself through it

    Provides APIs to push external events that trigger workflow executions.

    Goconcurrencydagdistributed
    Vezi pe GitHub↗6,622
  • misp/mispAvatar MISP

    MISP/MISP

    6,360Vezi pe GitHub↗

    MISP is an open-source threat intelligence sharing platform designed for collecting, storing, and distributing structured threat indicators and intelligence. At its core, it provides a distributed synchronization protocol for transferring events between instances, an attribute-based correlation engine that links matching indicators across events, and a REST API with an OpenAPI specification for programmatic access to threat data. The platform uses formal data formats for JSON, taxonomy, galaxy, and object templates to enable compatibility across tools and communities. The platform distinguish

    Ships a distributed synchronization protocol for pushing events to remote MISP instances.

    PHP
    Vezi pe GitHub↗6,360
  • tencentblueking/bk-cmdbAvatar TencentBlueKing

    TencentBlueKing/bk-cmdb

    5,700Vezi pe GitHub↗

    bk-cmdb is an enterprise platform for centralized IT asset management, topology mapping, and configuration management. It functions as a configuration management database (CMDB) that stores and manages IT asset attributes, relationships, and lifecycle states, providing infrastructure visibility across an organization. The platform is built around a topology-driven data model that structures IT assets and their relationships as a flexible graph of business units, clusters, modules, and hosts. The system distinguishes itself through its event-driven integration engine, which registers data chan

    Implements an event-driven integration engine that pushes real-time callbacks to external systems on data changes.

    Gobluekingcmdbdevops-tools
    Vezi pe GitHub↗5,700
  • bram2w/baserowAvatar bram2w

    bram2w/baserow

    5,085Vezi pe GitHub↗

    Baserow este o bază de date relațională no-code și un constructor de aplicații care permite utilizatorilor să creeze tabele de date structurate și instrumente de business printr-o interfață vizuală. Funcționează ca un backend de date REST API headless și un spațiu de lucru de date self-hosted, oferind o platformă pentru gestionarea bazelor de date colaborative, menținând în același timp controlul deplin asupra rezidenței datelor. Platforma integrează modele de limbaj mari pentru a servi ca o platformă de date bazată pe LLM, capabilă să genereze structuri de baze de date, conținut de înregistrări și fluxuri de lucru tehnice din limbaj natural. De asemenea, acționează ca un server Model Context Protocol, permițând agenților AI de la distanță să interacționeze programatic cu înregistrările structurate din baza de date. Dincolo de capabilitățile sale de bază de bază de date, proiectul oferă instrumente pentru construirea de portaluri externe de marcă, aplicații de business interne și tablouri de bord interactive. Include un motor de automatizare bazat pe evenimente pentru automatizarea proceselor de business și suportă o gamă largă de integrări API, inclusiv webhook-uri, streaming de evenimente WebSocket și sincronizarea datelor cu terțe părți. Software-ul este conceput pentru găzduirea pe infrastructură privată și deployment containerizat pentru a asigura suveranitatea și securitatea datelor.

    Triggers external application notifications automatically via callbacks when database records are modified.

    Python
    Vezi pe GitHub↗5,085
  • newfuture/ddnsAvatar NewFuture

    NewFuture/DDNS

    4,682Vezi pe GitHub↗

    Acest proiect este un client și sincronizator DNS dinamic multi-furnizor care monitorizează adresele IPv4 și IPv6 locale și actualizează automat înregistrările DNS la diverși furnizori cloud. Acesta funcționează ca un instrument de monitorizare a adreselor IP și un webhook de actualizare IP de rețea, asigurându-se că numele de domenii rămân îndreptate către adresele de rețea curente. Sistemul se distinge printr-o gamă largă de integrări native cu furnizori, inclusiv Cloudflare, AliDNS, DNSPod, Huawei Cloud și HE.net. Dincolo de simplele actualizări ale înregistrărilor, permite gestionarea stării proxy CDN, a duratelor TTL și a liniilor de rutare regionale, suportând în același timp webhook-uri HTTP personalizate pentru a declanșa notificări externe ori de câte ori este detectată o schimbare IP. Suprafața de capabilități include descoperirea IP-ului public prin interogări API și comenzi shell, cache-ul stării locale pentru a preveni apelurile API redundante și programarea automată prin expresii cron sau manageri de sarcini nativi ai sistemului. De asemenea, oferă o configurare flexibilă prin variabile de mediu, fișiere JSON și URL-uri HTTP la distanță.

    Triggers external callbacks to notify other systems when local network IP addresses change.

    Pythonalidnscdncloudflare
    Vezi pe GitHub↗4,682
  1. Home
  2. DevOps & Infrastructure
  3. Workflow Event Triggers
  4. Event Push APIs

Explorează sub-etichetele

  • Data Change CallbacksRegisters and triggers callbacks to external systems when specified data changes occur in the CMDB. **Distinct from Event Push APIs:** Distinct from Event Push APIs: focuses on callbacks triggered by data changes rather than general event emission APIs.
  • Threat Event PushesTransfers published threat events to configured remote MISP instances, subject to distribution rules and push settings. **Distinct from Event Push APIs:** Distinct from Event Push APIs: focuses on pushing threat events to remote MISP instances, not general event emission APIs.