Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 841 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 841 Bytes

Fluentd Postgresql to Kinesis Stream Docker Image

Run locally

  • Start up Docker on your machine
  • Fill in the database secrets and AWS credentials in the config file and Dockerfile
  • Navigate to project directory and build image: docker build -t producer:latest ./
  • Run the Docker container: docker run producer:latest

Resources