questdb-kubernetes
questdb-kubernetes copied to clipboard
Configuration to run QuestDB in your Kubernetes cluster
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 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
helm repo add questdb https://helm.questdb.io/
helm repo update
Hubs
You can find our Helm charts distributed on:
Charts
- QuestDB
Resources
Complete references are available in the Documentation.
Get started:
Develop:
Concepts:
Support / Contact
Roadmap
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.