awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 Repos

Awesome GitHub RepositoriesCLI Triggers

Command-line utilities for manually triggering notifications without a running server.

Distinct from Push Notification Servers: Focuses on the CLI trigger mechanism rather than the server hosting the push service

Explore 2 awesome GitHub repositories matching networking & communication · CLI Triggers. Refine with filters or upvote what's useful.

Awesome CLI Triggers GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • appleboy/gorushAvatar von appleboy

    appleboy/gorush

    8,738Auf GitHub ansehen↗

    Gorush is a dedicated notification dispatch server used to send real-time alerts to iOS and Android mobile devices. It functions as a centralized infrastructure for hosting a notification API and managing the delivery of push messages through high-throughput queuing. The system supports both gRPC streams and HTTP endpoints to receive notification triggers and includes a command-line interface for triggering alerts without a running server process. It manages network traffic through proxy routing via HTTP or SOCKS5 and secures server communication using automated TLS certificate management. O

    Enables triggering push notifications directly from a command-line interface independently of the server process.

    Goandroidapnsgcm
    Auf GitHub ansehen↗8,738
  • cortexproject/cortexAvatar von cortexproject

    cortexproject/cortex

    5,751Auf GitHub ansehen↗

    Cortex is an open-source, horizontally scalable metrics platform that ingests, stores, and queries Prometheus-compatible time-series data with multi-tenant isolation. It accepts metrics via Prometheus remote write and OpenTelemetry, executes PromQL queries against both recent and historical data, and provides a Prometheus-compatible alerting and recording rule engine with an integrated Alertmanager. The system is built as a set of independently scalable microservices that use hash-ring-based sharding, gossip-based cluster membership, and tenant-aware object storage to distribute workloads acro

    Provides HTTP endpoints to trigger operations like flushing data or shutting down ingesters.

    Gocncfhacktoberfestkubernetes
    Auf GitHub ansehen↗5,751
  1. Home
  2. Networking & Communication
  3. Push Notification Servers
  4. CLI Triggers

Unter-Tags erkunden

  • Service Operation TriggersProvides endpoints to trigger operations such as flushing in-memory data to storage or shutting down an ingester process. **Distinct from CLI Triggers:** Distinct from CLI Triggers: focuses on HTTP endpoints for triggering service operations, not CLI commands.