awesome-repositories.comBlog
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPBlogSitemapPrivacyTerms
Message Queues · Awesome GitHub Repositories

2 repos

Awesome GitHub RepositoriesMessage Queues

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.

  1. Home
  2. DevOps & Infrastructure
  3. Message Queues

Awesome Message Queues GitHub Repositories

Describe the repository you're looking for…
Find the best repos with AI.We'll search the best matching repositories with AI.
  • PostHog/posthog

    PostHog/posthog

    31,327View on GitHub↗

    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.

    Pythonab-testingai-analyticsanalytics
    31,327View on GitHub↗
  • openfaas/faas

    openfaas/faas

    26,092View on GitHub↗

    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.

    Godockerfaasfunctions
    26,092View on GitHub↗