Operations | Monitoring | ITSM | DevOps | Cloud

Aiven

Klaw 2.5.0 Demo: Easy Apache Kafka Governance and Administration

A brief overview of some of the key features and improvements in Klaw 2.5.0. A redesigned Topic Overview allowing all day to day operations to be completed in the new React UI with an improved user experience, new features like editing an open Topic Request and improvements to syncing of schemas from a cluster are all on display.

The Future of Cloud Native Data is Now

Struggling with data complexities in distributed apps? Watch our webinar with Google Cloud and TechCrunch on mastering cloud-native data! Join Aiven’s Matty Stratton and Google’s Kaslin Fields, as they guide you through the steps to manage the data on your distributed applications. By leveraging data’s inherent gravity, it can be used across all components of your applications.

Image recognition with Python, OpenCV, OpenAI CLIP and pgvector

In this video you’ll learn how to build an offline face recognition pipeline to find faces on top of complex pictures. The full written explanation is available in the dedicated article The pipeline will use: Python and OpenCV to detect faces within complex pictures Python and an OpenAI CLIP model to calculate the face embeddings PostgreSQL and the pgvector extension to store the embeddings and calculate distance across them.