{"id":28455676,"url":"https://github.com/questdb/questdb-kubernetes","last_synced_at":"2025-06-27T02:32:15.099Z","repository":{"id":38190614,"uuid":"276611260","full_name":"questdb/questdb-kubernetes","owner":"questdb","description":"Configuration to run QuestDB in your Kubernetes cluster ","archived":false,"fork":false,"pushed_at":"2025-05-30T13:35:19.000Z","size":838,"stargazers_count":34,"open_issues_count":3,"forks_count":22,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-06-06T22:11:16.119Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Mustache","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.txt","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":"2020-07-02T09:59:17.000Z","updated_at":"2025-05-30T13:32:55.000Z","dependencies_parsed_at":"2023-11-09T13:37:25.502Z","dependency_job_id":"9110869e-a64b-4ff2-8f57-8e0054a0ebc5","html_url":"https://github.com/questdb/questdb-kubernetes","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/questdb/questdb-kubernetes","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/questdb%2Fquestdb-kubernetes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/questdb%2Fquestdb-kubernetes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/questdb%2Fquestdb-kubernetes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/questdb%2Fquestdb-kubernetes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/questdb","download_url":"https://codeload.github.com/questdb/questdb-kubernetes/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/questdb%2Fquestdb-kubernetes/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262177780,"owners_count":23270932,"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-06-06T22:10:21.137Z","updated_at":"2025-06-27T02:32:15.083Z","avatar_url":"https://github.com/questdb.png","language":"Mustache","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Helm Charts for QuestDB\n\nHere you will find both the code for our Helm charts and the artifacts available\nthrough GitHub Pages as a standard charts repository.\n\n\u003c!-- prettier-ignore-start --\u003e\n\u003cdiv align=\"center\"\u003e\n  \u003ca href=\"http://questdb.io\"\u003e\n    \u003cimg src=\".github/containers.png\" width=\"400\" /\u003e\n  \u003c/a\u003e\n\u003c/div\u003e\n\u003c!-- prettier-ignore-end --\u003e\n\n## What is QuestDB\n\n[QuestDB](https://questdb.io) is an open source database designed to make time\nseries lightning fast and easy.\n\nIt uses a column-oriented approach, vectorized execution, SIMD instructions, and\na whole array of low-latency techniques. The whole code base is built from\nscratch and without dependencies, in the name of performance. We are 100% free\nfrom garbage collection.\n\nQuestDB implements SQL, and augments it for time-series. It exposes a Postgres\nwire protocol, a high-performance REST API, and even supports ingestion with\nInfluxDB line protocol. It supports both relational and time-series joins, which\nmakes it easy to correlate data over time. Writes are durably committed to disk,\nmeaning that the data is safe - yet instantly accessible.\n\n## Add Helm repository\n\n```shell\nhelm repo add questdb https://helm.questdb.io/\nhelm repo update\n```\n\n## Hubs\n\nYou can find our Helm charts distributed on:\n\n- [Artifact Hub](https://artifacthub.io/packages/helm/questdb/questdb)\n- [Helm Hub](https://hub.helm.sh/charts/questdb/questdb)\n\n## Charts\n\n- [QuestDB](charts/questdb/README.md)\n\n## Resources\n\nComplete references are available in the\n[Documentation](https://questdb.io/docs/introduction/).\n\nGet started:\n\n- [Docker](https://questdb.io/docs/get-started/docker/)\n- [Binaries](https://questdb.io/docs/get-started/binaries/)\n- [Homebrew](https://questdb.io/docs/get-started/homebrew/)\n\nDevelop:\n\n- [Connect](https://questdb.io/docs/develop/connect/)\n- [Insert data](https://questdb.io/docs/develop/insert-data/)\n- [Query data](https://questdb.io/docs/develop/query-data/)\n- [Authenticate](https://questdb.io/docs/develop/authenticate/)\n\nConcepts:\n\n- [SQL extensions](https://questdb.io/docs/concept/sql-extensions/)\n- [Storage model](https://questdb.io/docs/concept/storage-model/)\n- [Partitions](https://questdb.io/docs/concept/partitions/)\n- [Designated timestamp](https://questdb.io/docs/concept/designated-timestamp/)\n\n## Support / Contact\n\n[Slack Channel](https://slack.questdb.io)\n\n## Roadmap\n\n[Our roadmap is here](https://github.com/questdb/questdb/projects/3)\n\n## Contribution\n\nFeel free to contribute to the project by forking the repository and submitting\npull requests. Please make sure you have read our\n[contributing guide](https://github.com/questdb/questdb-kubernetes/blob/master/CONTRIBUTING.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquestdb%2Fquestdb-kubernetes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fquestdb%2Fquestdb-kubernetes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquestdb%2Fquestdb-kubernetes/lists"}