Skip to content

Allaman/toolbox

Repository files navigation

My Toolbox 🧰

Every craftsman cultivates his own personal toolbox specifically selected by his special needs in order to fulfill his daily tasks with a maximum of efficiency and quality.

This is my DevOps toolbox: a collection of handy stuff that helped me in my DevOps/Cloud/System-Engineering tasks.

Use at your own risk. No sophisticated code. No scope on usability and UX. 🙂

AWS-Data-API

AWS-Data-API checks the connectivity to an Aurora Serverless Database by using the Go AWS SDK.

AWS-Route53-Records

AWS-Route53-Records prints AWS Route53 records of a specified hosted zone ID by using the Go AWS SDK.

ES-Stats

ES-stats prints various info about an Elasticsearch cluster via Golang.

ES-query

ES-query performs Elasticsearch search queries via Python and Golang.

go-mail

go-mail illustrates working with IMAP.

Golang

Golang contains some general Go code I use in my tools.

Python

Python contains some general Python code I use in my tools.

HTTP-Client

HTTP-Client a collection of different implementations of HTTP Clients

Makefiles

Makefile a collection of Makefiles I use in my projects.

Pushgateway

Pushgateway demonstrates how to push metrics to Prometheus Pushgateway via Golang and bash.