1
0
mirror of /repos/dotTiddlywiki.git synced 2025-12-30 07:31:33 +01:00

beanstalkd research

This commit is contained in:
Aiko Mastboom 2016-03-25 10:26:47 +01:00
parent 9e2ca15126
commit 1a82d18a8a

View File

@ -0,0 +1,31 @@
created: 20160323163036697
creator: user
modified: 20160323164046440
modifier: user
tags:
title: BeanstalkD
type: text/vnd.tiddlywiki
* http://kr.github.io/beanstalkd/
* https://github.com/ptrofimov/beanstalk_console
docker
* https://hub.docker.com/r/lcgc/beanstalkd/
* https://hub.docker.com/r/schickling/beanstalkd-console/
```
docker run -p 11300:11300 --restart=always --name beanstalkd -d lcgc/beanstalkd:1.10
docker run -d -p 2080:2080 --link beanstalkd:beanstalkd schickling/beanstalkd-console
```
NodeJS
* http://ceejbot.github.io/fivebeans/
* https://github.com/pascalopitz/nodestalker
Elixir
* https://github.com/jsvisa/elixir_talk