2 repos
Systems for asynchronous task buffering, message passing, and reliable event-driven workflow execution.
Distinguishing note: Focuses on the infrastructure layer for task queuing and asynchronous processing rather than general-purpose messaging protocols.
Explore 2 awesome GitHub repositories matching devops & infrastructure · Message Queues. Refine with filters or upvote what's useful.
PostHog is a comprehensive product analytics and feature management platform designed to capture, process, and visualize user behavior data. It provides a unified suite for tracking application events, managing feature rollouts, and monitoring system health through session recordings and error tracking. By leveraging a columnar-storage-optimized architecture, the platform enables high-performance aggregation and filtering across massive event datasets. What distinguishes PostHog is its integrated approach to data pipelines and application control. It features a robust event ingestion system t
Buffers events in distributed queues to decouple high-volume traffic from downstream processing.
OpenFaaS is a serverless function platform that provides a container-native framework for deploying and managing event-driven code. It functions as an abstraction layer over container orchestrators, allowing developers to package code into scalable functions that run across Kubernetes clusters or edge computing environments. The platform distinguishes itself through a developer-centric runtime that utilizes standardized language templates and automated build pipelines to simplify the creation of container images. It features a central API gateway that manages request routing, authentication,
A message-passing layer buffers function requests to handle long-running tasks and provide reliable retries for event-driven workflows.