2 dépôts
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.
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.
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.