GitHub / aws-samples / amazon-kinesis-data-processor-aws-fargate
Sample code for the AWS Big Data Blog Post Building a scalable streaming data processor with Amazon Kinesis Data Streams on AWS Fargate
Stars: 37
Forks: 10
Open issues: 2
License: mit-0
Language: Python
Size: 778 KB
Dependencies parsed at:
360
Created at: almost 5 years ago
Updated at: 2 months ago
Pushed at: about 1 month ago
Last synced at: about 1 month ago
Topics: amazon-kcl, amazon-kinesis, containers, data-ingestion, data-processor, kinesis-data-streams, scalable-data-stream
producer/pom.xml
maven
- org.springframework.cloud:spring-cloud-dependencies Hoxton.SR3 import
- com.amazonaws:amazon-kinesis-producer 0.14.0
- org.glassfish.jaxb:jaxb-runtime 2.3.2
- org.springframework.boot:spring-boot-starter-web
- org.springframework.cloud:spring-cloud-stream
- org.springframework.boot:spring-boot-starter-test test
- org.springframework.cloud:spring-cloud-stream-test-support test
consumer/Dockerfile
docker
producer/Dockerfile
docker
- public.ecr.aws/amazoncorretto/amazoncorretto 11 build
- public.ecr.aws/docker/library/maven 3.8.7-amazoncorretto-11 build
cdk/package.json
npm
- @types/jest ^29.4.0 development
- @types/node 18.14.6 development
- aws-cdk 2.73.0 development
- jest ^29.5.0 development
- ts-jest ^29.0.5 development
- ts-node ^10.9.1 development
- typescript ~4.9.5 development
- aws-cdk-lib 2.177.0
- constructs ^10.0.0
- source-map-support ^0.5.21
consumer/setup.py
pypi