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"
- Host: GitHub
- URL: https://github.com/chrisammon3000/building-data-pipelines-with-apache-kafka
- Owner: chrisammon3000
- Created: 2023-08-28T23:29:26.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-29T00:02:01.000Z (over 2 years ago)
- Last Synced: 2025-01-22T16:14:35.704Z (11 months ago)
- Topics: aws, cdk, confluent, ec2, kafka, rds
- Language: TypeScript
- Homepage:
- Size: 45.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```