{"id":19651326,"url":"https://github.com/embulk/embulk-guess-msgpack","last_synced_at":"2025-09-03T06:38:09.140Z","repository":{"id":43020375,"uuid":"511002666","full_name":"embulk/embulk-guess-msgpack","owner":"embulk","description":null,"archived":false,"fork":false,"pushed_at":"2022-10-25T09:39:12.000Z","size":228,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-09-03T06:38:02.901Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/embulk.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2022-07-06T05:37:25.000Z","updated_at":"2022-07-06T05:39:14.000Z","dependencies_parsed_at":"2023-01-20T02:17:38.536Z","dependency_job_id":null,"html_url":"https://github.com/embulk/embulk-guess-msgpack","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/embulk/embulk-guess-msgpack","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/embulk%2Fembulk-guess-msgpack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/embulk%2Fembulk-guess-msgpack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/embulk%2Fembulk-guess-msgpack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/embulk%2Fembulk-guess-msgpack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/embulk","download_url":"https://codeload.github.com/embulk/embulk-guess-msgpack/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/embulk%2Fembulk-guess-msgpack/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273403950,"owners_count":25099299,"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","status":"online","status_checked_at":"2025-09-03T02:00:09.631Z","response_time":76,"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":[],"created_at":"2024-11-11T15:06:04.462Z","updated_at":"2025-09-03T06:38:08.829Z","avatar_url":"https://github.com/embulk.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MessagePack parser plugin for Embulk\n\nParses files encoded in MessagePack.\n\n## Overview\n\n* **Plugin type**: parser\n* **Guess supported**: yes\n\n## Configuration\n\n- **row_encoding**: type of a row. \"array\" or \"map\" (enum, default: map)\n- **file_encoding**: if a file includes a big array, set \"array\". Otherwise, if a file includes sequence of rows, set \"sequence\" (enum, default: sequence)\n- **columns**: description (schema, default: a single Json typed column)\n\n## Example\n\nseed.yml:\n\n```yaml\nin:\n  # here can use any file input plugin type such as file, s3, gcs, etc.\n  type: file\n  path_prefix: /path/to/file/or/directory\n  parser:\n    type: msgpack\n```\n\nCommand:\n\n```\n$ embulk gem install embulk-parser-msgpack\n$ embulk guess -g msgpack seed.yml -o config.yml\n$ embulk run config.yml\n```\n\nThe guessed config.yml will include column settings:\n\n```yaml\nin:\n  type: any file input plugin type\n  parser:\n    type: msgpack\n    row_encoding: map\n    file_encoding: sequence\n    columns:\n    - {index: 0, name: a, type: long}\n    - {index: 1, name: b, type: string}\n```\n\nFor Maintainers\n----------------\n\n### Release\n\nModify `version` in `build.gradle` at a detached commit, and then tag the commit with an annotation.\n\n```\ngit checkout --detach master\n\n(Edit: Remove \"-SNAPSHOT\" in \"version\" in build.gradle.)\n\ngit add build.gradle\n\ngit commit -m \"Release vX.Y.Z\"\n\ngit tag -a vX.Y.Z\n\n(Edit: Write a tag annotation in the changelog format.)\n```\n\nSee [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) for the changelog format. We adopt a part of it for Git's tag annotation like below.\n\n```\n## [X.Y.Z] - YYYY-MM-DD\n\n### Added\n- Added a feature.\n\n### Changed\n- Changed something.\n\n### Fixed\n- Fixed a bug.\n```\n\nPush the annotated tag, then. It triggers a release operation on GitHub Actions after approval.\n\n```\ngit push -u origin vX.Y.Z\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fembulk%2Fembulk-guess-msgpack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fembulk%2Fembulk-guess-msgpack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fembulk%2Fembulk-guess-msgpack/lists"}