by Ana Tešija | Nov 9, 2021 | Code
Introduction Machine learning is a very hot topic in today’s world. From classification, and regression to clustering, we’ve all had some type of encounter with it. Let’s say you don’t have a machine powerful enough to train and test your model, what do you do?...
by Ana Tešija | Aug 30, 2021 | Code
Benoit Boucher DATA ENGINEER Introduction Recently, we faced a challenge regarding a Google Cloud Function (referred to as CF hereafter). First, what is a CF? A CF, or more broadly Function As A Service, exists in most public cloud providers under different names:...
by Ana Tešija | Jul 15, 2021 | Musings
Benoit Boucher DATA ENGINEER How datacentres nevertheless impact the environment In the last article, we talked about the means implemented by datacentres and cloud providers to minimize their environmental impact. In this article we will list the criticisms that can...
by Ana Tešija | Jun 24, 2021 | Code
Ena Dzanko, Juraj Komericki DATA ENGINEERS Introduction In many messaging scenarios, the message payload is structured and therefore (de)serialized using a schema specification. Both senders and receivers of the messages will want to validate the data with a...
by Ana Tešija | Jun 13, 2021 | Code
Tihomir Habjanec, Tea Bratic DATA ENGINEERS In the first part of our blog we focused on data ingestion from a publicly available API, orchestration and monitoring. Now, let us look at our Azure Functions for processing data. We will first give a brief overview of what...