{"id":16971989,"url":"https://github.com/jorgeramirez/pgxl","last_synced_at":"2025-04-12T00:43:23.037Z","repository":{"id":140476899,"uuid":"61573682","full_name":"jorgeramirez/pgxl","owner":"jorgeramirez","description":"Dockerfile for a simple Postgres-XL cluster","archived":false,"fork":false,"pushed_at":"2016-06-21T01:22:18.000Z","size":4,"stargazers_count":5,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-12T00:43:18.131Z","etag":null,"topics":["docker","dockerfile","postgres-xl","postgresql"],"latest_commit_sha":null,"homepage":null,"language":"Shell","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/jorgeramirez.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"license.txt","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":"2016-06-20T19:14:36.000Z","updated_at":"2019-11-16T14:40:34.000Z","dependencies_parsed_at":null,"dependency_job_id":"2aed539d-d917-4300-b996-821296ee0c46","html_url":"https://github.com/jorgeramirez/pgxl","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jorgeramirez%2Fpgxl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jorgeramirez%2Fpgxl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jorgeramirez%2Fpgxl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jorgeramirez%2Fpgxl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jorgeramirez","download_url":"https://codeload.github.com/jorgeramirez/pgxl/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248501950,"owners_count":21114681,"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":["docker","dockerfile","postgres-xl","postgresql"],"created_at":"2024-10-14T00:56:23.134Z","updated_at":"2025-04-12T00:43:23.028Z","avatar_url":"https://github.com/jorgeramirez.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PGXL\n\nThis is the Dockerfile for [pgxl](https://hub.docker.com/r/jorgeramirez/pgxl/) image  that runs a [Postgres-XL](http://www.postgres-xl.org/) cluster. The cluster is made of one coordinator and two datanodes. Good for testing purposes.\n\n\n## Build \u0026 Run\n\n```\n$ docker build --tag=pgxl .\n$ docker run -d -P --name pgxl pgxl\n```\n\nNow you have a running cluster, to interact with you can log into the running container \nand use psql.\n\n```\n$ docker exec -it pgxl /bin/bash\n$ psql\n```\n\n### Custom DB initialization\n\n```\n# Dockerfile\nFROM jorgeramirez/pgxl\n\nADD init.sql /pgxl-initdb.d/\n```\n\n\n### Credentials\n\nDatabase user/password\n\n```\npostgres/postgres\n```\n\nSO root user/password\n\n```\nroot/admin\n```\n\n## License\n\nMIT © Jorge Ramírez\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjorgeramirez%2Fpgxl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjorgeramirez%2Fpgxl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjorgeramirez%2Fpgxl/lists"}