Example go application with logging and metrics
- Install docker and docker-compose
- Increase virtual memory for elasticsearch, link
sysctl -w vm.max_map_count=262144
ulimit -n 65536
docker-compose build
docker-compose up -d
Example go application with logging and metrics
sysctl -w vm.max_map_count=262144
ulimit -n 65536
docker-compose build
docker-compose up -d