Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/allaman/toolbox

Scripts/Programs that helped me in various DevOps Tasks
https://github.com/allaman/toolbox

aws bash devops elasticsearch elasticsearch-client go golang http-client makefile pushgateway python rds-aurora route53 scripts

Last synced: 17 days ago
JSON representation

Scripts/Programs that helped me in various DevOps Tasks

Awesome Lists containing this project

README

        

# 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](aws-data-api) checks the connectivity to an Aurora Serverless Database by using the Go AWS SDK.

## AWS-Route53-Records

[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](es-stats) prints various info about an Elasticsearch cluster via Golang.

## ES-query

[ES-query](es-query) performs Elasticsearch search queries via Python and Golang.

## go-mail

[go-mail](go-mail) illustrates working with IMAP.

## Golang

[Golang](golang) contains some general Go code I use in my tools.

## Python

[Python](python) contains some general Python code I use in my tools.

## HTTP-Client

[HTTP-Client](http-client) a collection of different implementations of HTTP Clients

## Makefiles

[Makefile](makefile) a collection of Makefiles I use in my projects.

## Pushgateway

[Pushgateway](pushgateway) demonstrates how to push metrics to Prometheus Pushgateway via Golang and bash.