Skip to content

bitheater/beanstalk-admin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What's this?

beanstalk-admin is a small project that creates an API on top of Beanstalkd queue system.

The main aim is to be able to interact with it via a REST interface.

It's written in Golang.

Documentation is coming...

Installing

Create a configuration file (default in /etc/beanstalk-admin/beanstalk-admin.conf) and the contents should look like:

[HTTP]
port = 8080
limit = 100

[Instance "first_instance"]
host = "my-first-host"
port = 11300

[Instance "second_instance"]
host = "my-second-host"
port = 11300

Then:

make
sudo make install

And boom! Run beanstalk-admin or beanstalk-admin --config my_path_to_config_file

About

JSON interface for Beanstalkd

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published