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
·

4 repository-uri

Awesome GitHub RepositoriesCustom Logic Triggers

Server-side functions supporting multipart data and custom HTTP responses via specific event hooks.

Distinct from Cloud Function Invocation Tools: Focuses on the execution logic and triggers within the server, rather than tools for invoking remote functions.

Explore 4 awesome GitHub repositories matching devops & infrastructure · Custom Logic Triggers. Refine with filters or upvote what's useful.

Awesome Custom Logic Triggers GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • parse-community/parse-serverAvatar parse-community

    parse-community/parse-server

    21,403Vezi pe GitHub↗

    Parse Server is a backend-as-a-service solution and Node.js framework that provides a ready-to-use REST and GraphQL API for mobile and web applications. It functions as a core backend infrastructure for managing database schemas, user authentication, and API routing. The system distinguishes itself with a real-time data engine that pushes database updates to clients via WebSockets and a GraphQL server that automatically generates schemas based on application data models. It also features an adapter-based storage layer that abstracts interactions with various cloud and local backends. The pla

    Provides custom server-side functions that support multipart form data and custom HTTP status codes.

    JavaScriptbaasbackendfile-storage
    Vezi pe GitHub↗21,403
  • iii-hq/iiiAvatar iii-hq

    iii-hq/iii

    18,238Vezi pe GitHub↗

    iii is a distributed service orchestrator and event-driven workflow engine designed to compose and manage cross-language functions and workers through a central execution engine. It functions as a multi-language service mesh and WebSocket service gateway, providing a persistent communication layer for remote service workers. The platform enables dynamic runtime extensions, allowing new workers and capabilities to be deployed and registered into a live environment without requiring system restarts. It distinguishes itself by offering machine-readable skill exposure and agent capability integra

    Defines specific events or schemas that automatically invoke functions or workers within the service engine.

    Rust
    Vezi pe GitHub↗18,238
  • maiot-io/zenmlAvatar maiot-io

    maiot-io/zenml

    5,452Vezi pe GitHub↗

    ZenML is an extensible machine learning orchestration framework designed to manage the end-to-end lifecycle of data pipelines and AI agent workflows. It functions as a durable orchestrator that executes machine learning tasks as directed acyclic graphs, ensuring that every step is containerized for consistent performance across local, cloud, and hybrid infrastructure. By decoupling pipeline code from underlying compute and storage backends, the platform allows developers to define infrastructure-agnostic stacks that remain portable across diverse environments. The project distinguishes itself

    Wraps pipeline execution logic within a custom web server to implement specialized routing, authentication, or integration requirements.

    Python
    Vezi pe GitHub↗5,452
  • zenml-io/zenmlAvatar zenml-io

    zenml-io/zenml

    5,451Vezi pe GitHub↗

    ZenML is an orchestration platform designed for building, deploying, and monitoring reproducible machine learning pipelines and agentic workflows. It provides a unified framework that manages the entire lifecycle of machine learning assets, from data processing and model training to the deployment of persistent inference services. By decoupling pipeline logic from underlying compute and storage, the platform enables teams to transition workflows seamlessly from local development environments to production-grade cloud infrastructure. The platform distinguishes itself through a service-oriented

    Provides bespoke HTTP interfaces to trigger pipeline executions on demand with custom routing and security logic.

    Pythonagentopsagentsai
    Vezi pe GitHub↗5,451
  1. Home
  2. DevOps & Infrastructure
  3. Cloud Function Invocation Tools
  4. Custom Logic Triggers

Explorează sub-etichetele

  • Custom Event SchemasDefining specific event formats that trigger the automatic invocation of workers or functions. **Distinct from Custom Logic Triggers:** Focuses on the definition of the trigger schema rather than the logic of the trigger handler.
  • Custom Trigger API BuildersFrameworks for wrapping pipeline execution logic within custom web servers. **Distinct from Custom Logic Triggers:** Distinct from Custom Logic Triggers: focuses on the API server construction for external triggering rather than just the internal trigger logic.