Skip to content

felixchiu/Just-Copy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Just Copy

Purpose

Provide a highly scalable and configurable data processing service to provide basic ETL process

Configuration

Pre-Target SQL File (Optional)

The SQL we want to run BEFORE we pull data

Source SQL File

The SQL file which defines what data we are going to pull

Target SQL File

An insert statement to load data into target table. The first column should be the unique key for this run

Post-Target SQL File (Optional)

The SQL we want to run AFTER we loaded data

Column Names

The column names that we are pulling from source SQL query, that we want to insert into target table. The columns must ne in sequence to the target SQL. Again, the first column should be the unique key of this batch.

Limitation

We only support STRING (or TEXT) at this moment.

Diagram

Sequence Diagram: http://www.plantuml.com/plantuml/png/VL6xJiGm4Epz5QDhg0Bz5JI7aA122HArusmE2yVhMziW_XxdWHHE2LlExipixjpOZlHjq9AiTZNvZaIfP9CZFEUOSEBmZJUMZzxnbrA75s53CQ8X-RI63gZkKK2gNhMSAM7f7t14dJr2wQIv4ozERKvMiyILxX5DDXDqXqTjNHRQSMyuYo4ywAJNzD4-pgt9UdDiv2_xNFERt0useHlXWJjowYoS0vvy94ceoR1q2gKSSq3F0jBc7LB-XAMsjKVJ4Mbrd9p-AfOCr0xllsif1lOTV1vQ4d2F7Chg5FSEttdwh1C9XeVWA5dsUw5pJBzPhWH6kCG-4TJsq9xtQROaX9N63m00

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages