<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>ZappyShell Archives | ZappySys Blog</title>
	<atom:link href="https://zappysys.com/blog/tag/zappyshell/feed/" rel="self" type="application/rss+xml" />
	<link>https://zappysys.com/blog/tag/zappyshell/</link>
	<description>SSIS / ODBC Drivers / API Connectors for JSON, XML, Azure, Amazon AWS, Salesforce, MongoDB and more</description>
	<lastBuildDate>Wed, 31 Aug 2016 21:03:05 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.4.4</generator>

<image>
	<url>https://zappysys.com/blog/wp-content/uploads/2023/01/cropped-zappysys-symbol-large-32x32.png</url>
	<title>ZappyShell Archives | ZappySys Blog</title>
	<link>https://zappysys.com/blog/tag/zappyshell/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>How to check Amazon S3 Bucket location (Region)</title>
		<link>https://zappysys.com/blog/check-amazon-s3-bucket-location-region/</link>
		
		<dc:creator><![CDATA[ZappySys]]></dc:creator>
		<pubDate>Tue, 15 Mar 2016 14:17:39 +0000</pubDate>
				<category><![CDATA[S3 (Simple Storage Service)]]></category>
		<category><![CDATA[aws]]></category>
		<category><![CDATA[bucket]]></category>
		<category><![CDATA[command line tools]]></category>
		<category><![CDATA[redshift]]></category>
		<category><![CDATA[redshift copy]]></category>
		<category><![CDATA[Redshift Data Transfer Task]]></category>
		<category><![CDATA[s3]]></category>
		<category><![CDATA[ssis]]></category>
		<category><![CDATA[SSIS PowerPack]]></category>
		<category><![CDATA[ZappyShell]]></category>
		<guid isPermaLink="false">http://zappysys.com/blog/?p=409</guid>

					<description><![CDATA[<p>Problem Sometimes if you loading data to Redshift via COPY command or using SSIS Redshift Data Transfer Task to move data to redshift then you will have to make sure your S3 Bucket is in the same region as Redshift Cluster. Many people don&#8217;t know how to verify that because its hidden in the console. This [&#8230;]</p>
<p>The post <a href="https://zappysys.com/blog/check-amazon-s3-bucket-location-region/">How to check Amazon S3 Bucket location (Region)</a> appeared first on <a href="https://zappysys.com/blog">ZappySys Blog</a>.</p>
]]></description>
										<content:encoded><![CDATA[<h2>Problem</h2>
<p>Sometimes if you loading data to Redshift via <a href="http://docs.aws.amazon.com/redshift/latest/dg/r_COPY.html" target="_blank">COPY</a> command or using <a href="//zappysys.com/products/ssis-powerpack/ssis-amazon-redshift-data-transfer-task/" target="_blank">SSIS Redshift Data Transfer Task</a> to move data to redshift then you will have to make sure your S3 Bucket is in the same region as Redshift Cluster. Many people don&#8217;t know how to verify that because its hidden in the console. This post will help you to find it easily.</p>
<h2>Find Amazon S3 bucket location (AWS Region endpoint)</h2>
<p>Below is step-by-step instructions how to find S3 Bucket region (i.e. location)</p>
<ol>
<li>Open your AWS Console by visiting <a href="https://console.aws.amazon.com/" target="_blank">https://console.aws.amazon.com/</a></li>
<li>From dashboard click on <strong>S3</strong> option (or visit <a href="https://console.aws.amazon.com/s3/home" target="_blank">https://console.aws.amazon.com/s3/home</a> )</li>
<li>You will see all buckets in the left side list</li>
<li>Click on desired S3 bucket name</li>
<li>Click on Properties Tab at the top</li>
<li>Now you will see <strong>Region</strong> for the selected bucket along with many other properties.</li>
</ol>
<p>Sometimes You may see US Standard as region name that means your bucket is located in US East (N. Virginia)</p>
<p>If you want to know Region Code rather than name check this link : <a href="http://docs.aws.amazon.com/general/latest/gr/rande.html#s3_region" target="_blank">Region Endpoints for Amazon S3 </a></p>
<div id="attachment_410" style="width: 592px" class="wp-caption alignnone"><a href="//zappysys.com/blog/wp-content/uploads/2016/03/how-to-find-amazon-s3-bucket-location-region-endpoint-aws.png"><img fetchpriority="high" decoding="async" aria-describedby="caption-attachment-410" class="size-full wp-image-410" src="//zappysys.com/blog/wp-content/uploads/2016/03/how-to-find-amazon-s3-bucket-location-region-endpoint-aws.png" alt="How to find amazon s3 bucket location (AWS region endpoint)" width="582" height="272" srcset="https://zappysys.com/blog/wp-content/uploads/2016/03/how-to-find-amazon-s3-bucket-location-region-endpoint-aws.png 582w, https://zappysys.com/blog/wp-content/uploads/2016/03/how-to-find-amazon-s3-bucket-location-region-endpoint-aws-300x140.png 300w" sizes="(max-width: 582px) 100vw, 582px" /></a><p id="caption-attachment-410" class="wp-caption-text">How to find amazon s3 bucket location (AWS region endpoint)</p></div>
<h2>Download/Upload data to S3 bucket via Command line</h2>
<p>If you want to automate S3 file download/upload then check <a href="//zappysys.com/products/zappyshell/" target="_blank">this command line tool</a></p>
<h3>ZappyShell Command line tools for Amazon S3</h3>
<p><img decoding="async" title="ZappyShell Command line tools for Amazon S3" src="//zappysys.com/onlinehelp/zappyshell/scr/images/zappyshell-for-aws-command-line-tools.png" alt="Command line tools for Amazon S3" /></p>
<p>&nbsp;</p>
<h3>Upload local files to Amazon S3 from command line</h3>
<p><img decoding="async" title="Upload local files to Amazon S3 from command line" src="//zappysys.com/onlinehelp/zappyshell/scr/images/amazon-s3-command-line-tools-upload-files.png" alt="Upload local files to Amazon S3 from command line" /></p>
<p>&nbsp;</p>
<h3>List S3 buckets using command line</h3>
<p><img decoding="async" title="List S3 buckets using command line" src="//zappysys.com/onlinehelp/zappyshell/scr/images/amazon-s3-command-line-tools-list-bucket.png" alt="List S3 buckets using command line" /></p>
<p>&nbsp;</p>
<h3>List S3 file information using command line</h3>
<p><img decoding="async" title="List S3 file information using command line" src="//zappysys.com/onlinehelp/zappyshell/scr/images/amazon-s3-command-line-tools-list-information.png" alt="List S3 file information using command line" /></p>
<p>&nbsp;</p>
<h3>List S3 files using command line</h3>
<p><img decoding="async" title="List S3 files using command line" src="//zappysys.com/onlinehelp/zappyshell/scr/images/amazon-s3-command-line-tools-list-s3-files.png" alt="List S3 files using command line" /></p>
<h2>Download/Upload data to S3 bucket from SSIS</h2>
<a href="https://zappysys.com/blog/check-amazon-s3-bucket-location-region/"><img decoding="async" src="https://zappysys.com/blog/wp-content/plugins/wp-youtube-lyte/lyteCache.php?origThumbUrl=%2F%2Fi.ytimg.com%2Fvi%2FtlW7lpJoWEg%2Fhqdefault.jpg" alt="YouTube Video"></a><br /><br /></p>
<h2>Load data to Amazon Redshift using S3 Bucket and COPY command</h2>
<p>Below video shows how to use S3 bucket to perform bulk data load into Amazon Redshift using <a href="//zappysys.com/products/ssis-powerpack/ssis-amazon-redshift-data-transfer-task/" target="_blank">SSIS Redshift Data Transfer Task</a><br />
<a href="https://zappysys.com/blog/check-amazon-s3-bucket-location-region/"><img decoding="async" src="https://zappysys.com/blog/wp-content/plugins/wp-youtube-lyte/lyteCache.php?origThumbUrl=%2F%2Fi.ytimg.com%2Fvi%2F5S_p0fNn6a8%2Fhqdefault.jpg" alt="YouTube Video"></a><br /><br /></p>
<h2>Conclusion</h2>
<p>Amazon S3 provides most common way to store/load data for various AWS related services (e.g. EMR, Redshift). Zappysys is one of the top leading providers who make tools for AWS, NoSQL and other Cloud connectivity providers. Check <a href="//zappysys.com/products/ssis-powerpack/" target="_blank">SSIS PowerPack</a> (For SSIS) or <a href="//zappysys.com/products/zappyshell/" target="_blank">ZappyShell Command line for AWS</a> if you want command line solution. ZappyShell is just single exe file does all heavy lifting for you 🙂</p>
<p>Cheers!</p>
<p>The post <a href="https://zappysys.com/blog/check-amazon-s3-bucket-location-region/">How to check Amazon S3 Bucket location (Region)</a> appeared first on <a href="https://zappysys.com/blog">ZappySys Blog</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Amazon Redshift data load in Informatica PowerCenter</title>
		<link>https://zappysys.com/blog/amazon-redshift-data-load-in-informatica-powercenter/</link>
		
		<dc:creator><![CDATA[ZappySys]]></dc:creator>
		<pubDate>Wed, 17 Feb 2016 23:42:41 +0000</pubDate>
				<category><![CDATA[Redshift]]></category>
		<category><![CDATA[Amazon Redshift]]></category>
		<category><![CDATA[Amazon S3]]></category>
		<category><![CDATA[aws]]></category>
		<category><![CDATA[Informatica]]></category>
		<category><![CDATA[PowerCenter]]></category>
		<category><![CDATA[redshift]]></category>
		<category><![CDATA[ZappyShell]]></category>
		<guid isPermaLink="false">http://zappysys.com/blog/?p=360</guid>

					<description><![CDATA[<p>Introduction In our previous post you learned how to load data into Redshift using SSIS. Now in this post you will learn how to load data into Redshift using Informatica PowerCenter. For PowerCenter we will use ZappyShell Command line for Redshift Data Load. This small powerful command line utility can handle load of several millions [&#8230;]</p>
<p>The post <a href="https://zappysys.com/blog/amazon-redshift-data-load-in-informatica-powercenter/">Amazon Redshift data load in Informatica PowerCenter</a> appeared first on <a href="https://zappysys.com/blog">ZappySys Blog</a>.</p>
]]></description>
										<content:encoded><![CDATA[<h2>Introduction</h2>
<p>In our <a href="https://zappysys.com/posts/sql-server-to-redshift-data-load-using-ssis/#Command_line_approach_for_SQL_Server_to_Redshift_data_load" target="_blank">previous post</a> you learned how to load data into Redshift using SSIS. Now in this post you will learn how to load data into Redshift using <strong>Informatica PowerCenter</strong>. For PowerCenter we will use <a href="//zappysys.com/products/zappyshell/amazon-redshift-command-line-tools/" target="_blank">ZappyShell Command line for Redshift Data Load</a>. This small powerful command line utility can handle load of several millions or billions records in few minutes. It uses parallel execution engine which takes care most tedious steps of loading data into Amazon Redshift.</p>
<h2>Using informatica command task to load data into redshift</h2>
<p>Informatica PowerCenter has simple task to execute command lines. you can use this task to execute ZappyShell command line. Perform following steps to load data.</p>
<ol>
<li>Download and install <a href="//zappysys.com/products/zappyshell/amazon-redshift-command-line-tools/" target="_blank">ZappyShell for Amazon Redshift from here</a></li>
<li>Now you ready to data into Amazon Redshift</li>
<li>Drag new command task into your Informatica workflow</li>
<li>Enter below command to load data from SQL Server to Redshift. If you have ODBC connectivity then use ODBC DSN to read your data.</li>
<li>You can use script file approach too where each command line parameter can be nicely wrapped in new line.<br />
Here is sample command you can try to load data from SQL Server to Redshift. if you have ODBC connectivity then use ODBC DSN to read your data.<br />
<pre class="crayon-plain-tag">c:\zappyshell\aws.exe import Db 
	--source-driver ADONET_MSSQL 
	--source-query "select ROW_NUMBER()Over(order by a.CustomerID) Id, a.*,b.*,c.OrderID,c.OrderDate,c.Freight  from customers a,products b,orders c" 
	--source-archivemethod None 
	--source-stage-archivemethod Delete 
	--target-stage-archivemethod Delete 
	--source-stagepath "c:\redshift\stage" 
	--target-table "customerdata" 
	--target-stagepath "bw-rstest/cmdstage" 
	--target-truncate 
	--logfile "c:\redshift\log.txt" 
	--maxrows-perfile 100000 
	--region us-east-1 
	--accesskey "AKIA*****************" 
	--secretkey "lPi+XQ************************"  
	--source-connstr "Data Source=localhost;Initial Catalog=Northwind;Integrated Security=SSPI;"  
	--target-connstr "Host=mytestcluster-1.csu********.us-east-1.redshift.amazonaws.com;Port=5439;Database=dev;UserName=masteruser;Password=*********;EnableSsl=true;Timeout=30;CommandTimeout=3600;"</pre>
</li>
<li>For complete help on import command check help file //zappysys.com/onlinehelp/zappyshell/scr/aws/aws-redshift-import.htm</li>
</ol>
<div id="attachment_405" style="width: 746px" class="wp-caption alignnone"><a href="//zappysys.com/blog/wp-content/uploads/2016/02/amazon-redshift-import-command-line-tools-copy-s3-aws.png"><img decoding="async" aria-describedby="caption-attachment-405" class="size-full wp-image-405" src="//zappysys.com/blog/wp-content/uploads/2016/02/amazon-redshift-import-command-line-tools-copy-s3-aws.png" alt="Informatica PowerCenter Redshift Data Load - Amazon Redshift Import Command line tools (COPY, S3, AWS)" width="736" height="571" srcset="https://zappysys.com/blog/wp-content/uploads/2016/02/amazon-redshift-import-command-line-tools-copy-s3-aws.png 736w, https://zappysys.com/blog/wp-content/uploads/2016/02/amazon-redshift-import-command-line-tools-copy-s3-aws-300x233.png 300w" sizes="(max-width: 736px) 100vw, 736px" /></a><p id="caption-attachment-405" class="wp-caption-text">Informatica PowerCenter Redshift Data Load &#8211; Amazon Redshift Import Command line tools (COPY, S3, AWS)</p></div>
<h2>ZappyShell Command Line for Redshift</h2>
<p>Below are few feature for Command line for Amazon Redshift</p>
<p>◾Import data to AWS Redshift database from files or relational source (e.g. MySQL, Oracle, SQL Server)<br />
◾Import huge amount of data (millions of rows) in few minutes with parallel load techniques<br />
◾Load local flat files to Redshift in just single line command (option to compress data files to *.gz to speed up transfer)<br />
◾Support for Client side encryption using AES 256 Key<br />
◾Load data from any data source (ODBC,ADO.net or OLEDB) using sql query<br />
◾Import compressed data files (*.gz) to redshift<br />
◾Archive files, error reporting, file splitting, many other features</p>
<a href="https://zappysys.com/blog/amazon-redshift-data-load-in-informatica-powercenter/"><img decoding="async" src="https://zappysys.com/blog/wp-content/plugins/wp-youtube-lyte/lyteCache.php?origThumbUrl=%2F%2Fi.ytimg.com%2Fvi%2FOz5Rfztzo0U%2Fhqdefault.jpg" alt="YouTube Video"></a><br /><br /></p>
<p>The post <a href="https://zappysys.com/blog/amazon-redshift-data-load-in-informatica-powercenter/">Amazon Redshift data load in Informatica PowerCenter</a> appeared first on <a href="https://zappysys.com/blog">ZappySys Blog</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
