{"id":24946404,"url":"https://github.com/hbontempo-br/docker-postgres-hll","last_synced_at":"2025-04-10T05:14:49.342Z","repository":{"id":64369338,"uuid":"572324826","full_name":"hbontempo-br/docker-postgres-hll","owner":"hbontempo-br","description":"Development PostgreSQL images with the HyperLogLog extension","archived":false,"fork":false,"pushed_at":"2024-11-21T01:06:43.000Z","size":104,"stargazers_count":4,"open_issues_count":1,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-24T06:23:22.162Z","etag":null,"topics":["docker","hll","postgres","postgresql"],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/hbontempo/postgres-hll","language":"Dockerfile","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/hbontempo-br.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2022-11-30T02:48:58.000Z","updated_at":"2024-11-21T01:06:46.000Z","dependencies_parsed_at":"2023-12-15T04:24:16.014Z","dependency_job_id":"f3e402a4-7ac1-4299-bd8f-2774ae423d2f","html_url":"https://github.com/hbontempo-br/docker-postgres-hll","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/hbontempo-br%2Fdocker-postgres-hll","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hbontempo-br%2Fdocker-postgres-hll/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hbontempo-br%2Fdocker-postgres-hll/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hbontempo-br%2Fdocker-postgres-hll/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hbontempo-br","download_url":"https://codeload.github.com/hbontempo-br/docker-postgres-hll/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248161278,"owners_count":21057555,"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","hll","postgres","postgresql"],"created_at":"2025-02-02T20:24:28.844Z","updated_at":"2025-04-10T05:14:49.325Z","avatar_url":"https://github.com/hbontempo-br.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Docker images with PostgreSQL with HLL extension\n\nCollection of PostgreSQL docker images with the [HLL plugin](https://github.com/citusdata/postgresql-hll) already installed.\n\n:warning: This images is meant for development use :warning:\n\n\u003e **_Images repository_**: https://hub.docker.com/r/hbontempo/postgres-hll\n\n\u003e **_Source code:_** https://github.com/hbontempo-br/docker-postgres-hll\n\n\n\n## Tag convention\n\nPretty simple: `{POSTGRES_IMAGE_VERSION}-v{HLL_VERSION}`, so, for example, if you need a image based postgres:13.8 with HLL version 2.16 installed you should use the `hbontempo/postgres-hll:13.8-v2.16` image.\nTo use the lastest Postgres and HLL version use the `latest` version.\n\n## How to use this image\n\nSince the image is based on the [official PostgreSQL image](https://hub.docker.com/_/postgres) you can use the exactly same configuration you would you in it. In it's [documentation](https://hub.docker.com/_/postgres) you will find many ways to configure it accordinly to your necesities.\n\nHere is the basic configuration:\n\n### Directly using the `docker` CLI\n\n```shell\n$ docker run --name your_name -p 5432:5432 -e POSTGRES_PASSWORD=mysecretpassword -d hbontempo/postgres-hll\n```\n\n### Using `docker-compose` or `docker stack deploy`\n\n\nFile `stack.yml`:\n\n```yaml\nversion: '3.1'\n\nservices:\n\n  db:\n    image: hbontempo/postgres-hll\n    restart: always\n    environment:\n      POSTGRES_PASSWORD: mysecretpassword\n    ports:\n      - 5432:5432\n\n```\n\nCommand:\n\n```shell\n$ docker stack deploy -c stack.yml postgres\n# OR\n$ docker-compose -f stack.yml up\n```\n\n\n## Contributing\n\nWant to contribute? Awesome! You can find information about contributing to this project in the [CONTRIBUTING.md](https://github.com/hbontempo-br/docker-postgres-hll/blob/main/CONTRIBUTING.md)\n\n## Needs help\n\nJust open an [issue](https://github.com/hbontempo-br/docker-postgres-hll/issues) :)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhbontempo-br%2Fdocker-postgres-hll","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhbontempo-br%2Fdocker-postgres-hll","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhbontempo-br%2Fdocker-postgres-hll/lists"}