Switching from Celery and Python to Go

This page summarizes the projects mentioned and recommended in the original post on /r/golang

Sevalla - Deploy and host your apps and databases, now with $50 credit!
Sevalla is the PaaS you have been looking for! Advanced deployment pipelines, usage-based pricing, preview apps, templates, human support by developers, and much more!
sevalla.com
featured
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
  1. gocelery

    Celery Distributed Task Queue in Go

    What about https://github.com/gocelery/gocelery ?

  2. Sevalla

    Deploy and host your apps and databases, now with $50 credit! Sevalla is the PaaS you have been looking for! Advanced deployment pipelines, usage-based pricing, preview apps, templates, human support by developers, and much more!

    Sevalla logo
  3. kafka-go

    Kafka library in Go

    Use the Segment Kafka library, not Sarama, it’s much easier to use https://github.com/segmentio/kafka-go

  4. taskq

    Golang asynchronous task/job queue with Redis, SQS, IronMQ, and in-memory backends

  5. rmq

    Message queue system written in Go and backed by Redis

  6. Benthos

    Discontinued Fancy stream processing made operationally mundane [Moved to: https://github.com/redpanda-data/connect]

    You might want to have a look at https://www.benthos.dev/. It has integrations with many brokers (such as RabbitMQ, Kafka, Redis, NATS etc.) and it's stateless. It provides a builtin DSL for structured message transformations called bloblang. It also handles batching and in-process parallelism, but it doesn't come with anything specific for scaling horizontally, so, depending on your use case, you might need to have some scheduler set up which spins up / down instances as needed.

  7. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Go channels through Redis List

    2 projects | /r/golang | 6 Apr 2023
  • Redis messaging queue suggestions

    6 projects | /r/golang | 25 Aug 2022
  • Franz-Go: Your New Best Friend for Apache Kafka in Go

    1 project | dev.to | 14 Aug 2025
  • Kuvasz-streamer: open-source CDC for Postgres for low latency replication

    7 projects | news.ycombinator.com | 3 Jan 2025
  • Maintain chat history in generative AI apps with Valkey

    10 projects | dev.to | 1 Jul 2024

Did you know that Go is
the 4th most popular programming language
based on number of references?