1
0
Fork 0
Platform for running Go daemon programs. Started as a weekend project, ended up in production
Go to file
Gregory Eremin c5f995035a Add doc theses to readme 2016-01-17 16:47:05 +03:00
caller Caller now accepts any unmarshal functions; JSON is used by default 2015-10-17 01:08:14 +03:00
dashboard Increase dashboard item vertical margin 2016-01-10 20:56:14 +03:00
example Server now stores 10 minutes of stats 2016-01-10 21:03:00 +03:00
server Working server with 5s stats snapshots 2015-10-28 01:23:39 +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 Add doc theses to readme 2016-01-17 16:47:05 +03:00
daemon.go Add missing doc comments to base package 2016-01-17 16:45:03 +03:00
satan.go Add missing doc comments to base package 2016-01-17 16:45:03 +03:00
submodules-to-glockfile.py Make submodules script work in both 2 and 3 pythons 2016-01-10 22:30:45 +03:00

README.md

Satan

Satan 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