{"id":19064973,"url":"https://github.com/netkiller/util","last_synced_at":"2025-02-22T02:44:39.689Z","repository":{"id":53290305,"uuid":"110553033","full_name":"netkiller/util","owner":"netkiller","description":"Input Process Output Framework.","archived":false,"fork":false,"pushed_at":"2023-04-28T06:32:54.000Z","size":360,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-01-02T14:12:13.116Z","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}},"created_at":"2017-11-13T13:40:55.000Z","updated_at":"2023-04-27T00:22:21.000Z","dependencies_parsed_at":"2025-01-02T17:01:19.587Z","dependency_job_id":null,"html_url":"https://github.com/netkiller/util","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netkiller%2Futil","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netkiller%2Futil/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netkiller%2Futil/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netkiller%2Futil/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/netkiller","download_url":"https://codeload.github.com/netkiller/util/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240118329,"owners_count":19750471,"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":["elasticsearch","hbase","hive","ipo","java","jdbc","kafka","rabbitmq","stdin","stdout"],"created_at":"2024-11-09T00:48:04.595Z","updated_at":"2025-02-22T02:44:39.665Z","avatar_url":"https://github.com/netkiller.png","language":"Java","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```","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnetkiller%2Futil","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnetkiller%2Futil","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnetkiller%2Futil/lists"}