16 skills found
rcbyron / Hey Athena ClientYour personal voice assistant
dbcli / AthenacliAthenaCLI is a CLI tool for AWS Athena service that can do auto-completion and syntax highlighting.
guardian / Athena CliPresto-like CLI tool for AWS Athena
amazon-archives / Aws Appsync Visualization With Athena AppCustom visualization with AWS AppSync using Amazon Athena as a data source. Built with AWS Amplify CLI.
pengwynn / Athena CliCLI for Amazon Athena, powered by JRuby
lespaceman / Athena Flow CliAn agentic workflow runtime
aws-samples / Access Aws Services Programmatically Using TipA Python CLI application that demonstrates how you can access AWS services, such as Amazon S3 and Amazon Athena, using trusted identity propagation.
Jeck0v / AthenaAthena CLI lets you define your entire project with a simple DSL. Why Athena Exists? Because your time is worth more than YAML.
mikeplavsky / Athena Cmdrun aws athena sql scripts either from CLI or as Lambda
avegao / Aws Athena Node ClientNodeJS AWS Athena client
Tech-with-Vidhya / ETL Finance Data Pipeline Python AWS CLI S3 Glue AthenaThis project covers the implementation of building a ETL data pipeline using Python and AWS Services for financial stocks trade transactions. Tools & Technologies: Python, Boto3 SDK, AWS CLI, AWS Virtual Private Cloud (VPC), AWS VPC Endpoint, AWS S3, AWS Glue, AWS Glue Crawler, AWS Athena, AWS Redshift
yeremenkov / Athena Query ClientAthena query client a simple package that provides a method to retrieve data from Amazon Athena by merely passing an SQL query as the single parameter of the method.
afable / RDukieAthenaClientClient for the rDukieAthena LAN RO server.
nxin-github / Athena ChatGPT Client简单、门槛低、内存占用低,支持团队共享ChatGPT账号。轻松体会ChatGPT的魅力
quiver / Athena DlCLI to query to Amazon Athena and save its results
Tech-with-Vidhya / Automated ETL Finance Data Pipeline With AWS Lambda Spark Transformation Job PythonThis project covers the implementation of building an automated ETL data pipeline using Python and AWS Services with Spark transformation job for financial stocks trade transactions. The ETL Data Pipeline is automated using AWS Lambda Function with a Trigger defined. Whenever a new file is ingested into the AWS S3 Bucket; then the AWS Lambda Function gets triggered and will implement the further action to execute the AWS Glue Crawler ETL Spark Transformation Job. The Spark Transformation Job implemented using Python PySpark transforms the trade transactions data stored in the AWS S3 Bucket; further to filter a sub-set of trade transactions for which the total number of shares transacted are less than or equal to 100. Tools & Technologies: Python, Boto3, PySpark, SDK, AWS CLI, AWS Virtual Private Cloud (VPC), AWS VPC Endpoint, AWS S3, AWS Glue, AWS Glue Crawler, AWS Glue Jobs, AWS Athena, AWS Lambda, Spark