Compose is a tool for defining and running multi-container Docker applications. With Compose, you define the services that need to run in a YAML file. Then bring up the services by using the docker-compose command.
Compose is a tool for defining and running multi-container Docker applications. With Compose, you define the services that need to run in a YAML file. Then bring up the services by using the docker-compose command.
In my last articles, I have introduced the foundations for storing geospatial information in Elasticsearch. For various use cases, Kibana and the Elasticsearch Query DSL offer powerful features to solve specific problems.
In my previous article, I have introduced one of the geospatial capabilities of Elasticsearch. In this article, we continue with geo-distance analysis and geo-coverage in the area of Health in Switzerland.
The Elastic Stack is an open source foundation that offers data solutions from any source and any format. Digitalisation is just the start of exciting data exploration. We start our journey with geospatial information.
By the end of September 2018, my last day of work for a payment service processor ended. It was a tough decision to leave behind a great team and safe environment to face a new challenge. The chance to work with cutting-edge technologies and products convince me to take the opportunity. I leave with love and respect for the past years. I think the best occasion to part ways if there is nothing left to remove for a working solution.
Docker has its strength by isolating applications through containers. Each container has its namespace and a network subsystem. Starting with Docker containers there is a different approach to check connections for your running application.
Do you ever need to find specific information in a large JSON data output? Most of us end up using grep
in the Linux console. There is another way to read structured JSON data. The solution is gron by Tom Hudson, and its goal is to make JSON greppable.
Just bought terrific music from Bandcamp and downloaded the FLAC archives. Now I needed to extract them in the terminal console and run into little problems.
Kibana v6.4.0 is released. There are major improvements and enhancements. Under all these enhancements, a hidden gem and long-awaited feature is finally available: the Static Lookup Field Formatter.