Operations | Monitoring | ITSM | DevOps | Cloud

Architecting modern data platforms: A deep dive on Azure

In this episode of the Azure on Air podcast, Erwin Stall, an experienced Azure architect from Xpirit, shares insights into modernizing a monolithic data platform on Azure. The conversation dives into key aspects such as data storage and management, centralized data storage, team flexibility, choosing the right data platform, Microsoft Azure Fabric's limitations and potential, and much more. Also, listen to Azure on Air on.

How K8s Preview Environments Revolutionize the Software Development Lifecycle - Navigate Europe 23

Join Sully Martinez and Ramiro Berrelleza as they delve into the transformative impact of Kubernetes (K8s) Preview Environments on the software development lifecycle. They explore how these environments foster greater collaboration and inclusivity, revolutionize feedback processes, and enhance overall productivity. Discover the shift from traditional development models to a more integrated, efficient approach, enabling teams to include diverse perspectives and catch issues earlier.

Coffee Talk with SURGe: 12-DEC-2023 Kyivstar Cyberattack, Water Utilities Hacked, Log4j Exploited

Grab a cup of coffee and join Mick Baccio, Katie Brown and Audra Streetman for another episode of Coffee Talk with SURGe. The team from Splunk will discuss the latest security news, including: Audra and Katie also competed in a charity challenge to share what they consider to be the largest cyber incident of 2023.

Aiven workshop: Data Persistence 101: Spring Boot and MySQL Edition

✨What's Cooking in Our Workshop✨ Persisting data is a crucial part of any application that you build. It’s not always easy to map your business objects with your relational database. One of the tools that can help you with this is called Hibernate ORM (for Object Relational Mapping). Join us in this workshop where we will learn the basics of Hibernate combined with the most popular Java App framework : Spring Boot and MySQL as a database.

How to securely query AWS S3 from ClickHouse

ClickHouse is a powerful analytical database, loading data from an AWS S3 bucket allows you to quickly start analyzing the data without having to download and upload them manually in the database. Writing data to S3 allows you to offload some cold data, while keeping all the hot data in ClickHouse and, with the usage of federated queries, being able to query both hot and cold data at the same time.