1
0
Fork 0
Platform for running Go daemon programs. Started as a weekend project, ended up in production
Go to file
Gregory Eremin a578ee9eaa Remove [daemons] prefix from logs 2016-07-19 17:29:55 +02:00
caller Rename to Shezmu 2016-01-24 19:49:57 +03:00
dashboard Rename to Shezmu 2016-01-24 19:49:57 +03:00
example Rename ambiguous argument 2016-01-25 03:22:36 +03: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 task scheduling in case of premature process termination 2016-01-25 04:03:13 +03:00
shezmu.go Remove [daemons] prefix from logs 2016-07-19 17:29:55 +02:00
submodules-to-glockfile.py Rename to Shezmu 2016-01-24 19:49:57 +03: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