Connecting things with Kafka Connect

Connecting things with Kafka Connect

Kafka Connect es un marco de código abierto para conectar Kafka de manera escalable y confiable con sistemas externos como almacenes de objetos, bases de datos, almacenes de valores clave, sistemas de archivos, entre otros. Sus conectores (fuentes y sumideros) son componentes listos para usar que nos ayudan a mover datos dentro y fuera de […]

Building real time data pipelines with Kafka Streams I

Building real time data pipelines with Kafka Streams I

Many interesting projects have been developed within the stream processing field in the last years. Most of us could name open source projects (Apache Spark, Apache Storm, Apache Flink) or proprietary services (Google DataFlow or AWS Lambda) that are very well-known solutions for real time scenarios. However, the objective of this post to present Kafka […]