Updated SAWS link.

This commit is contained in:
Donne Martin 2015-10-17 04:45:20 -04:00
parent 9e959af6d2
commit 882eddba72

View File

@ -72,9 +72,10 @@ IPython Notebook(s) demonstrating Hadoop MapReduce with mrjob functionality.
IPython Notebook(s) demonstrating Amazon Web Services (AWS) and AWS tools functionality.
Also check out [SAWS](https://github.com/donnemartin/saws): A Supercharged AWS command line interface (CLI).
| Notebook | Description |
|------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| [saws](https://github.com/donnemartin/saws) | A Supercharged AWS command line interface (CLI). |
| [boto](http://nbviewer.ipython.org/github/donnemartin/data-science-ipython-notebooks/blob/master/aws/aws.ipynb#Boto) | Official AWS SDK for Python. |
| [s3cmd](http://nbviewer.ipython.org/github/donnemartin/data-science-ipython-notebooks/blob/master/aws/aws.ipynb#s3cmd) | Interacts with S3 through the command line. |
| [s3distcp](http://nbviewer.ipython.org/github/donnemartin/data-science-ipython-notebooks/blob/master/aws/aws.ipynb#s3distcp) | Combines smaller files and aggregates them together by taking in a pattern and target file. S3DistCp can also be used to transfer large volumes of data from S3 to your Hadoop cluster. |