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

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 dépôts

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

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • appleboy/gorushAvatar de appleboy

    appleboy/gorush

    8,738Voir sur GitHub↗

    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
    Voir sur GitHub↗8,738
  • cortexproject/cortexAvatar de cortexproject

    cortexproject/cortex

    5,751Voir sur GitHub↗

    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
    Voir sur GitHub↗5,751
  1. Home
  2. Networking & Communication
  3. Push Notification Servers
  4. CLI Triggers

Explorer les sous-tags

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