S3 Select Tooling

0

Good afternoon I am trying to find out, and search, to see if there is an S3 Select Tooling, perhaps run by a 3rd party? If such a thing exists, like a GUI that's user friendly instead of executing the S3 Select queries.

asked a year ago243 views
2 Answers
1

Hi,

Did you consider using Athena instead of S3 select - the Athena GUI is much more user friendly and also you can setup defined governance/access. Please refer: https://aws.amazon.com/blogs/aws/amazon-athena-interactive-sql-queries-for-data-in-amazon-s3/

Alternatively, you could consider using the AWS SDK for Pandas which can provide a visual & a repeatable way to use S3 select using a notebook. Please refer: https://aws-sdk-pandas.readthedocs.io/en/stable/tutorials/029%20-%20S3%20Select.html

Thanks

profile pictureAWS
Rama
answered a year ago
  • Thanks Rama-I will look into AWS SDK for Pandas - just looking for a swift, cost effective (but user friendly) querying method to process json files into a bucket

  • You can also query using S3 Select against individual objects using the AWS Console, which can be useful for trying out S3 Select queries.

0

Try AWS SimpleDB

answered 5 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions