pybites / challenges

PyBites Code Challenges
https://codechalleng.es/challenges/
692 stars 2.29k forks source link

Python Queues solutions #175

Closed jvidin closed 6 years ago

jvidin commented 6 years ago

Build a chalenge on the light of this Medium Post - with producing and consuming from Queues. Could be fun taking the example of Twitter streaming API and RabbitMQ like the post mentions.

pybob81 commented 6 years ago

Awesome thanks, this is a cool example. We use this to track pybites Twitter mentions but not with RabbitMQ. Definitely on our todo list, maybe adding Celery to this challenge too ...

bbelderbos commented 6 years ago

That was me ;)

juanAzpiroz commented 6 years ago

I'm begining using PyBites, so now just looking

bbelderbos commented 6 years ago

are you on our Slack? this would be a cool one for a new blog challenge ...

pybites commented 6 years ago

@jvidin something like this? https://pybit.es/codechallenge50.html - or you wanted something else?

jvidin commented 6 years ago

That looks great , thanks @pybites @bbelderbos you never forget a good chanlenge. :-)

pybites commented 6 years ago

Still need to solve it (lol) but we have it in so closing this issue.