{"id":28455687,"url":"https://github.com/questdb/questdb-digitalocean","last_synced_at":"2026-02-19T14:31:10.767Z","repository":{"id":45967774,"uuid":"371892962","full_name":"questdb/questdb-digitalocean","owner":"questdb","description":"QuestDB 1-click app building for DigitalOcean Marketplace","archived":false,"fork":false,"pushed_at":"2025-02-06T21:41:40.000Z","size":34,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-12T14:11:38.520Z","etag":null,"topics":["digitalocean","marketplace","questdb"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/questdb.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":"CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2021-05-29T05:58:13.000Z","updated_at":"2025-02-21T15:53:53.000Z","dependencies_parsed_at":"2025-06-27T02:33:04.801Z","dependency_job_id":"d70b1709-9f21-4eca-b180-57053ecf53c6","html_url":"https://github.com/questdb/questdb-digitalocean","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/questdb/questdb-digitalocean","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/questdb%2Fquestdb-digitalocean","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/questdb%2Fquestdb-digitalocean/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/questdb%2Fquestdb-digitalocean/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/questdb%2Fquestdb-digitalocean/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/questdb","download_url":"https://codeload.github.com/questdb/questdb-digitalocean/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/questdb%2Fquestdb-digitalocean/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29618230,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-19T13:04:20.082Z","status":"ssl_error","status_checked_at":"2026-02-19T13:03:33.775Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["digitalocean","marketplace","questdb"],"created_at":"2025-06-06T22:10:22.592Z","updated_at":"2026-02-19T14:31:10.750Z","avatar_url":"https://github.com/questdb.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# QuestDB DigitalOcean marketplace\n\nThis repository contains the source for the official QuestDB DigitalOcean\n1-click image.\n\n## Get started with a 1-Click Droplet\n\nQuestDB is now available on the DigitalOcean marketplace. Set up a new QuestDB\ndroplet in one click here:\n\n[![Create QuestDB droplet on DigitalOcean](.github/do-btn-blue.svg)](https://cloud.digitalocean.com/droplets/new?image=questdb-20-04)\n\nThis will allow you to configure the latest QuestDB version as a Droplet with\nthe configuration you need such as:\n\n- A choice from 8 geographic regions to deploy to\n- Persistent block storage\n- Monitoring\n- Credentials management for remote access (SSH)\n- Backups\n- Networking and VPC configuration\n\nFor new DigitalOcean users, our referral program offers $100 account credit\nwith this link:\n\n[![DigitalOcean Referral Badge](https://web-platforms.sfo2.cdn.digitaloceanspaces.com/WWW/Badge%201.svg)](https://www.digitalocean.com/?refcode=50d6b551562b\u0026utm_campaign=Referral_Invite\u0026utm_medium=Referral_Program\u0026utm_source=badge)\n\n## Building a custom DigitalOcean QuestDB image\n\nTo build an image using this repository, you need the following:\n\n- [Packer](https://www.packer.io/)\n- [DigitalOcean API key](https://cloud.digitalocean.com/account/api/tokens)\n\nFirstly, Packer should be initialized:\n\n```bash\n$ packer init .\n```\n\nThis command builds a snapshot in the DigitalOcean account associated with the\nAPI key:\n\n```bash\n$ DIGITALOCEAN_TOKEN=\"\u003cYOUR API TOKEN\u003e\" packer build template.pkr.hcl\n```\n\n## Post setup\n\nThe firewall settings in the image are managed by\n[ufw](https://help.ubuntu.com/community/UFW) and have the following ports\nenabled by default:\n\n- `22` for ssh access\n- `9009` - InfluxDB line protocol (TCP and UDP)\n- `9000/tcp` - Web Console \u0026 REST API\n- `8812/tcp` - PostgreSQL wire protocol\n- `9003/tcp` - Health monitoring \u0026 Prometheus `/metrics`\n\nIt's recommended to disable ports for protocols which are not needed. Aside from\n[QuestDB server configuration](https://questdb.io/docs/reference/configuration#keys-and-default-values),\n`ufw` can be used to easily disable access for specific ports, for example to\ndisable the Web Console and REST API access via `ufw`, the following command can\nbe run:\n\n```bash\nufw deny 9000\n```\n\nIt's also recommended to use\n[DigitalOcean firewall rules](https://cloud.digitalocean.com/networking/firewalls)\nwhich enable public access for these protocols by whitelisted IP only.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquestdb%2Fquestdb-digitalocean","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fquestdb%2Fquestdb-digitalocean","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquestdb%2Fquestdb-digitalocean/lists"}