service_skeleton 2.2.0
When you need to write a program that provides some sort of persistent service, there are some things you always need. Logging, metrics, extracting configuration from the environment, signal handling, and so on. This gem provides ServiceSkeleton, a template class you can use as a base for your services, as well as a collection of helper classes to manage common aspects of a system service.
Gemfile:
=
インストール:
=
Runtime依存関係 (6):
frankenstein
~> 2.0
loggerstash
~> 1
prometheus-client
~> 2.0
sigdump
~> 0.2
to_regexp
~> 0.2
webrick
>= 0
Development依存関係 (10):
bundler
>= 0
guard-rspec
>= 0
guard-rubocop
>= 0
rack-test
>= 0
rake
>= 0
redcarpet
>= 0
rspec
>= 0
rubocop-discourse
~> 3.4.1
simplecov
>= 0
yard
>= 0