Projects
Twitter-JDBC Kafka Connectors
- Category: APIs
 - Frameworks: Java, Apache Kafka, Debezium, JDBC, Twitter API
 - Project date: 11 June, 2024
 - Project URL: Source + Sink connectors
 
Description:
                This project is a POC that connects Apache kafka with a source of choice (here twitter) and a JDBC sink. The connector is deployed in two ways,
 1. Default (using standard community-approved connectors within the Apache Foundation);
 2. Custom (using a connector I wrote myself, which may not be as robust as community-approved version, but served as a practice for me to get used to low level programming)