{"id":29095115,"url":"https://github.com/netkiller/utils","last_synced_at":"2026-04-29T06:38:06.115Z","repository":{"id":53290305,"uuid":"110553033","full_name":"netkiller/utils","owner":"netkiller","description":"Input Process Output Framework.","archived":false,"fork":false,"pushed_at":"2025-06-23T10:06:05.000Z","size":362,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2026-04-29T06:37:49.353Z","etag":null,"topics":["elasticsearch","hbase","hive","ipo","java","jdbc","kafka","rabbitmq","stdin","stdout"],"latest_commit_sha":null,"homepage":"http://www.netkiller.cn","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/netkiller.png","metadata":{"files":{"readme":"README.md","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":"2017-11-13T13:40:55.000Z","updated_at":"2026-03-19T06:26:44.000Z","dependencies_parsed_at":"2025-06-23T10:46:29.226Z","dependency_job_id":"8fde8816-e5a3-4ca7-86c7-ec223c458ede","html_url":"https://github.com/netkiller/utils","commit_stats":null,"previous_names":["netkiller/utils","netkiller/util"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/netkiller/utils","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netkiller%2Futils","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netkiller%2Futils/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netkiller%2Futils/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netkiller%2Futils/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/netkiller","download_url":"https://codeload.github.com/netkiller/utils/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netkiller%2Futils/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32414422,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T06:29:02.080Z","status":"ssl_error","status_checked_at":"2026-04-29T06:29:00.631Z","response_time":110,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["elasticsearch","hbase","hive","ipo","java","jdbc","kafka","rabbitmq","stdin","stdout"],"created_at":"2025-06-28T10:07:07.312Z","updated_at":"2026-04-29T06:38:06.097Z","avatar_url":"https://github.com/netkiller.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# IPO Framework (Input Process Output Framework)\n\n![image](docs/images/IPO.png)\n\n## Maven\n\n```\n\t\u003crepositories\u003e\n\t\t\u003crepository\u003e\n\t\t\t\u003cid\u003ejitpack.io\u003c/id\u003e\n\t\t\t\u003curl\u003ehttps://jitpack.io\u003c/url\u003e\n\t\t\u003c/repository\u003e\n\t\u003c/repositories\u003e\n\n\t\u003cdependencies\u003e\n\t\t\u003cdependency\u003e\n\t\t\t\u003cgroupId\u003ecom.github.netkiller\u003c/groupId\u003e\n\t\t\t\u003cartifactId\u003eipo\u003c/artifactId\u003e\n\t\t\t\u003cversion\u003e1.0.1\u003c/version\u003e\n\t\t\u003c/dependency\u003e\n\t\u003c/dependencies\u003e\n\t\n```\n\n## Demo\n\n```java\n\t\n\tInput input = new Input();\n\t// StdinInput stdin = new StdinInput();\n\tinput.add(new StdinInput());\n\t// input.add(new FileInput(file.getURI().getPath()));\n\t\n\tOutput output = new Output();\n\toutput.add(new StdoutOutput());\n\t\n\tProcess process = new Process();\n\tprocess.add(new Replace(\"Hello\", \"Netkiller \"));\n\tprocess.add(new Replace(\"Neo\", \"\u003cNeo\u003e\"));\n\tprocess.add(new Replace(\"Tom\", \"[Tom]\"));\n\t \n\tInputProcessOutput ipo = new InputProcessOutput();\n\t\n\tipo.setInput(input);\n\tipo.setProcess(process);\n\tipo.setOutput(output);\n\tipo.launch();\n\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnetkiller%2Futils","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnetkiller%2Futils","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnetkiller%2Futils/lists"}