{"id":15136937,"url":"https://github.com/amoeba/arrow-cpp-conan-example","last_synced_at":"2026-01-28T14:04:20.436Z","repository":{"id":66554343,"uuid":"542768569","full_name":"amoeba/arrow-cpp-conan-example","owner":"amoeba","description":"Example using conan to package and use libarrow","archived":false,"fork":false,"pushed_at":"2024-12-17T19:46:18.000Z","size":8,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-13T13:11:40.073Z","etag":null,"topics":["apache-arrow","conan","conan-io","cpp"],"latest_commit_sha":null,"homepage":"","language":"CMake","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-09-28T19:52:45.000Z","updated_at":"2024-12-17T19:46:22.000Z","dependencies_parsed_at":"2025-05-26T11:22:45.329Z","dependency_job_id":null,"html_url":"https://github.com/amoeba/arrow-cpp-conan-example","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/amoeba/arrow-cpp-conan-example","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amoeba%2Farrow-cpp-conan-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amoeba%2Farrow-cpp-conan-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amoeba%2Farrow-cpp-conan-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amoeba%2Farrow-cpp-conan-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/amoeba","download_url":"https://codeload.github.com/amoeba/arrow-cpp-conan-example/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amoeba%2Farrow-cpp-conan-example/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28846058,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-28T13:02:32.985Z","status":"ssl_error","status_checked_at":"2026-01-28T13:02:04.945Z","response_time":57,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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","conan","conan-io","cpp"],"created_at":"2024-09-26T06:41:53.706Z","updated_at":"2026-01-28T14:04:20.407Z","avatar_url":"https://github.com/amoeba.png","language":"CMake","readme":"# arrow-cpp-conan-example\n\nExample of using [conan](http://conan.io) to use a customized version of libarrow in a C++ project.\n\nThis specific example builds libarrow with:\n\n- Flight RPC\n- Parquet\n\n## Pre-requisites\n\n- A source checkout of the [arrow](https://github.com/apache/arrow) repository\n- A C++ compiler\n- cmake\n- conan\n\n## Building\n\n1. Build a Conan recipe for libarrow\n    - Set the `ARROW_HOME` environment variable\n        ```sh\n        export ARROW_HOME=$ARROW_SOURCE_DIR\n        ```\n    - Create the Conan recipe\n\n        ```sh\n        cd $ARROW_HOME\n        conan create ci/conan/all arrow/10.0.0@ \\\n            -o arrow:with_flight_rpc=True \\\n            -o arrow:parquet=True \\\n            --build missing \\\n            --require-override protobuf/3.21.4\n        ```\n2. Build the example project\n\n    From this directory, run:\n\n    ```sh\n    mkdir build\n    cd build\n    conan install .. \\\n        -o arrow:with_flight_rpc=True \\\n        -o arrow:parquet=True \\\n        --build missing\n    cmake ..\n    make\n    ```\n\n## Running\n\n```sh\n./bin/example\n```\n\nYou should get the following output:\n\n```\n[\n  1,\n  2,\n  3,\n  4\n]\n```\n\n## Contributing\n\nPlease feel free to open [an issue](https://github.com/amoeba/arrow-cpp-conan-example) or file a PR if the change is fairly straightforward.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famoeba%2Farrow-cpp-conan-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Famoeba%2Farrow-cpp-conan-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famoeba%2Farrow-cpp-conan-example/lists"}