From 1a82d18a8a185a0551131057061d2f599fc48398 Mon Sep 17 00:00:00 2001 From: Aiko Mastboom Date: Fri, 25 Mar 2016 10:26:47 +0100 Subject: [PATCH] beanstalkd research --- mywiki/tiddlers/BeanstalkD.tid | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 mywiki/tiddlers/BeanstalkD.tid diff --git a/mywiki/tiddlers/BeanstalkD.tid b/mywiki/tiddlers/BeanstalkD.tid new file mode 100644 index 0000000..f6dc1f8 --- /dev/null +++ b/mywiki/tiddlers/BeanstalkD.tid @@ -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