
Develop the Camel DynamoDB sink connector on Docker, consuming fake order records from a Kafka topic and writing them into a DynamoDB table.

Develop the Camel DynamoDB sink connector on Docker, consuming fake order records from a Kafka topic and writing them into a DynamoDB table.

Kafka producer and consumer applications written in Python with kafka-python, one of several open source alternatives to the Java clients.

A Kafka Connect ingestion pipeline on Docker. The MSK Data Generator creates fake customer and order records, and the Confluent S3 sink saves them.

Kafka management apps compared for local development, covering IAM access control and integration with MSK Connect and Glue Schema Registry.

How a non-Java developer prepared for and passed the Confluent Certified Developer for Apache Kafka exam, which assumes the Java APIs throughout.

Set up a Kafka cluster with Docker Compose, the base for a series on developing and testing Kafka applications for AWS in containers.

A survey of the Kafka connectors available for AWS service integration, as the starting point for building real time data pipelines on AWS.

Set up a self-managed blog with Hugo and GitHub Pages, including why Hugo was chosen over Jekyll and Pelican for its themes and features.

Integrate Python Kafka producer and consumer apps running on AWS Lambda with the Glue Schema Registry, which manages and validates message schemas.

Stream Kafka records from Amazon MSK into Athena through its direct integration, with a producer Lambda built locally using AWS SAM and Terraform.