{"id":16795591,"url":"https://github.com/nineinchnick/trino-cloud","last_synced_at":"2025-03-22T01:30:58.244Z","repository":{"id":36954594,"uuid":"408387870","full_name":"nineinchnick/trino-cloud","owner":"nineinchnick","description":"Trino connectors for managing cloud resources","archived":false,"fork":false,"pushed_at":"2025-03-10T09:37:34.000Z","size":416,"stargazers_count":11,"open_issues_count":3,"forks_count":2,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-03-15T06:48:31.447Z","etag":null,"topics":["aws","azure","cloud","gcp","hacktoberfest","sql","trino-plugin"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nineinchnick.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":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-09-20T09:47:37.000Z","updated_at":"2025-03-06T12:08:31.000Z","dependencies_parsed_at":"2023-02-16T05:46:05.932Z","dependency_job_id":"af17c65e-f07e-4116-bde6-47761504cdc5","html_url":"https://github.com/nineinchnick/trino-cloud","commit_stats":null,"previous_names":[],"tags_count":73,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nineinchnick%2Ftrino-cloud","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nineinchnick%2Ftrino-cloud/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nineinchnick%2Ftrino-cloud/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nineinchnick%2Ftrino-cloud/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nineinchnick","download_url":"https://codeload.github.com/nineinchnick/trino-cloud/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244893380,"owners_count":20527583,"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":["aws","azure","cloud","gcp","hacktoberfest","sql","trino-plugin"],"created_at":"2024-10-13T09:16:49.094Z","updated_at":"2025-03-22T01:30:57.784Z","avatar_url":"https://github.com/nineinchnick.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"trino-cloud\n===========\n\n[Trino](http://trino.io/) connectors for managing cloud resources, like AWS EC2 instances or S3 buckets.\nPlease keep in mind that this is not production ready and it was created for tests.\n\n# Quick Start\n\nTo run a Docker container with one of the connectors, make sure to have the following\nenvironmental variables set, same as for\n[CLI access](https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-envvars.html):\n* `AWS_ACCESS_KEY_ID`\n* `AWS_SECRET_ACCESS_KEY`\n* `AWS_REGION`\n\n```bash\ndocker run \\\n  --tmpfs /etc/trino/catalog \\\n  -v $(pwd)/catalog/aws.properties:/etc/trino/catalog/aws.properties \\\n  -e AWS_ACCESS_KEY_ID \\\n  -e AWS_SECRET_ACCESS_KEY \\\n  -e AWS_REGION \\\n  -p 8080:8080 \\\n  --name trino-cloud-aws \\\n  nineinchnick/trino-cloud:0.70\n```\n\nThen use your favourite SQL client to connect to Trino running at http://localhost:8080\n\n# Usage\n\nDownload one of the ZIP packages, unzip it and copy the `trino-cloud-aws-0.70` directory to the plugin directory on every node in your Trino cluster.\nCreate a `aws.properties` file in your Trino catalog directory and configure the credentials for a specific AWS account.\nTo manage multiple accounts at the same time, create separate config files for multiple catalogs.\n\n```\nconnector.name=aws\nregion=${ENV:AWS_REGION}\n```\n\nAfter reloading Trino, you should be able to connect to the `aws` catalog.\n\n# Development\n\nFor more information, see the README files in connector directories:\n* [trino-cloud-aws](trino-cloud-aws/README.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnineinchnick%2Ftrino-cloud","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnineinchnick%2Ftrino-cloud","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnineinchnick%2Ftrino-cloud/lists"}