Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Does anyone know of any interface to administer beanstalkd? What I'm looking for vaguely is something like PhpMyAdmin for MySQL.

Doesn't have to be PHP or web-based, could be any interface, GUI ..etc

share|improve this question

5 Answers

Just have found another one https://github.com/ptrofimov/beanstalk_console

Seems to be more functional and a little prettier.

share|improve this answer
Simple, clean consol. – Ray Sep 26 '12 at 15:34

Ahmad Amireh made http://github.com/amireh/Beanstalker but it requires some non-master code (it's waiting to become mainstream).

share|improve this answer

django-jack

share|improve this answer
I've just set this up and while it works ok I have to say that for what it does, django and python represents a huge amount of hassle to get it working. I'm very tempted to write something in PHP that could be a lot simpler. – Synchro Nov 3 '11 at 19:58

phpBeanstalkdAdmin is based on PHP.

share|improve this answer

Check http://github.com/earl/beanstalkc/blob/master/TUTORIAL which works great, although i'd consider it "cli" access at best

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.