All Projects → wiwdata → presto-chart

wiwdata / presto-chart

Licence: MIT license
Highly configurable Helm Presto Chart

Programming Languages

python
139335 projects - #7 most used programming language
Dockerfile
14818 projects
Smarty
1635 projects
HTML
75241 projects

Projects that are alternatives of or similar to presto-chart

Trino
Official repository of Trino, the distributed SQL query engine for big data, formerly known as PrestoSQL (https://trino.io)
Stars: ✭ 4,581 (+19817.39%)
Mutual labels:  presto, prestodb
presto-client-php
A Presto client for the PHP programming language.
Stars: ✭ 24 (+4.35%)
Mutual labels:  presto, prestodb
eirini-release
Helm release for Project Eirini
Stars: ✭ 37 (+60.87%)
Mutual labels:  helm
charts
Deploy Kubernetes Helm Charts for Check Point CloudGuard
Stars: ✭ 18 (-21.74%)
Mutual labels:  helm
examples
Examples to demonstrate how to use PipeCD
Stars: ✭ 21 (-8.7%)
Mutual labels:  helm
django-on-k8s
An end to end tutorial to run a Django Web Application having a PostgreSQL database in Kubernetes
Stars: ✭ 37 (+60.87%)
Mutual labels:  helm
helm-charts
Source & Repo of https://charts.kubesphere.io/main & https://charts.kubesphere.io/test
Stars: ✭ 85 (+269.57%)
Mutual labels:  helm
Presto Go Client
A Presto client for the Go programming language.
Stars: ✭ 183 (+695.65%)
Mutual labels:  presto
kubernetes-apim
Kubernetes and Helm resources for WSO2 API Manager
Stars: ✭ 66 (+186.96%)
Mutual labels:  helm
helm-edit
Edit a Helm release
Stars: ✭ 109 (+373.91%)
Mutual labels:  helm
helm-certgen
Helm plugin for generation of TLS certificates
Stars: ✭ 15 (-34.78%)
Mutual labels:  helm
helm-drupal
Helm chart for running Drupal on Kubernetes
Stars: ✭ 27 (+17.39%)
Mutual labels:  helm
helm-swagger-ui
Helm Chart for Swagger UI
Stars: ✭ 23 (+0%)
Mutual labels:  helm
ship-it
Wattpad's tool for continuously deploying code to Kubernetes quickly, safely, and observably.
Stars: ✭ 14 (-39.13%)
Mutual labels:  helm
ceil
Helmut Hoffer von Ankershoffen experimenting with auto-provisioned RPi cluster running K8S on bare-metal
Stars: ✭ 42 (+82.61%)
Mutual labels:  helm
clearml-server-helm
ClearML Server for Kubernetes Clusters Using Helm
Stars: ✭ 18 (-21.74%)
Mutual labels:  helm
Quix
Quix Notebook Manager
Stars: ✭ 184 (+700%)
Mutual labels:  presto
charts
Helm charts for using F5 products and services in Kubernetes and OpenShift environments.
Stars: ✭ 28 (+21.74%)
Mutual labels:  helm
xyr
Query any data source using SQL, works with the local filesystem, s3, and more. It should be a very tiny and lightweight alternative to AWS Athena, Presto ... etc.
Stars: ✭ 58 (+152.17%)
Mutual labels:  presto
camunda-helm
Camunda public Kubernetes Helm repo and charts
Stars: ✭ 33 (+43.48%)
Mutual labels:  helm

Presto Helm Chart

Highly configurable Helm Presto Chart based on the stable/presto chart but significantly altered for greater flexibility:

  • Specify connectors within the values.yaml file to easily manage them without modifying the image.
  • Separated resources and selectors/affinities for coordinator and worker deployments given the different naturesmofmthe two deployments.
  • Override and add configuration properties and JVM configuration within the values.yaml file.
  • Templated bootstrapping within the containers allows for additional runtime configuration makes for more natural injection of environmental data. Particularly useful for rendering secrets into configurations and connectors via container environment variables.

Check out the example values.yaml file for more detailed documentation and examples of how the above chamges work.

Basic Chart Installation

This chart is packaged for easy install and any of the packaged versions stored in the charts directory can be installed via their download URL:

$ helm install \
  --name my-presto \
  --namespace my-presto-namespace \
  --values values.yaml \
  https://github.com/wiwdata/presto-chart/raw/master/charts/presto-1.tgz

where the values.yaml is one you've created locally. For more details about the chart see the chart README.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].