{"id":27933455,"url":"https://github.com/timescale/prestodb-sandbox","last_synced_at":"2025-05-07T04:58:51.293Z","repository":{"id":207813085,"uuid":"715751176","full_name":"timescale/prestodb-sandbox","owner":"timescale","description":"Sandbox docker image to test out prestodb","archived":false,"fork":false,"pushed_at":"2024-05-29T16:40:50.000Z","size":35,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":7,"default_branch":"main","last_synced_at":"2025-05-07T04:58:47.040Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/timescale.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":"2023-11-07T19:00:01.000Z","updated_at":"2024-05-29T16:40:54.000Z","dependencies_parsed_at":"2023-12-22T17:22:58.438Z","dependency_job_id":"777a6131-f3f8-4c52-af5c-55b60b624e5e","html_url":"https://github.com/timescale/prestodb-sandbox","commit_stats":null,"previous_names":["popsql/prestodb-sandbox","timescale/prestodb-sandbox"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timescale%2Fprestodb-sandbox","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timescale%2Fprestodb-sandbox/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timescale%2Fprestodb-sandbox/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timescale%2Fprestodb-sandbox/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/timescale","download_url":"https://codeload.github.com/timescale/prestodb-sandbox/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252816948,"owners_count":21808704,"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":[],"created_at":"2025-05-07T04:58:50.605Z","updated_at":"2025-05-07T04:58:51.284Z","avatar_url":"https://github.com/timescale.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# prestodb-sandbox\n\nThis sandbox image provides a quick way to run a single-node cluster with the\nJMX, [TPC-DS](https://www.tpc.org/tpcds/), [TPC-H](https://www.tpc.org/tpch/),\nand memory catalogs.\n\n```\npresto\u003e SHOW CATALOGS;\n Catalog\n---------\n jmx\n memory\n system\n tpcds\n tpch\n(5 rows)\n```\n\nCreation of images for new versions of Presto happens autonomously, where a\nworkflow runs once a day, and if a new version is detected, then it will be\nbuilt and pushed, with the `latest` tag pointing at this new version. To\ndetect a new version, we:\n\n1. Get the latest [tag](https://github.com/prestodb/presto/tags) for regular version\n2. Check if that version exists on [maven](https://mvnrepository.com/artifact/com.facebook.presto/presto-main)\n3. Check that we do not have a Docker build for that version\n\nIf (2) or (3) are not true, then no new build is kicked off.\n\n## Quickstart\n\n### Running the server\n\nTo launch the image:\n\n```bash\ndocker run -p 8080:8080 --name presto ghcr.io/timescale/prestodb-sandbox\n```\n\nWait for the following message log line:\n\n```\nINFO\tmain\tcom.facebook.presto.server.PrestoServer\t======== SERVER STARTED ========\n```\n\n### Running the CLI\n\nTo use the included CLI:\n\n```bash\ndocker exec presto -it presto presto\n```\n\nYou can pass additional arguments to the CLI:\n\n```bash\ndocker exec presto -it presto presto --catalog tpch --schema sf1\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimescale%2Fprestodb-sandbox","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftimescale%2Fprestodb-sandbox","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimescale%2Fprestodb-sandbox/lists"}