I wrote a couple of weeks ago about using DuckDB and Rill Data to explore a new data source that I’m...
In this blog article I'll show you how you can use the confluent CLI to set up a Kafka cluster on...
Much as I love kcat (🤫 it’ll always be kafkacat to me…), this morning I nearly fell out with it 👇 😖...
The perfect blog article takes the reader on a journey that some would say looks like...
The UK Government publishes a lot of its data as open feeds. One that I keep coming back to is the...
There was a useful question on the Apache Flink Slack recently about joining data in Flink SQL: How...
Let’s imagine we’ve got a source of data with a nested array of multiple values. The data is from an...
The UK Environment Agency publishes a feed of data relating to rainfall and river levels. As a...
I was exploring some new data, joining across multiple tables, and doing a simple SELECT * as I’d not...
Here’s a bunch of interesting links and articles about data that I’ve come across recently. Martin...
I do my best to try and keep, if not abreast of, then at least aware of what’s going on in the world...
Writing is one of the most powerful forms of communication, and it’s useful in a multitude of roles...
One of the most important ways that a project can help its developers is providing them good...
It all started with a tweet. Raycast is blowing my mind. It's the 20% of macOS I didn't realize was...
I recently started writing an abstract for a conference later this year and realised that I’m not...
I’m convinced that a developer advocate can be effective remotely. As a profession, we’ve all spent...
Kafka Summit is the fandabidoziest conference dedicated to Apache Kafka® and event streaming. The...
We are keen to hear from as many people at Kafka Summit, and are offering an "Office Hours" session...
There’s a bunch of improvements in the works for how ksqlDB handles code deployments and migrations....
📔 Slides 👾 Code Imagine you’ve got a stream of data; it’s not “big data,” but it’s certainly a...
The FilePulse connector from Florian Hussonnois is a really useful connector for Kafka Connect which...
Using ksqlDB in Confluent Cloud makes things a whole bunch easier because now you just get to build...
The Kafka Connect JDBC Sink can be used to stream data from a Kafka topic to a database such as...
ksqlDB is a fantastically powerful tool for processing and analysing streams of data in Apache Kafka....
Kibana’s map functionality is a powerful way to visualise data that has a location element in it. I...
Some people learn through doing - and for that there’s a bunch of good ksqlDB tutorials here and...
One of the fun things about working with data over the years is learning how to use the tools of the...
tl;dr: specify the --user root argument: docker exec --interactive \ --tty \ ...
Confluent Cloud is not only a fully -managed Apache Kafka service, but also provides important...
KIP-66 was added in Apache Kafka 0.10.2 and brought new functionality called Single Message...