Inspiring Ingenuity

Alteryx, Bicycles and Teaching Kids Programming.


4 Comments

Alteryx: Amazon S3 & the Gallery

AmazonS3DownloadA variety of questions have come up from Alteryx users that all have the same answer:

  • The Alteryx Gallery will only allow me to upload about 100MB of data, how do I upload more?
  • I need to change my data daily/hourly/monthly for my Gallery module, how do I do that without re-uploading my entire app every time?
  • How do I persist data from run to run in a Gallery module?
  • How do I share data in Alteryx Desktop with coworkers/clients/partners without sending huge files around?

The answer to all of these questions is to use the Amazon S3 tools. What is S3?  Amazon says it is:

Amazon S3 is storage for the Internet. It is designed to make web-scale computing easier for developers.

Amazon S3 provides a simple web-services interface that can be used to store and retrieve any amount of data, at any time, from anywhere on the web. Continue reading