Skip to content

This is my example to process data from application into data warehouse.

Notifications You must be signed in to change notification settings

peempumrapee/example_data_processing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example Data Processing

This is my example to process data from application into data warehouse. I Have use Pyspark and Beam for data processing and snipped some code into this repository.

Data Process Workflow

  1. Read Data from Application Database (eg. MySQL)
  2. Save Original data into file (eg. Parquet)
  3. I need to get a column that contain JSON string to transform into valuable record.
  4. Read JSON string into dict. then process to create new record.
  5. Save into Data Warehouse.

On Beam pipeline, I integrated with GCP stack with Dataflow, GCS and Bigquery.

About

This is my example to process data from application into data warehouse.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages