https://github.com/timescale/helm-charts
Configuration and Documentation to run TimescaleDB in your Kubernetes cluster
https://github.com/timescale/helm-charts
charts hacktoberfest helm helm-charts kubernetes promscale timescaledb
Last synced: 27 days ago
JSON representation
Configuration and Documentation to run TimescaleDB in your Kubernetes cluster
- Host: GitHub
- URL: https://github.com/timescale/helm-charts
- Owner: timescale
- License: apache-2.0
- Archived: true
- Created: 2019-08-22T19:58:00.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-01-18T14:43:46.000Z (over 1 year ago)
- Last Synced: 2024-11-04T21:37:05.143Z (6 months ago)
- Topics: charts, hacktoberfest, helm, helm-charts, kubernetes, promscale, timescaledb
- Language: Shell
- Homepage:
- Size: 3.35 MB
- Stars: 264
- Watchers: 29
- Forks: 222
- Open Issues: 125
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
- awesome-ccamel - timescale/helm-charts - Configuration and Documentation to run TimescaleDB in your Kubernetes cluster (Shell)
README
| | This project is no longer maintained.
|---|---|[](https://github.com/timescale/helm-charts/actions/workflows/tests.yml)
[](https://github.com/timescale/helm-charts/pulse/monthly)
[](https://github.com/timescale/helm-charts/blob/main/LICENSE)
[](https://timescaledb.slack.com/)# Timescale Helm Charts
This repository contains Helm charts to help with the deployment of
[TimescaleDB](https://github.com/timescale/timescaledb/) on Kubernetes. This
project is currently in active development.## Repository
The Charts are available in a Helm Chart Repository hosted in Amazon S3 bucket.
The following command will make this repository ready for use:
```
helm repo add timescale 'https://charts.timescale.com/'
```
For more information, have a look at the [Using Helm](https://helm.sh/docs/intro/using_helm/#helm-repo-working-with-repositories) documentation.## Additional documentation
- [Why use TimescaleDB?](https://docs.timescale.com/introduction)
- [Installing TimescaleDB](https://docs.timescale.com/getting-started/installation)
- [Migrating data to TimescaleDB](https://docs.timescale.com/getting-started/migrating-data)
- [Tutorials and sample data](https://docs.timescale.com/tutorials)# License
Resources in this repository are released under the [Apache 2.0 license](LICENSE).
# Contributing
If you wish to make contributions to this project, please refer to [Contributor Instructions](CONTRIBUTING.md) for more information.