Capturing MySQL database changes with Debezium
In today’s article, we will touch on an enjoyable topic again. Let’s say we want to capture changes in our database and move them seamlessly to another server/cloud, or we want to provide a real-time data stream for analysis/reporting. So how can we make this happen? To answer this, let’s get to know both the…
Read articleRay: Distributed Data Processing with Python
Ray is a project started by RISELab in 2017 that conducts research on real-time data processing systems and artificial intelligence. Developed as an open-source library with a focus on parallel and distributed computing, Ray has recently become a frequently used tool in data analysis, artificial intelligence, and machine learning projects by data scientists and Python…
Read article