<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>radoondas.io</title>
    <link>https://radoondas.io/</link>
    <description>Recent content on radoondas.io</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    <lastBuildDate>Wed, 31 Mar 2021 08:00:00 +0100</lastBuildDate><atom:link href="https://radoondas.io/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Visualise Historical Tornadoes Tracks</title>
      <link>https://radoondas.io/posts/2021/visualise-historical-tornadoes-tracks/</link>
      <pubDate>Wed, 31 Mar 2021 08:00:00 +0100</pubDate>
      
      <guid>https://radoondas.io/posts/2021/visualise-historical-tornadoes-tracks/</guid>
      <description>&lt;p&gt;Welcome to another blog post where we explore another exciting dataset with Elastic Stack. Today, you will learn how to ingest and analyze Historical Tornadoes tracks covering 69 years&amp;rsquo; worth of data. We will explore the dataset, create the ingest pipeline, consume the CSV file with Filebeat, store tornadoes in Elasticsearch, and visualize them in Kibana.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Track Docker Container Pulls with Elastic Stack</title>
      <link>https://radoondas.io/posts/2021/track-docker-container-pulls/</link>
      <pubDate>Sat, 06 Feb 2021 08:00:00 +0100</pubDate>
      
      <guid>https://radoondas.io/posts/2021/track-docker-container-pulls/</guid>
      <description>&lt;p&gt;In this, yet another, practical post, I will guide you through the simple setup, which will allow you to track the number of pulls of the Docker images uploaded to the Docker hub.  By reading the post, you will learn about Metricbeat&amp;rsquo;s HTTP module, Ingest pipeline, and use Kibana to explore a few simple visualizations. I hope you will find some inspiration for your tasks, which you are at right now.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Elasticsearch Snapshots With Linode Storage Object</title>
      <link>https://radoondas.io/posts/2020/elasticsearch-snapshots-with-linode-storage-object/</link>
      <pubDate>Tue, 13 Oct 2020 00:00:00 +0200</pubDate>
      
      <guid>https://radoondas.io/posts/2020/elasticsearch-snapshots-with-linode-storage-object/</guid>
      <description>&lt;p&gt;Elasticsearch supports several object storage 
&lt;a target=&#34;_blank&#34; href=&#34;https://www.elastic.co/guide/en/elasticsearch/reference/current/snapshots-register-repository.html#snapshots-repository-plugins&#34;&gt;solutions or vendors&lt;/a&gt; &lt;i class=&#34;fa fa-external-link is-size-7&#34;&gt;&lt;/i&gt; out of the box for taking snapshots of your data, or for backups. It is as easy as installing the correct plugin, followed by a proper configuration.
Using the supported vendor&amp;rsquo;s storage option is easy and convenient. But, can you take a snapshot into 
&lt;a target=&#34;_blank&#34; href=&#34;https://www.linode.com/docs/platform/object-storage/&#34;&gt;Linode object storage&lt;/a&gt; &lt;i class=&#34;fa fa-external-link is-size-7&#34;&gt;&lt;/i&gt; as an S3 compatible solution with Elasticsearch? Let&amp;rsquo;s find out in this post.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Visualise Covid-19 data Using Elastic Stack (Slovakia)</title>
      <link>https://radoondas.io/posts/2020/visualise-covid-19-using-elastic-stack/</link>
      <pubDate>Fri, 31 Jul 2020 08:00:00 +0100</pubDate>
      
      <guid>https://radoondas.io/posts/2020/visualise-covid-19-using-elastic-stack/</guid>
      <description>&lt;p&gt;Covid-19 and its implications are the topic number one for quite some time. The situation naturally provides us a new dataset which any data analyst can process with different tools.&lt;/p&gt;
