1
0
Fork 0
Platform for running Go daemon programs. Started as a weekend project, ended up in production
Go to file
Gregory Eremin cf973483d5 Fix examples 2016-07-27 00:05:34 +02:00
consumer Move consumer features into a subpackage 2016-07-26 22:55:36 +02:00
dashboard Rename to Shezmu 2016-01-24 19:49:57 +03:00
examples Fix examples 2016-07-27 00:05:34 +02:00
http Add http package 2016-07-26 23:52:48 +02:00
scripts Create a dir for scripts 2016-07-26 21:59:43 +02:00
server Rename to Shezmu 2016-01-24 19:49:57 +03:00
stats Server now stores 10 minutes of stats 2016-01-10 21:03:00 +03:00
vendor/github.com Make use of git submodules and GO15VENDOREXPERIMENT env variable 2015-10-17 05:58:55 +03:00
.gitignore Reorganize js files 2015-10-28 23:13:00 +03:00
.gitmodules Wrong indentation in submodules file lol 2015-10-17 06:00:51 +03:00
LICENCE Add caller package 2015-10-14 00:08:45 +03:00
README.md Rename to Shezmu 2016-01-24 19:49:57 +03:00
daemon.go Handle errors instead of interfaces 2016-07-27 00:05:22 +02:00
shezmu.go Handle errors instead of interfaces 2016-07-27 00:05:22 +02:00

README.md

Shezmu

Shezmu is a daemon execution platform for Go apps.

  • What is a daemon execution platform?
  • What does it provide?
  • How does it work?
  • What is a daemon?
  • What is an actor/task/process?
  • General example
  • Consumer example
  • Message queues
  • Dashboard