{"id":21082795,"url":"https://github.com/jxareas/athena-springklient","last_synced_at":"2026-04-12T18:15:55.846Z","repository":{"id":248811066,"uuid":"829648872","full_name":"jxareas/Athena-SpringKlient","owner":"jxareas","description":"POC app to show how to query Athena and integrate the AWS SDK in Spring Boot. ","archived":false,"fork":false,"pushed_at":"2024-07-17T07:45:39.000Z","size":80,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-20T23:47:00.062Z","etag":null,"topics":["amazon","amazon-athena","amazon-athena-table","amazon-web-services","aws","aws-athena","aws-sdk","java","kotlin","spring","spring-boot","springframework"],"latest_commit_sha":null,"homepage":"https://jxareas.github.io/Athena-SpringKlient","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jxareas.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"docs/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-07-16T21:31:05.000Z","updated_at":"2024-08-04T15:10:44.000Z","dependencies_parsed_at":"2024-07-17T08:22:58.336Z","dependency_job_id":null,"html_url":"https://github.com/jxareas/Athena-SpringKlient","commit_stats":null,"previous_names":["jxareas/athena-klient","jxareas/athena-spring-klient"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jxareas%2FAthena-SpringKlient","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jxareas%2FAthena-SpringKlient/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jxareas%2FAthena-SpringKlient/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jxareas%2FAthena-SpringKlient/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jxareas","download_url":"https://codeload.github.com/jxareas/Athena-SpringKlient/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243526855,"owners_count":20305112,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["amazon","amazon-athena","amazon-athena-table","amazon-web-services","aws","aws-athena","aws-sdk","java","kotlin","spring","spring-boot","springframework"],"created_at":"2024-11-19T20:15:19.642Z","updated_at":"2025-12-27T22:32:11.554Z","avatar_url":"https://github.com/jxareas.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ca name=\"readme-top\"\u003e\u003c/a\u003e\r\n\u003cbr /\u003e\r\n\r\n\u003cdiv align=\"center\"\u003e\r\n\u003ca href=\"#\"\u003e\r\n   \u003c!-- Replace this logo for a custom official logo --\u003e\r\n    \u003cimg src=\"./assets/logos/aws-athena.svg\" alt=\"Logo\" width=\"150\" height=\"150\"\u003e\r\n\u003c/a\u003e\r\n\r\n\u003ch1 align = \"center\"\u003e\r\n\u003cb\u003eAthena-Klient\u003c/b\u003e\r\n\u003c/h1\u003e\r\n    \u003c!-- Add/Remove categories depending on your project --\u003e\r\n  \u003cp align=\"center\"\u003e\r\n  \u003c/p\u003e\r\n\u003c/div\u003e\r\n\r\nThis is a Spring Boot application developed as a proof of concept to illustrate seamless integration with Amazon Athena\r\nusing\r\nthe AWS SDK for Java.\r\n\r\nThe application demonstrates how to setup, configure, and execute SQL queries against Athena from\r\nwithin a Spring Boot environment. This project serves as a practical example for anyone looking to leverage Athena's\r\ncapabilities for querying data directly stored in Amazon S3 in Spring.\r\n\r\nInspired by the official [AWS Athena Java code samples by Amazon](./info/athena-code-samples.md) at the time of creation\r\nand the\r\nfollowing [`AmazonAthenaSpringBootPOC` GitHub repository](https://github.com/contactsunny/AmazonAthenaSpringBootPOC.git).\r\n\r\n\u003cbr /\u003e\r\n\r\n## 📜 License 📜\r\n\r\n\u003c!-- Change this license for the one used in your project --\u003e\r\n\r\n```\r\nMIT License\r\n\r\nCopyright (c) 2024 Jonathan Areas\r\n\r\nPermission is hereby granted, free of charge, to any person obtaining a copy\r\nof this software and associated documentation files (the \"Software\"), to deal\r\nin the Software without restriction, including without limitation the rights\r\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\r\ncopies of the Software, and to permit persons to whom the Software is\r\nfurnished to do so, subject to the following conditions:\r\n\r\nThe above copyright notice and this permission notice shall be included in all\r\ncopies or substantial portions of the Software.\r\n\r\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\r\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\r\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\r\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\r\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\r\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\r\nSOFTWARE.\r\n```\r\n\r\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjxareas%2Fathena-springklient","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjxareas%2Fathena-springklient","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjxareas%2Fathena-springklient/lists"}