{"id":30178307,"url":"https://github.com/teragrep/adp_01","last_synced_at":"2026-01-20T17:38:10.292Z","repository":{"id":309351656,"uuid":"966081433","full_name":"teragrep/adp_01","owner":"teragrep","description":"Automatic Deployment Package","archived":false,"fork":false,"pushed_at":"2025-08-11T11:00:06.000Z","size":40,"stargazers_count":0,"open_issues_count":7,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-08-11T12:26:52.972Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/teragrep.png","metadata":{"files":{"readme":"README.adoc","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"zenodo":null}},"created_at":"2025-04-14T11:25:28.000Z","updated_at":"2025-08-11T11:00:10.000Z","dependencies_parsed_at":"2025-08-11T12:26:56.841Z","dependency_job_id":"19b3d1da-5a6a-4dea-994c-04277e51abc5","html_url":"https://github.com/teragrep/adp_01","commit_stats":null,"previous_names":["teragrep/adp_01"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/teragrep/adp_01","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teragrep%2Fadp_01","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teragrep%2Fadp_01/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teragrep%2Fadp_01/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teragrep%2Fadp_01/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/teragrep","download_url":"https://codeload.github.com/teragrep/adp_01/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teragrep%2Fadp_01/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270005591,"owners_count":24510939,"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","status":"online","status_checked_at":"2025-08-12T02:00:09.011Z","response_time":80,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2025-08-12T05:20:25.132Z","updated_at":"2026-01-20T17:38:10.262Z","avatar_url":"https://github.com/teragrep.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"= Teragrep Cluster Helm Charts\n\nThe documentation and repository aims to:\n  - Provide everything necessary to run the whole Teragrep Cluster and associated components.\n  - Make development and rapid iterations easy for the developers.\n  - Make multiple parallel deployments possible.\n\nThe user is expected to have `Helm` and supported version of `Kubernetes` cluster installed with basic know-how how to operate them.\n\nTested on link:https://minikube.sigs.k8s.io/docs/drivers/kvm2/[Minikube with KVM2 driver.]\n\n== Requirements\n\n- link:https://helm.sh/docs/topics/version_skew/#supported-version-skew[Helm 3.x.x and supported version of Kubernetes running.]\n\n== Configurations\n\nThe `config.yaml` values file contains all \"meta\" and shareable configuration lines and is needed by `Helm`.\n\nThe `shareable` module contains all shareable configuration files.\n\nThe application-specific configurations for all modules can be found inside `${MODULE}/config` directories.\n\n== Usage\n\nAll helm related files can be found in directory `helm/`.\n\nRun `./recreate.sh` to create the cluster in correct order. Convenience script, internally uses `stop.sh` and `install.sh` scripts.\n\nRun `./stop.sh` to destroy the cluster. Convenience script, internally uses `uninstall.sh` script.\n\nRun `./install.sh module-name` to (re-)install a module. Existing installation will be uninstalled first.\n\nRun `./uninstall.sh module-name` to uninstall a module.\n\n== Tips\n\nIt is helpful to run `kubectl config set-context --current --namespace=teragrep` to avoid having to run `--namespace teragrep` on every step. Alternatively start minikube with `--namespace=teragrep` argument.\n\nYou might need to increase `fs.inotify.max_user_instances` in case of `Failed to create inotify object: Too many open files` happening.\n\n== Development\n\nThe rpm files have to be provided by the user as this repository do not contain them directly. All other files for building container images can be found under `dockerfiles` directory.\n\nExpected files to be inside `dockerfiles/rpms/` directory:\n\n  - `ajs_01.rpm`\n  - `bos_01.rpm`\n  - `hdp_03.rpm`\n  - `hdp_04.rpm`\n  - `obj-01.rpm`\n  - `pth_05.rpm`\n  - `pth_10.rpm`\n  - `pyz_01.rpm`\n  - `rest-01.rpm`\n  - `rest-02-backend.rpm`\n  - `rest-02-data-tool.rpm`\n  - `rest-03-extras.rpm`\n  - `spk_02.rpm`\n  - `spk_03.rpm`\n  - `zep_01.rpm`\n\nRead `dockerfiles/README.adoc` for information.\n\nBe sure to uninstall any running modules to make sure the container images are properly updated.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fteragrep%2Fadp_01","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fteragrep%2Fadp_01","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fteragrep%2Fadp_01/lists"}