Group of tools which makes my life easy
Directory: docker/
Docker compose. Used in my lab environment.
Directory household_expenses/
This is migrated into household-expense
Directory economy/
Crawls yahoo finance and send to elasticsearch for nice kibana dashboard.
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
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
.
# Create ingest pipeline
curl -XPUT _ingest/pipeline/ping-result-parser
# Run script
bash ping.sh