HN user

geeio

25 karma

gee.io

[ my public key: https://keybase.io/geeio; my proof: https://keybase.io/geeio/sigs/-WvV3Q8frgTDN2Wd6f3GBtmrZGwDG5AZjjFLz_JfSP4 ]

Posts1
Comments36
View on HN
Amazon Ion 6 years ago

It is probably closer to something like avro, but with more features and less java focus.

I do the same thing. Small projects start with the job queue in postgres.

As things eventually scale up, I move the queue to its own dedicated postgres node.

Once that starts to be too slow, I finally move to redis/kafka. 99% of things never make it to this stage.