Skip to content

Demo of a data pipeline, using Kinesis Firehose and Redshift

License

Notifications You must be signed in to change notification settings

nofir/redshift-data-pipeline-demo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Firehose to Redshift pipeline with Terraform

Code accompanying explanatory blog post.

To run this:

First install terraform if you do not have it already. Then run:

terraform init
terraform apply
yarn install
yarn build
yarn server

POST some data to localhost:3000/data in format { "name": "test_value", "value": 1.0 }

Destroying created resources

terraform destroy

This will fail to remove the S3 bucket if there were data created outside of the Terraform configs, so those will have to be deleted manually.

About

Demo of a data pipeline, using Kinesis Firehose and Redshift

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HCL 75.2%
  • JavaScript 24.8%