AWS Data Exchange is a service that makes it easy for millions of AWS customers to securely find, subscribe to, and use third-party data in the cloud. This repository contains a collection of samples that interact with the AWS Data Exchange API.
Examples of interacting with the AWS Data Exchange API from the data subscriber side can be found in /subscribers.
- all-entitled-datasets: Lists all data sets one is subscribed to.
- all-entitled-datasets: Lists all data sets one is subscribed to.
- most-expensive-neighborhoods-in-nyc: Most expensive neighborhoods in NYC by median price.
- all-entitled-datasets: Lists all data sets one is subscribed to.
- auto-export-to-s3: Automatically exports newly published revisions to S3 using a CloudWatch Rule and Lambda Function.
- all-entitled-datasets: Lists all data sets one is subscribed to.
- export-data-sets: Exports data sets specified into an Amazon S3 bucket.
- download-entitled-assets: Download all assets to which you've subscribed.
- pandas-describe-csv: Download a CSV asset by Arn, import it into a Pandas data frame, and
describe()
the result. - auto-export-to-s3: Terraform based deployment to automatically export newly published revisions to S3 using a CloudWatch Rule and Lambda.
- setup-redshift-data-shares: Sets up AWS Data Exchange datashares for querying in Amazon Redshift.
- all-entitled-datasets: Lists all data sets one is subscribed to.
- all-entitled-datasets: Lists all data sets one is subscribed to.
- all-entitled-datasets: Lists all data sets one is subscribed to.
Examples of interacting with the AWS Data Exchange API from the data provider side can be found in /providers.
- Monitor Subscriber usage of AWS Data Exchange For Amazon S3 data sets: Deploy infrastructure to report and visualize subscriber usage on AWS Data Exchange for Amazon S3 data sets.
- create-data-set-with-amazon-s3-access-points: Create a data set that will contain an Amazon S3 Access Point Asset.
- create-data-set-with-finalized-revision: Create a data set with a finalized revision.
- enumerate-data-products: Enumerate data products, examine each product's data sets, and fetch a data set.
- add-data-set: Create and publish a data set into an existing product.
- add-revision-to-a-data-set: Add a new revision to a data set using data in S3.
- awslabs/aws-data-exchange-publisher-coordinator: Coordinate the publishing steps for a dataset revision based on an S3 manifest file being uploaded to the specified S3 bucket.
This library is licensed under the MIT-0 License. See the LICENSE file.