https://github.com/questdb/questdb-kubernetes
Configuration to run QuestDB in your Kubernetes cluster
https://github.com/questdb/questdb-kubernetes
Last synced: 6 months ago
JSON representation
Configuration to run QuestDB in your Kubernetes cluster
- Host: GitHub
- URL: https://github.com/questdb/questdb-kubernetes
- Owner: questdb
- License: apache-2.0
- Created: 2020-07-02T09:59:17.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-05-30T13:35:19.000Z (7 months ago)
- Last Synced: 2025-06-06T22:11:16.119Z (7 months ago)
- Language: Mustache
- Size: 818 KB
- Stars: 34
- Watchers: 4
- Forks: 22
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# Helm Charts for QuestDB
Here you will find both the code for our Helm charts and the artifacts available
through GitHub Pages as a standard charts repository.
## What is QuestDB
[QuestDB](https://questdb.io) is an open source database designed to make time
series lightning fast and easy.
It uses a column-oriented approach, vectorized execution, SIMD instructions, and
a whole array of low-latency techniques. The whole code base is built from
scratch and without dependencies, in the name of performance. We are 100% free
from garbage collection.
QuestDB implements SQL, and augments it for time-series. It exposes a Postgres
wire protocol, a high-performance REST API, and even supports ingestion with
InfluxDB line protocol. It supports both relational and time-series joins, which
makes it easy to correlate data over time. Writes are durably committed to disk,
meaning that the data is safe - yet instantly accessible.
## Add Helm repository
```shell
helm repo add questdb https://helm.questdb.io/
helm repo update
```
## Hubs
You can find our Helm charts distributed on:
- [Artifact Hub](https://artifacthub.io/packages/helm/questdb/questdb)
- [Helm Hub](https://hub.helm.sh/charts/questdb/questdb)
## Charts
- [QuestDB](charts/questdb/README.md)
## Resources
Complete references are available in the
[Documentation](https://questdb.io/docs/introduction/).
Get started:
- [Docker](https://questdb.io/docs/get-started/docker/)
- [Binaries](https://questdb.io/docs/get-started/binaries/)
- [Homebrew](https://questdb.io/docs/get-started/homebrew/)
Develop:
- [Connect](https://questdb.io/docs/develop/connect/)
- [Insert data](https://questdb.io/docs/develop/insert-data/)
- [Query data](https://questdb.io/docs/develop/query-data/)
- [Authenticate](https://questdb.io/docs/develop/authenticate/)
Concepts:
- [SQL extensions](https://questdb.io/docs/concept/sql-extensions/)
- [Storage model](https://questdb.io/docs/concept/storage-model/)
- [Partitions](https://questdb.io/docs/concept/partitions/)
- [Designated timestamp](https://questdb.io/docs/concept/designated-timestamp/)
## Support / Contact
[Slack Channel](https://slack.questdb.io)
## Roadmap
[Our roadmap is here](https://github.com/questdb/questdb/projects/3)
## Contribution
Feel free to contribute to the project by forking the repository and submitting
pull requests. Please make sure you have read our
[contributing guide](https://github.com/questdb/questdb-kubernetes/blob/master/CONTRIBUTING.md).