{"id":50350509,"url":"https://github.com/Impetus/jumbune","last_synced_at":"2026-06-15T12:01:42.697Z","repository":{"id":2514668,"uuid":"20530482","full_name":"Impetus/jumbune","owner":"Impetus","description":"Jumbune, an open source BigData APM \u0026 Data Quality Management Platform for Data Clouds. Enterprise feature offering is available at http://jumbune.com. More details of open source offering are at,","archived":false,"fork":false,"pushed_at":"2023-01-01T22:53:22.000Z","size":33203,"stargazers_count":72,"open_issues_count":66,"forks_count":32,"subscribers_count":23,"default_branch":"master","last_synced_at":"2025-12-21T01:46:26.075Z","etag":null,"topics":["aiops","apm","cluster-monitoring","data-analysis","data-quality","developer-tools","devops-tools","hadoop","hadoop-cluster","hadoop-monitor","hadoop-monitoring","monitoring-tool","optimization-framework","yarn","yarn-hadoop-cluster"],"latest_commit_sha":null,"homepage":"http://www.jumbune.org","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Impetus.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-06-05T15:28:30.000Z","updated_at":"2025-08-19T15:20:11.000Z","dependencies_parsed_at":"2023-01-11T16:10:37.948Z","dependency_job_id":null,"html_url":"https://github.com/Impetus/jumbune","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/Impetus/jumbune","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Impetus%2Fjumbune","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Impetus%2Fjumbune/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Impetus%2Fjumbune/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Impetus%2Fjumbune/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Impetus","download_url":"https://codeload.github.com/Impetus/jumbune/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Impetus%2Fjumbune/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34361403,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-15T02:00:07.085Z","response_time":63,"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":["aiops","apm","cluster-monitoring","data-analysis","data-quality","developer-tools","devops-tools","hadoop","hadoop-cluster","hadoop-monitor","hadoop-monitoring","monitoring-tool","optimization-framework","yarn","yarn-hadoop-cluster"],"created_at":"2026-05-29T21:00:23.921Z","updated_at":"2026-06-15T12:01:42.688Z","avatar_url":"https://github.com/Impetus.png","language":"Java","funding_links":[],"categories":["大数据"],"sub_categories":["微服务框架"],"readme":"jumbune [![Build Status](https://travis-ci.org/Impetus/jumbune.svg?branch=master)](https://travis-ci.org/Impetus/jumbune)\n=======\n\n## Synopsis\n\nJumbune is an open-source Big Data APM which helps to improve performance of Data operations on clouds: AWS, Azure, Google Cloud Platform and In-premise data centers.\n\n## Website\nhttp://jumbune.org\n\n## Issue Tracker\nhttp://jumbune.org/jira/browse/JUM\n\n## Building\n\nJumbune can be build with maven\n\n- To build for a Yarn Hadoop cluster\n\n `mvn clean install -P yarn`\n\n- To build for a non Yarn Hadoop cluster\n\n `mvn clean install`\n\n## Installation\n\n_Detailed installation guide can be found at http://bit.ly/1kBG4Qo_\n\n_Deployment Planning guide at http://bit.ly/1oiXGk2_\n\n- Deploying Jumbune\n\n`java -jar \u003clocation of the distribution build jar\u003e`\n\n- Deploying Jumbune (in verbose mode)\n\n`java -jar \u003clocation of the distribution build jar\u003e -verbose`\n\n- Running Jumbune Agent\n\n`java -jar \u003cjumbune agent jar\u003e \u003cport\u003e \u003c|verbose\u003e`\n\n- Running Jumbune\n\n`./startWeb`\n\nor\n\n`./runCli`\n\n## Docker Image (Jumbune 1.6 + Apache Hadoop on Ubuntu OS)\n\n- Building from root of the checked out repository\n`$ sudo docker build –t jumbune/pseudo-distributed_1.6:tag .`\n\n- Building from the github.com repository\n`$ sudo docker build -t jumbune/pseudo-distributed_1.6:tag github.com/Impetus/jumbune/`\n\n- Getting the automated build from docker registry\n`https://registry.hub.docker.com/u/jumbune/jumbune/`\n\n- Running the built image\n`$ sudo docker run -d --name=\"jumbune\" -h \"jumbune-docker\" -p 9080:9080 jumbune/pseudo-distributed_1.6:tag`\n\n## Code Examples\n\nCode examples are packages inside the distribution,\n\n- For Flow analyzer: BankDefaulters, ClickStreamAnalysis, USRegionPortouts\n- For Profilng: MovieRating\n- For Data Validation - script\n\n## Documentation\n- Quick Start Guide: http://bit.ly/1mY9qWe\n- Installation Guide: http://bit.ly/1kBG4Qo\n- Release Notes: http://bit.ly/TkWSj8\n- Architecture Guide: http://bit.ly/UgJayB\n- Deployment Planning Guide: http://bit.ly/1oiXGk2\n- Administration Guide: http://bit.ly/1uq5LVV\n- Troubleshooting Guide: http://bit.ly/1pXEYOd\n- Getting Involved Guide: http://bit.ly/1i7XjDn\n\n## License\n\nJumbune is licensed under LGPLv3 license\n\n\n[![HitCount](http://hits.dwyl.io/Impetus/jumbune.svg)](http://hits.dwyl.io/Impetus/jumbune)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FImpetus%2Fjumbune","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FImpetus%2Fjumbune","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FImpetus%2Fjumbune/lists"}