An open API service indexing awesome lists of open source software.

https://github.com/chrisammon3000/building-data-pipelines-with-apache-kafka

Code & AWS deployment for the Confluent Developer course "Building Data Pipelines with Apache Kafka® and Confluent | Data Pipelines Tutorials"
https://github.com/chrisammon3000/building-data-pipelines-with-apache-kafka

aws cdk confluent ec2 kafka rds

Last synced: 9 months ago
JSON representation

Code & AWS deployment for the Confluent Developer course "Building Data Pipelines with Apache Kafka® and Confluent | Data Pipelines Tutorials"

Awesome Lists containing this project

README

          

# building-data-pipelines-with-apache-kafka
https://www.youtube.com/playlist?list=PLa7VYi0yPIH1MculjFWJxs-aENPxRHHOS

## Infrastructure
- RDS MySQL instance
- OpenSearch instance on EC2

## Usage
```bash
# Deploy infrastructure
make deploy

# Destroy infrastructure
make destroy
```