Easier Stream Processing On Kafka With ksqlDB

Easier Stream Processing On Kafka With ksqlDB

Up next

Semantic Operators Meet Dataframes: Building Context for Agents with FENIC

Summary In this episode Kostas Pardalis talks about Fenic - an open-source, PySpark-inspired dataframe engine designed to bring LLM-powered semantics into reliable data engineering workflows. Kostas shares why today’s data infrastructure assumptions (BI-first, expert-operated, CP ...  Show more

Beyond Dashboards: How Data Teams Earn a Seat at the Table

Summary In this episode Goutham Budati about his Data–Perspective–Action framework and how it empowers data teams to become true business partners. Gautham traces his path from automating Excel reports to leading high‑impact data organizations, then breaks down why technical exce ...  Show more

Recommended Episodes

MongoDB Internal Architecture | The Backend Engineering Show
The Backend Engineering Show with Hussein Nasser

I’m a big believer that database systems share similar core fundamentals at their storage layer and understanding them allows one to compare different DBMS objectively. For example, How documents are stored in MongoDB is no different from how MySQL or PostgreSQL store rows. Ev ...

  Show more

MySQL on HTTP/3 | The Backend Engineering Show
The Backend Engineering Show with Hussein Nasser

The communication between backend applications and database systems always fascinated me. The protocols keep evolving and we are in constant search for an efficient protocol that best fit the workload of Backend-DB communication.

In this episode of the backend engineeri ...

  Show more

Should you go with an Optimistic or Pessimistic Concurrency Control Database?
The Backend Engineering Show with Hussein Nasser

MongoDB, Postgres, Microsoft SQL Server, or MySQL, or any other database manages concurrency control differently. There are two methods, pessimistic and optimistic, both have their pros and cons. Let explore how different databases implement this and what is the effect on perf ...

  Show more

How Important are algorithm and data structures in backend engineering?
The Backend Engineering Show with Hussein Nasser

Algorithms & Data Structures are critical to Backend Engineering however it really depends on what kind of application and infrastructure you are building. In this video I want to go through the following   1 Backend Engineers are two types - Integrating Existing ...

  Show more