mirror of
/repos/dotTiddlywiki.git
synced 2025-12-31 07:41:30 +01:00
beanstalkd research
This commit is contained in:
parent
9e2ca15126
commit
1a82d18a8a
31
mywiki/tiddlers/BeanstalkD.tid
Normal file
31
mywiki/tiddlers/BeanstalkD.tid
Normal 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
|
||||||
Loading…
x
Reference in New Issue
Block a user