Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Analyze data in S3 with Athena and Glue #766

Closed
1 of 2 tasks
micahwalter opened this issue Oct 27, 2022 · 3 comments · Fixed by #988
Closed
1 of 2 tasks

Analyze data in S3 with Athena and Glue #766

micahwalter opened this issue Oct 27, 2022 · 3 comments · Fixed by #988
Assignees
Labels
feature-request A feature should be added or improved. language/python Related to Python examples p2

Comments

@micahwalter
Copy link

Describe the feature

I'd like to propose a sample CDK application that automatically provisions and configures Amazon Athena to be able to query data stored in an S3 bucket. This would include an AWS Glue Crawler and Data Catalog to create the tables for Athena.

Use Case

Amazon Athena is a powerful and easy to use tool for querying data on S3. Data engineers will likely want a simple IaaC pattern for setting up Athena, connecting it to an S3 bucket, and configuring a Glue Crawler as a starting point for analyzing data on AWS.

Proposed Solution

This is a pretty straightforward CDK example. I would also like to add integration with KMS for data encryption, and would suggest providing a small sample dataset. The proposed solution would create an S3 bucket, upload the sample data, configure a Glue Crawler and establish the connection to Athena.

Other Information

No response

Acknowledgements

  • I may be able to implement this feature request
  • This feature might incur a breaking change

Language

Python

@micahwalter micahwalter added feature-request A feature should be added or improved. needs-triage This issue or PR still needs to be triaged. labels Oct 27, 2022
@micahwalter
Copy link
Author

Is there interest in this?

@kaiz-io kaiz-io added language/python Related to Python examples p2 and removed needs-triage This issue or PR still needs to be triaged. labels Oct 24, 2023
@paulosergio-jnr
Copy link
Contributor

Hi @micahwalter.

I can take this one.

Copy link

⚠️COMMENT VISIBILITY WARNING⚠️

Comments on closed issues are hard for our team to see.
If you need more assistance, please either tag a team member or open a new issue that references this one.
If you wish to keep having a conversation with other community members under this issue feel free to do so.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request A feature should be added or improved. language/python Related to Python examples p2
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants