Kombu Alternatives

Similar projects and alternatives to kombu

  1. rqlite

    124 kombu VS rqlite

    The lightweight, user-friendly, distributed relational database built on SQLite.

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. celery

    53 kombu VS celery

    Distributed Task Queue (development branch)

  4. rq

    30 kombu VS rq

    Simple job queues for Python

  5. libsql

    33 kombu VS libsql

    libSQL is a fork of SQLite that is both Open Source, and Open Contributions.

  6. pika

    1 kombu VS pika

    Pure Python RabbitMQ/AMQP 0-9-1 client library (by pika)

  7. smoothmq

    An improved drop-in replacement for SQS

  8. procrastinate

    PostgreSQL-based Task Queue for Python

  9. SaaSHub

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

    SaaSHub logo
  10. mrq

    0 kombu VS mrq

    Mr. Queue - A distributed worker task queue in Python using Redis & gevent

  11. elasticmq

    5 kombu VS elasticmq

    In-memory message queue with an Amazon SQS-compatible interface. Runs stand-alone or embedded.

  12. rele

    0 kombu VS rele

    Easy to use Google Pub/Sub

  13. dyna53

    4 kombu VS dyna53

    Route53 as a database, with DynamoDB-compatible API

  14. huey

    14 kombu VS huey

    a little task queue for python

  15. simpleq

    0 kombu VS simpleq

    A simple, infinitely scalable, SQS based queue.

  16. gevent

    6 kombu VS gevent

    Coroutine-based concurrency library for Python

  17. Streamz

    3 kombu VS Streamz

    Real-time stream processing for python

  18. python-task-queue

    Asynchronous serverless task queue with timed leasing of tasks. Threaded implementations for SQS and local filesystem.

  19. SaaSHub

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

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better kombu alternative or higher similarity.

kombu discussion

Log in or Post with

kombu reviews and mentions

Posts with mentions or reviews of kombu. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-06-30.
  • Show HN: Drop-In SQS Replacement Based on SQLite
    14 projects | news.ycombinator.com | 30 Jun 2024
    https://docs.celeryq.dev/en/stable/getting-started/backends-...

    Celery's flower utility doesn't work with SQS or GCP's {Cloud Tasks, Cloud Pub/Sub, Firebase Cloud Messaging FWIU} but does work with AMQP, which is a reliable messaging protocol.

    RabbitMQ is backed by mnesia, an Erlang/OTP library for distributed Durable data storage. Mnesia: https://en.wikipedia.org/wiki/Mnesia

    SQLite is written in C and has lots of tests because aerospace IIUC.

    There are many extensions of SQLite; rqlite, cr-sqlite, postlite, electricsql, sqledge, and also WASM: sqlite-wasm, sqlite-wasm-http

    celery/kombu > Transport brokers support / comparison table: https://github.com/celery/kombu?tab=readme-ov-file#transport...

    Kombu has supported Apache Kafka since 2022, but celery doesn't yet support Kafka: https://github.com/celery/celery/issues/7674#issuecomment-12...

  • Variables pool system
    1 project | /r/learnpython | 4 May 2022
    It is feasible and there are a number of ways to do it. There are a few issues, though, mainly how to make sure that you are accessing the latest data and not getting part of the data mid write. A database handles these issues pretty well, since generally they are meant to be an intermediary between different processes. Another solution, that is often more flexible, is a message queue, like this one: https://github.com/celery/kombu
  • Messaging and Madness: Sending Messages with AMQP and Amazon MQ
    1 project | dev.to | 30 Oct 2021
    Above I use the library Kombu to create some connections and send some stuff. I started by setting up our environment variables. Then created exchange and queue objects. Finally, I made our connection object and the producer object, and then we sent a simple “Hello” message.
  • A note from our sponsor - SaaSHub
    www.saashub.com | 24 Mar 2025
    SaaSHub helps you find the best software and product alternatives Learn more →

Stats

Basic kombu repo stats
3
2,971
8.9
about 7 hours ago

celery/kombu is an open source project licensed under BSD 3-clause "New" or "Revised" License which is an OSI approved license.

The primary programming language of kombu is Python.


Sponsored
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai

Did you know that Python is
the 2nd most popular programming language
based on number of references?