Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 months 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 (about 1 year ago)
- Last Synced: 2024-08-01T13:36:46.432Z (6 months ago)
- Topics: charts, hacktoberfest, helm, helm-charts, kubernetes, promscale, timescaledb
- Language: Shell
- Homepage:
- Size: 3.35 MB
- Stars: 261
- Watchers: 29
- Forks: 225
- Open Issues: 126
-
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
|![](https://upload.wikimedia.org/wikipedia/commons/thumb/1/17/Warning.svg/156px-Warning.svg.png) | This project is no longer maintained.
|---|---|[![Test Helm Charts](https://github.com/timescale/helm-charts/actions/workflows/tests.yml/badge.svg)](https://github.com/timescale/helm-charts/actions/workflows/tests.yml)
[![Commit activity](https://img.shields.io/github/commit-activity/m/timescale/helm-charts)](https://github.com/timescale/helm-charts/pulse/monthly)
[![License](https://img.shields.io/github/license/timescale/helm-charts)](https://github.com/timescale/helm-charts/blob/main/LICENSE)
[![Slack](https://img.shields.io/badge/chat-join%20slack-brightgreen.svg)](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.