{"id":18937914,"url":"https://github.com/amoeba/arrow-cpp-csv-examples","last_synced_at":"2025-08-10T04:33:20.970Z","repository":{"id":66554346,"uuid":"554496131","full_name":"amoeba/arrow-cpp-csv-examples","owner":"amoeba","description":"Short demonstration of Apache Arrow's CSV readers","archived":false,"fork":false,"pushed_at":"2024-12-17T19:47:39.000Z","size":175,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-08-04T13:36:31.656Z","etag":null,"topics":["apache-arrow","arrow","cplusplus","cpp"],"latest_commit_sha":null,"homepage":"","language":"C++","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/amoeba.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":"2022-10-19T23:01:47.000Z","updated_at":"2024-12-17T19:47:43.000Z","dependencies_parsed_at":"2025-05-25T08:20:38.377Z","dependency_job_id":null,"html_url":"https://github.com/amoeba/arrow-cpp-csv-examples","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/amoeba/arrow-cpp-csv-examples","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amoeba%2Farrow-cpp-csv-examples","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amoeba%2Farrow-cpp-csv-examples/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amoeba%2Farrow-cpp-csv-examples/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amoeba%2Farrow-cpp-csv-examples/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/amoeba","download_url":"https://codeload.github.com/amoeba/arrow-cpp-csv-examples/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amoeba%2Farrow-cpp-csv-examples/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269677393,"owners_count":24457846,"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-10T02:00:08.965Z","response_time":71,"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":["apache-arrow","arrow","cplusplus","cpp"],"created_at":"2024-11-08T12:12:51.426Z","updated_at":"2025-08-10T04:33:20.940Z","avatar_url":"https://github.com/amoeba.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# arrow-cpp-csv-examples\n\nShort demonstrations of using [Arrow](https://arrow.apache.org)'s two methods of reading in CSV file as Arrow Data:\n\n1. [TableReader](https://arrow.apache.org/docs/cpp/api/formats.html#_CPPv4N5arrow3csv11TableReaderE)\n2. [StreamingReader](https://arrow.apache.org/docs/cpp/api/formats.html#_CPPv4N5arrow3csv15StreamingReaderE)\n\nWritten up mostly as an example for myself but may be useful for others. See the [Arrow C++ docs](https://arrow.apache.org/docs/cpp/csv.html) for more information.\n\n## Running\n\n### Pre-requisites\n\n- `pkg-config` (`brew install pkg-config`)\n- A \u003e=C++11 compiler (e.g., clang 14)\n- Arrow C++ headers (`brew install apache-arrow`)\n\n## Compile\n\nA `Makefile` is provided to make compiling both examples a single command:\n\n```sh\nmake\n```\n\n## Run\n\n- TableReader:\n\n    ```sh\n    ./table_reader_example\n    ```\n- StreamingReader:\n\n    ```sh\n    ./streaming_reader_example\n    ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famoeba%2Farrow-cpp-csv-examples","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Famoeba%2Farrow-cpp-csv-examples","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famoeba%2Farrow-cpp-csv-examples/lists"}