Jump to content

Amazon Red Shift for Data Warehouse


jailokesh

Recommended Posts

1 hour ago, jailokesh said:

Hello bro's

anyone using Amazon Red Shift for Data warehousing?

can i get some info how to use this services in ssis or how it performs ETL tasks.

Thanks in adv

you can extract data from redshift using couple of python libraries like psycopg,  once data extract , as an ETL developer u should know further process

 

Link to comment
Share on other sites

2 minutes ago, GunturGongura said:

you can extract data from redshift using couple of python libraries like psycopg,  once data extract , as an ETL developer u should know further process

 

any link you can share?

 

Link to comment
Share on other sites

7 minutes ago, jailokesh said:

any link you can share?

 

 

https://www.quora.com/How-do-I-copy-table-data-from-MySQL-to-Redshift-using-Python

 

 

 

You can use the Python libraries psycopg2 & pymysql to connect to mysql and query all data from a table .

What we will do is select all rows from the MySQL table and use the insert command to insert them into Redshift.

Link to comment
Share on other sites

1 hour ago, jailokesh said:

Hello bro's

anyone using Amazon Red Shift for Data warehousing?

can i get some info how to use this services in ssis or how it performs ETL tasks.

Thanks in adv

jailokesh 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...