How to Run Rust from Python

How to Run Rust from Python

Python is one of the most beloved and powerful coding languages out there. With the adoption of Python for data science and data engineering tasks, the number of Python developers is growing at a huge pace. But Python sometimes is slow, so how can we find a solution for applications that need to fix a Python bottleneck in performance? Rust to the rescue!

READ MORE

Data Visualization in GCP

In our previous posts, we talked about how data warehouses and data lakes can help us manage our data in a more secure, cost-effective, reliable, and scalable way, as well as how to use GCP to improve our data pipelines and their orchestration. But it doesn’t matter how rich or robust your data structure is if you cannot use it to leverage your business decision making.

READ MORE

Processing Messages with Spring Cloud Stream and Kafka

Spring Cloud Stream is a framework that helps developers with data integration problems, especially in event oriented applications. The goal of the framework is to make it easy to apply modern microservices architecture patterns, decouple application responsibilities, and port business logic onto message brokers.

READ MORE