toxinu / dekiteru

Dekiteru is a tool that check if a service is ready to use

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dekiteru

Dekiteru is a tool that checks if a service is ready to use.

Examples

# PostgreSQL
dekiteru check --service postgresql --parameter "dsn=postgres://localhost:5432?connect_timeout=5"
# Redis
dekiteru check --service redis --parameter "url=redis://localhost:16379/1"
# ElasticSearch
dekiteru check --service elasticsearch --parameter "url=http://localhost:9200"
# RabbitMQ
dekiteru check --service rabbitmq --interval 5 --retry 5

Help

Supported services: PostgreSQL, Redis, ElasticSearch and RabbitMQ.

$ dekiteru help
NAME:
   Dekiteru - Check if a service is ready to use

USAGE:
   dekiteru [global options] command [command options] [arguments...]

VERSION:
   0.1.0

COMMANDS:
     check, c  Check if a service is ready to use
     help, h   Shows a list of commands or help for one command

GLOBAL OPTIONS:
   --help, -h     show help
   --version, -v  print the version

Authors

About

Dekiteru is a tool that check if a service is ready to use

License:MIT License


Languages

Language:Go 96.1%Language:Makefile 3.9%