{"id":18481486,"url":"https://github.com/joker1007/fluent-plugin-arrow","last_synced_at":"2025-08-18T11:46:26.207Z","repository":{"id":56846876,"uuid":"159487831","full_name":"joker1007/fluent-plugin-arrow","owner":"joker1007","description":null,"archived":false,"fork":false,"pushed_at":"2019-02-01T11:39:28.000Z","size":25,"stargazers_count":0,"open_issues_count":1,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-27T17:57:21.542Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","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/joker1007.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":"2018-11-28T10:58:11.000Z","updated_at":"2019-02-01T11:39:17.000Z","dependencies_parsed_at":"2022-09-09T01:00:45.774Z","dependency_job_id":null,"html_url":"https://github.com/joker1007/fluent-plugin-arrow","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/joker1007/fluent-plugin-arrow","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joker1007%2Ffluent-plugin-arrow","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joker1007%2Ffluent-plugin-arrow/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joker1007%2Ffluent-plugin-arrow/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joker1007%2Ffluent-plugin-arrow/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/joker1007","download_url":"https://codeload.github.com/joker1007/fluent-plugin-arrow/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joker1007%2Ffluent-plugin-arrow/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270887181,"owners_count":24662777,"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-08-17T02:00:09.016Z","response_time":129,"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-06T12:23:57.376Z","updated_at":"2025-08-18T11:46:26.152Z","avatar_url":"https://github.com/joker1007.png","language":"Ruby","readme":"# fluent-plugin-arrow\n\n[Fluentd](https://fluentd.org/) buffer plugin to output Apache Arrow and Parquet format.\n\n## Prerequisite\n\n- [Apache Arrow c++](https://github.com/apache/arrow/tree/master/cpp) (with -DARROW_PARQUET=ON)\n- [Apache Arrow c_glib](https://github.com/apache/arrow/tree/master/c_glib)\n- [red-arrow](https://github.com/apache/arrow/tree/master/ruby/red-arrow)\n- [red-parquet](https://github.com/apache/arrow/tree/master/ruby/red-parquet)\n\n## Installation\n\n### RubyGems\n\n```\n$ gem install fluent-plugin-arrow\n```\n\n### Bundler\n\nAdd following line to your Gemfile:\n\n```ruby\ngem \"fluent-plugin-arrow\"\n```\n\nAnd then execute:\n\n```\n$ bundle\n```\n\n## Configuration\n\nYou can generate configuration template:\n\n```\n\u003cmatch arrow\u003e\n  @type file\n\n  path arrow_test\n\n  \u003cbuffer\u003e\n    @type arrow_memory\n    arrow_format arrow # or parquet\n\n    schema [\n      {\"name\": \"key1\", \"type\": \"string\"},\n      {\"name\": \"key2\", \"type\": \"uint64\"},\n      {\"name\": \"key3\", \"type\": \"timestamp\", \"unit\": \"milli\"},\n      {\"name\": \"key4\", \"type\": \"list\", \"field\": {\"name\": \"value\", \"type\": \"uint64\"}},\n      {\"name\": \"key5\", \"type\": \"struct\", \"fields\": [\n        {\"name\": \"bar1\", \"type\": \"uint64\"},\n        {\"name\": \"bar2\", \"type\": \"list\", \"field\": {\"name\": \"value\", \"type\": \"string\"}}\n      ]}\n    ]\n  \u003c/buffer\u003e\n\n  \u003cformat\u003e\n    @type arrow\n  \u003c/format\u003e\n\u003c/match\u003e\n```\n\nYou can copy and paste generated documents here.\n\n## Copyright\n\n* Copyright(c) 2018- joker1007\n* License\n  * Apache License, Version 2.0\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoker1007%2Ffluent-plugin-arrow","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjoker1007%2Ffluent-plugin-arrow","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoker1007%2Ffluent-plugin-arrow/lists"}