tembo-io / pgmq

A lightweight message queue. Like AWS SQS and RSMQ but on Postgres.
PostgreSQL License
2.25k stars 44 forks source link

Any plans for a Ruby client? #29

Open ksouthworth opened 11 months ago

ksouthworth commented 11 months ago

Hi, this project looks great! Are there any plans for a Ruby client?

ChuckHend commented 11 months ago

A Ruby client would be great. If you build one we can feature it in the readme (like we're doing with the Go client) but we'd also be open to a contribution.

mkrisher commented 11 months ago

@ksouthworth there is an example included written in Ruby: https://github.com/tembo-io/pgmq/blob/main/examples/ruby.rb

What were you thinking in regards of a client? Something beyond the basics shown in the example? I would be happy to collaborate!

ksouthworth commented 11 months ago

@mkrisher thanks for pointing that out, I hadn't seen the ruby example yet, that is helpful.

Our team doesn't have an immediate need for this, since we're currently using Amazon SQS in production for a few large apps. But I'm a big fan of PostgreSQL and I'll definitely be watching this repo and see if we can try it on our next Rails app.

Thanks.