{"id":17344126,"url":"https://github.com/typhoonzero/storm-docker","last_synced_at":"2025-03-27T09:44:31.528Z","repository":{"id":99429817,"uuid":"59491437","full_name":"typhoonzero/storm-docker","owner":"typhoonzero","description":"storm docker image for full config enable","archived":false,"fork":false,"pushed_at":"2016-06-06T09:58:39.000Z","size":27,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-01T14:45:13.573Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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/typhoonzero.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":"2016-05-23T14:51:33.000Z","updated_at":"2019-05-16T09:06:24.000Z","dependencies_parsed_at":"2023-09-09T12:15:13.198Z","dependency_job_id":null,"html_url":"https://github.com/typhoonzero/storm-docker","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/typhoonzero%2Fstorm-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/typhoonzero%2Fstorm-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/typhoonzero%2Fstorm-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/typhoonzero%2Fstorm-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/typhoonzero","download_url":"https://codeload.github.com/typhoonzero/storm-docker/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245822303,"owners_count":20678165,"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":[],"created_at":"2024-10-15T16:24:05.719Z","updated_at":"2025-03-27T09:44:31.506Z","avatar_url":"https://github.com/typhoonzero.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# storm-docker\nstorm docker image for production deploy on kubernetes\n# Apache Storm images for Docker and kubernetes\n\n# Build images\n\n* ```docker build -t \u003cname\u003e/storm-base base```\n* ```docker build -t \u003cname\u003e/storm-nimbus nimbus```\n* ``` docker build -t \u003cname\u003e/storm-worker worker```\n\nAuto built at hub.docker.io/typhoon1986\n\n# Run on kubernetes\n* NOTE: make sure to configure xxxx files to use your own zookeeper address and zookeeper root.\nWe use an explicit zookeeper cluster on production to ensure write performance.\n```\nkubectl create -f kubernetes/*.json\n```\n\n# Submit a topology to the storm cluster\nto build the sample topology:\n```\ncd storm_logcount_demo/\nmvn package\n```\nThis will build and pack the topology and put the jar file under 'target' directory. \nCopy the jar file to the storm client machine(you can use typhoon1986/storm-docker to create a pod, and copy the jar into the container)\nand run:\n```\n/opt/apache-storm/bin/storm jar /path/to/stormdemo-1.0-jar-with-dependencies.jar storm.storm_logcount_demo.StormLogCountDemo\n```\n\n# View storm ui\nwe use NodePort to publish storm ui, findout the storm-ui pod ip, and open in web browser:\nhttp://\u003cstorm-ui pod ip\u003e:40003\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftyphoonzero%2Fstorm-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftyphoonzero%2Fstorm-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftyphoonzero%2Fstorm-docker/lists"}