Skip to content

yuwtennis/tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tools

Group of tools which makes my life easy

Environments

Docker compose

Directory: docker/

Docker compose. Used in my lab environment.

Applications

Household expenses

Directory household_expenses/

This is migrated into household-expense

Economy

Directory economy/

Crawls yahoo finance and send to elasticsearch for nice kibana dashboard.

Getting started

Available environment variables

Variable Description Default
BACKEND_TYPE Backends to use. Options are
stdout
elasticsearch
stdout
ES_HOST Elasticsearch host to connect to. localhost
# Build
make build

# Test
make test

Ping parser

Directory scripts/ping_parser/

Parses ping result and send to elasticsearch. Used ingest pipeline to parse fields.
I am using this to check network performance when I am outside.

I have tested with elasticsearch 7.17.4 .

Getting started

# Create ingest pipeline
curl -XPUT _ingest/pipeline/ping-result-parser

# Run script
bash ping.sh

About

group of tools which are used on private my time

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published