{"id":18129166,"url":"https://github.com/kamatama41/embulk-output-multi","last_synced_at":"2025-04-15T12:19:48.965Z","repository":{"id":54755526,"uuid":"173300303","full_name":"kamatama41/embulk-output-multi","owner":"kamatama41","description":"Embulk output plugin to dump records into multiple destinations.","archived":false,"fork":false,"pushed_at":"2021-01-31T21:08:05.000Z","size":112,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-06T06:59:57.909Z","etag":null,"topics":["embulk","embulk-output-plugin","java"],"latest_commit_sha":null,"homepage":"","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/kamatama41.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}},"created_at":"2019-03-01T12:43:47.000Z","updated_at":"2024-01-14T11:35:55.000Z","dependencies_parsed_at":"2022-08-14T01:50:43.312Z","dependency_job_id":null,"html_url":"https://github.com/kamatama41/embulk-output-multi","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kamatama41%2Fembulk-output-multi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kamatama41%2Fembulk-output-multi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kamatama41%2Fembulk-output-multi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kamatama41%2Fembulk-output-multi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kamatama41","download_url":"https://codeload.github.com/kamatama41/embulk-output-multi/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248621393,"owners_count":21134835,"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":["embulk","embulk-output-plugin","java"],"created_at":"2024-11-01T10:06:52.674Z","updated_at":"2025-04-15T12:19:48.944Z","avatar_url":"https://github.com/kamatama41.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Multi output plugin for Embulk\n\nThis plugin copies an output to multiple destinations.\n\n### Notes\n- It's still very experimental version, so might change its configuration names or styles without notification. \n- As this plugin performs multiple output methods, it might have a performance issue with large records.\n- It might not work on other executors than LocalExecutor.\n- I would appreciate it if you use this and give me reports/feedback!\n\n## Overview\n\n* **Plugin type**: output\n* **Load all or nothing**: no\n* **Resume supported**: yes\n* **Cleanup supported**: yes\n\n## Configuration\n\n- **outputs**: Configuration of output plugins (array, required)\n\n## Example\n\n```yaml\nout:\n  type: multi\n  outputs:\n    # Output to stdout\n    - type: stdout\n    # Output to files as CSV\n    - type: file\n      path_prefix: out_file_\n      file_ext: csv\n      formatter:\n        type: csv\n    # Output to files as TSV\n    - type: file\n      path_prefix: out_file_\n      file_ext: tsv\n      formatter:\n        type: csv\n        delimiter: \"\\t\"\n    # And any outputs you want..\n    - type: ...\n```\n\n## Build\n\n```\n$ ./gradlew gem  # -t to watch change of files and rebuild continuously\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkamatama41%2Fembulk-output-multi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkamatama41%2Fembulk-output-multi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkamatama41%2Fembulk-output-multi/lists"}