{"id":16479338,"url":"https://github.com/timebertt/adm-pinot","last_synced_at":"2025-02-28T14:19:08.618Z","repository":{"id":114161182,"uuid":"350127821","full_name":"timebertt/adm-pinot","owner":"timebertt","description":"Helm charts for testing Pinot","archived":false,"fork":false,"pushed_at":"2021-04-11T17:11:47.000Z","size":1250,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-11T07:37:02.316Z","etag":null,"topics":["master","study"],"latest_commit_sha":null,"homepage":"","language":"Jupyter Notebook","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/timebertt.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-03-21T21:48:23.000Z","updated_at":"2023-02-01T16:05:46.000Z","dependencies_parsed_at":null,"dependency_job_id":"b10abfa0-a1d0-466e-8ee0-66f028ddb46b","html_url":"https://github.com/timebertt/adm-pinot","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timebertt%2Fadm-pinot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timebertt%2Fadm-pinot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timebertt%2Fadm-pinot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timebertt%2Fadm-pinot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/timebertt","download_url":"https://codeload.github.com/timebertt/adm-pinot/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241164401,"owners_count":19920569,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["master","study"],"created_at":"2024-10-11T12:51:41.289Z","updated_at":"2025-02-28T14:19:08.596Z","avatar_url":"https://github.com/timebertt.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"# adm-pinot\n\nSome resources from our term paper on Apache Pinot for the lecture \"Advanced Data Management\" at DHBW CAS.\n\n## Setup JupyterHub\n\nSetup JupyterHub for easily working on Kubernetes cluster together.\n\n1. Create namespace:\n    ```bash\n    kubectl create namespace jupyter\n    ```\n   \n1. Update chart dependencies\n    ```bash\n    helm dependency update jupyter\n    ```\n\n1. Customize `values.yaml`.\n\n1. Create a [GitHub OAuth application](https://github.com/settings/applications/new) and add client ID and client secret\nto the corresponding values in `values.secret.yaml`.\n\n1. Install JupyterHub:\n    ```bash\n    helm -n jupyter install jupyter -f jupyter/values.secret.yaml ./jupyter\n    ```\n\n1. Navigate to [JupyterHub](https://jupyter.ingress.pinot.adm2021.shoot.canary.k8s-hana.ondemand.com).\n\n## Setup Pinot\n\n1. Create namespace.\n    ```bash\n    kubectl create namespace pinot\n    kubectl config set-context --current --namespace pinot\n    ```\n\n1. Update chart dependencies:\n    ```bash\n    helm repo update\n    helm dependency update --skip-refresh pinot\n    helm dependency update --skip-refresh superset\n    ```\n\n1. Optionally adapt `values.yaml`.\n\n1. Install chart:\n    ```bash\n    helm install pinot -f ./pinot/values.secret.yaml -f ./pinot/values.shoot.yaml ./pinot\n    ```\n   \n    Or to install using the default values (independent of a Gardener shoot):\n    ```bash\n    helm install pinot ./pinot\n    ```\n1. Open Pinot dashboard running at Ingress (https://pinot.ingress.pinot.adm2021.shoot.canary.k8s-hana.ondemand.com/)  \n    or port-forward to `pinot-controller` and navigate to http://localhost:9000/\n    ```bash\n    kubectl port-forward svc/pinot-controller 9000 \u0026\n    ```\n\n1. Package helm chart for hand over:\n    ```bash\n    helm package --dependency-update -d assets pinot\n    # Successfully packaged chart and saved it to: assets/pinot-0.1.0.tgz\n    ```\n\n    Install the packaged helm chart using:\n    ```bash\n    helm install pinot https://raw.githubusercontent.com/timebertt/adm-pinot/master/assets/pinot-0.1.0.tgz\n    ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimebertt%2Fadm-pinot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftimebertt%2Fadm-pinot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimebertt%2Fadm-pinot/lists"}