awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 个仓库

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

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • parse-community/parse-serverparse-community 的头像

    parse-community/parse-server

    21,403在 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
    在 GitHub 上查看↗21,403
  • iii-hq/iiiiii-hq 的头像

    iii-hq/iii

    18,238在 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
    在 GitHub 上查看↗18,238
  • maiot-io/zenmlmaiot-io 的头像

    maiot-io/zenml

    5,452在 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
    在 GitHub 上查看↗5,452
  • zenml-io/zenmlzenml-io 的头像

    zenml-io/zenml

    5,451在 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
    在 GitHub 上查看↗5,451
  1. Home
  2. DevOps & Infrastructure
  3. Cloud Function Invocation Tools
  4. Custom Logic Triggers

探索子标签

  • 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.