Amqp

Top 23 Amqp Open-Source Projects

  • celery

    Distributed Task Queue (development branch)

  • Project mention: Streaming responses to websockets with multiple LLMs, am I going about this wrong? | /r/LangChain | 2023-06-20

    So this might be my understanding, but stuff like celery is more like an orchestrator that chunks up workloads (think Hadoop with multiple nodes).

  • RabbitMQ

    Open source RabbitMQ: core server and tier 1 (built-in) plugins

  • Project mention: MongoDB vs RabbitMQ: Choosing the Right Data Solution for your project | dev.to | 2024-05-09

    RabbitMQ is an open-source message broker that implements the Advanced Message Queuing Protocol (AMQP). Its primary purpose is to facilitate reliable and efficient communication between different components of a distributed system. RabbitMQ acts as an intermediary, receiving messages from producers and forwarding them to consumers, ensuring that messages are delivered even if the receiving application is temporarily unavailable.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • kubeshark

    The API traffic analyzer for Kubernetes providing real-time K8s protocol-level visibility, capturing and monitoring all traffic and payloads going in, out and across containers, pods, nodes and clusters. Inspired by Wireshark, purposely built for Kubernetes

  • Project mention: Show HN: Alaz: Open-Source, Self-Hosted, eBPF-Based K8s Monitoring | news.ycombinator.com | 2023-09-06

    The one similar product I had come across is Kubeshark (https://github.com/kubeshark/kubeshark). But admittedly the eBPF way seems more performant theoretically (given you can afford to have a modern-enough kernel). I'm really excited to see how this project develops out.

    The eBPF-mode of innovation is pretty exciting, truly a fresh lens to building software. I'm also following Akita Software - the company building an eBPF paradigm of monitoring.

  • Benthos

    Fancy stream processing made operationally mundane

  • Project mention: Ask HN: Who is hiring? (December 2023) | news.ycombinator.com | 2023-12-01
  • machinery

    Machinery is an asynchronous task queue/job queue based on distributed message passing.

  • graylog

    Free and open log management

  • Project mention: graylog VS openobserve - a user suggested alternative | libhunt.com/r/graylog2-server | 2023-09-07
  • hyperf

    🚀 A coroutine framework that focuses on hyperspeed and flexibility. Building microservice or middleware with ease.

  • Project mention: Yii news 2023 issue 2 | /r/PHP | 2023-05-25
  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • amqp

    Go client for AMQP 0.9.1

  • PHP AMQP

    The most widely used PHP client for RabbitMQ

  • spec

    The AsyncAPI specification allows you to create machine-readable definitions of your asynchronous APIs. (by asyncapi)

  • Project mention: In software architecture you have to recognize when you're adding a rocket stage | news.ycombinator.com | 2024-05-09

    There's a point to the referenced comment, but more interesting to me is that there was a link in a comment there to https://www.asyncapi.com which is something I wish existed about 7 years ago, because it's a spec for everything that we created for a system that needed this and tooling.

  • amqplib

    AMQP 0-9-1 library and client for Node.JS

  • tsung

    Tsung is a high-performance benchmark framework for various protocols including HTTP, XMPP, LDAP, etc.

  • Enqueue

    Message Queue, Job Queue, Broadcasting, WebSockets packages for PHP, Symfony, Laravel, Magento. DEVELOPMENT REPOSITORY - provided by Forma-Pro

  • laravel-queue-rabbitmq

    RabbitMQ driver for Laravel Queue. Supports Laravel Horizon.

  • Bunny

    Bunny is a popular, easy to use, mature Ruby client for RabbitMQ

  • yii2-queue

    Yii2 Queue Extension. Supports DB, Redis, RabbitMQ, Beanstalk and Gearman

  • lapin

    AMQP client library in Rust, with a clean, futures based API

  • Apache ActiveMQ Artemis

    Mirror of Apache ActiveMQ Artemis

  • homebrew-extensions

    :beers: Homebrew tap for PHP extensions

  • azure-service-bus

    ☁️ Azure Service Bus service issue tracking and samples

  • Propan

    Propan is a powerful and easy-to-use Python framework for building event-driven applications that interact with any MQ Broker

  • Project mention: FastStream: Python's framework for Efficient Message Queue Handling | dev.to | 2023-10-16

    Later, we discovered Propan, a library created by Nikita Pastukhov, which solved similar problems but for RabbitMQ. Recognizing the potential for collaboration, we joined forces with Nikita to build a unified library that could work seamlessly with both Kafka and RabbitMQ. And that's how FastStream came to be—a solution born out of the need for simplicity and efficiency in microservices development.

  • lavinmq

    Lightweight and fast AMQP (0-9-1) server

  • Project mention: Lightweight and fast AMQP (0-9-1) server | news.ycombinator.com | 2024-04-07

    oh, interesting, so it can be a kafka replacement: https://github.com/cloudamqp/lavinmq/tree/v1.2.10#stream-que...

  • azure-event-hubs

    ☁️ Cloud-scale telemetry ingestion from any stream of data with Azure Event Hubs

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Amqp related posts

  • MongoDB vs RabbitMQ: Choosing the Right Data Solution for your project

    1 project | dev.to | 9 May 2024
  • In software architecture you have to recognize when you're adding a rocket stage

    1 project | news.ycombinator.com | 9 May 2024
  • 10 realtime data sources you won't believe are free!

    3 projects | dev.to | 24 Jan 2024
  • Comunicar microservicios con: ¿Kafka, RabbitMQ u otro? ¿Por qué?

    1 project | /r/devsarg | 25 Oct 2023
  • FastStream: Python's framework for Efficient Message Queue Handling

    11 projects | dev.to | 16 Oct 2023
  • Introducing FastStream: the easiest way to write microservices for Apache Kafka and RabbitMQ in Python

    5 projects | /r/opensource | 29 Sep 2023
  • FastStream: the easiest way to add Kafka and RabbitMQ support to FastAPI services

    4 projects | /r/FastAPI | 26 Sep 2023
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 10 May 2024
    Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality. Learn more →

Index

What are some of the best open-source Amqp projects? This list will help you:

Project Stars
1 celery 23,610
2 RabbitMQ 11,621
3 kubeshark 10,576
4 Benthos 7,617
5 machinery 7,320
6 graylog 7,128
7 hyperf 5,961
8 amqp 4,803
9 PHP AMQP 4,409
10 spec 3,886
11 amqplib 3,613
12 tsung 2,510
13 Enqueue 2,158
14 laravel-queue-rabbitmq 1,827
15 Bunny 1,367
16 yii2-queue 1,065
17 lapin 988
18 Apache ActiveMQ Artemis 915
19 homebrew-extensions 599
20 azure-service-bus 576
21 Propan 471
22 lavinmq 422
23 azure-event-hubs 285

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com