Skip to content

dattakunal/apache_beam_terra_form

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Terraform and apache beam code

Check the terraform and source folder

This code contains terraform and apache beam. The terraform code(main.tf) code is doing below things:

  • Create temporary bucket in GCP that is used by Apache Beam.
  • Create a bucket for apache beam template.
  • Create a subscription for a pubsub that is in different project.
  • Create Big Query table in GCP using schema json files.
  • Create the apache beam template using python code.
  • Create the dataflow using the template.

The apache beam code is doing below things:

  • Create a pipelines as below:
    • Read the subscription to get the data.
    • Choose the table from the mapping in a JSON file
    • Parse the data and based on the type of the data insert the data in different big query table

image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published