&lt;p&gt;Despite this is not a happy dataset and one I would rather not be part of, it is also an opportunity to use tools, learn new applications, and hope that anything we do will help in some way to other people around us. Whether it is a scientist looking for a different approach to solve the problem or a student learning new tools using interesting data right now, everyone can benefit. Because I believe that we learn by doing &amp;rsquo;things&amp;rsquo;, I am presenting a complete hands-on example based on Slovakia&amp;rsquo;s data. The same methodology can be applied for similar use cases or just as a proof of concept when needed.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Import Slovakia Regional GIS Data into Elastic Stack</title>
      <link>https://radoondas.io/posts/2020/import-slovakia-regional-gis-data/</link>
      <pubDate>Thu, 23 Jul 2020 08:00:00 +0100</pubDate>
      
      <guid>https://radoondas.io/posts/2020/import-slovakia-regional-gis-data/</guid>
      <description>&lt;p&gt;
&lt;a target=&#34;_blank&#34; href=&#34;https://www.elastic.co/elastic-maps-service&#34;&gt;Elastic Map Service&lt;/a&gt; &lt;i class=&#34;fa fa-external-link is-size-7&#34;&gt;&lt;/i&gt; nowadays comes with 
&lt;a target=&#34;_blank&#34; href=&#34;https://maps.elastic.co/#file/slovakia_regions_v1&#34;&gt;Slovakia regions&lt;/a&gt; &lt;i class=&#34;fa fa-external-link is-size-7&#34;&gt;&lt;/i&gt;, which you can happily use with your geospatial data. If you want to have higher precision of Region&amp;rsquo;s shapes, or you do need to implement the level of &amp;lsquo;districts&amp;rsquo; (okresy) or go to the detail of a single city/town, you must use custom map layers.
Using different layers is considered a basic task for any GIS application. Possibility to add custom layers in
&lt;a href=&#34;https://www.elastic.co/guide/en/kibana/current/maps.html&#34;&gt;Kibana Maps&lt;/a&gt; is available since the introduction and is improving with every release.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Simple GDAL Setup Using Docker</title>
      <link>https://radoondas.io/posts/2020/simple-gdal-setup-using-docker/</link>
      <pubDate>Mon, 20 Jul 2020 08:00:00 +0100</pubDate>
      
      <guid>https://radoondas.io/posts/2020/simple-gdal-setup-using-docker/</guid>
      <description>&lt;p&gt;I often work with different geospatial data sets, including geolocation information, and I want to present documents in the context of the Map&amp;rsquo;s position. To get the job done, I use Elastic 
&lt;a target=&#34;_blank&#34; href=&#34;https://www.elastic.co/guide/en/kibana/current/maps.html&#34;&gt;Kibana Maps&lt;/a&gt; &lt;i class=&#34;fa fa-external-link is-size-7&#34;&gt;&lt;/i&gt; for my visualizations. Elastic provides 
&lt;a target=&#34;_blank&#34; href=&#34;https://www.elastic.co/elastic-maps-service&#34;&gt;Elastic map service&lt;/a&gt; &lt;i class=&#34;fa fa-external-link is-size-7&#34;&gt;&lt;/i&gt; (ESMS), which anyone can use for geospatial visualizations. The service includes different 
&lt;a target=&#34;_blank&#34; href=&#34;https://maps.elastic.co/#file/world_countries&#34;&gt;vector layers&lt;/a&gt; &lt;i class=&#34;fa fa-external-link is-size-7&#34;&gt;&lt;/i&gt; out of the
box and is kept up to date and improved continuously. Only recently, all the 
&lt;a target=&#34;_blank&#34; href=&#34;https://www.elastic.co/blog/europe-regions-are-complete-on-elastic-maps-service&#34;&gt;Europe regions were completed&lt;/a&gt; &lt;i class=&#34;fa fa-external-link is-size-7&#34;&gt;&lt;/i&gt; on ESMS and released to the public.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>You know, for sharing</title>
      <link>https://radoondas.io/about/</link>
      <pubDate>Mon, 23 Mar 2020 08:08:00 +0100</pubDate>
      
      <guid>https://radoondas.io/about/</guid>
      <description>For years, actually many years, I was reading, learning, and using someone&amp;rsquo;s else posts, sites, knowledge, and more. Using all of this for free, it is now my turn to share some knowledge and experiences.
Any feedback is appreciated.
Thanks!</description>
    </item>
    
  </channel>
</rss>
