Taz's Tech Notes et al

Analyzing Data in Amazon S3 using Amazon Athena: A Simple Guide

This post provides an overview of Amazon Athena, an interactive query service that allows you to analyze data directly in Amazon Simple Storage Service (S3) using standard SQL. It details Athena’s benefits, use cases, cost structure, and its schema-on-read approach. It also includes step-by-step instructions on how to set up Athena, create a database, define a table schema for various data formats, execute queries, and use data partitioning for improved performance and reduced costs.

Networking Concepts with Network Namespaces and Docker Containers

Categories: Networking

In this tutorial, we will explore essential networking concepts using network namespaces and docker containers. By understanding these fundamentals, you will be well-prepared to dive into networking in Kubernetes and other container orchestration platforms.