{"id":23450789,"url":"https://github.com/red-data-tools/red-arrow-gsl","last_synced_at":"2025-08-31T04:08:59.542Z","repository":{"id":56891396,"uuid":"89074849","full_name":"red-data-tools/red-arrow-gsl","owner":"red-data-tools","description":" A library that provides conversion method between Apache Arrow and Ruby/GSL","archived":false,"fork":false,"pushed_at":"2020-11-24T07:58:52.000Z","size":28,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-08-09T20:59:55.409Z","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":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/red-data-tools.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":"2017-04-22T14:15:52.000Z","updated_at":"2020-11-24T07:58:54.000Z","dependencies_parsed_at":"2022-08-21T00:50:28.636Z","dependency_job_id":null,"html_url":"https://github.com/red-data-tools/red-arrow-gsl","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/red-data-tools/red-arrow-gsl","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/red-data-tools%2Fred-arrow-gsl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/red-data-tools%2Fred-arrow-gsl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/red-data-tools%2Fred-arrow-gsl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/red-data-tools%2Fred-arrow-gsl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/red-data-tools","download_url":"https://codeload.github.com/red-data-tools/red-arrow-gsl/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/red-data-tools%2Fred-arrow-gsl/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272936502,"owners_count":25018183,"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-31T02:00:09.071Z","response_time":79,"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-12-24T00:15:09.897Z","updated_at":"2025-08-31T04:08:59.499Z","avatar_url":"https://github.com/red-data-tools.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# README\n\n## Name\n\nRed Arrow GSL\n\n## Description\n\nRed Arrow GSL is a library that provides converters between Apache Arrow's array data (`Arrow::*Array`) / tensor data (`Arrow::Tensor`) and Ruby/GSL's vector data (`GSL::Vector` and `GSL::Vector::Int`) / matrix data (`GSL::Matrix::*`).\n\nRed Arrow GSL adds `Arrow::*Array#to_gsl`/`Arrow::Tensor#to_gsl` for Apache Arrow to GSL conversion. Red Arrow GSL adds `GSL::Vector#to_arrow`/`GSL::Vector::Int#to_arrow`/`GSL::Matrix::*#to_arrow` for GSL to Apache Arrow conversion.\n\n## Install\n\n```text\n% gem install red-arrow-gsl\n```\n\n## Usage\n\n```ruby\nrequire \"arrow-gsl\"\n\ndouble_array.to_gsl # -\u003e An object of GSL::Vector\nint32_array.to_gsl  # -\u003e An object of GSL::Vector::Int\ntensor.to_gsl       # -\u003e An object of GSL::Matrix or GSL::Matrix::Int\n\ngsl_vector.to_arrow     # -\u003e An object of Arrow::DoubleArray\ngsl_int_vector.to_arrow # -\u003e An object of Arrow::Int32Array\ngsl_matrix.to_arrow     # -\u003e An object of Arrow::Tensor\n```\n\n## Dependencies\n\n* [Red Arrow](https://github.com/red-data-tools/red-arrow)\n\n* [Ruby/GSL](https://github.com/SciRuby/rb-gsl)\n\n## Authors\n\n* Kouhei Sutou \\\u003ckou@clear-code.com\\\u003e\n\n## License\n\nApache License 2.0. See doc/text/apache-2.0.txt for details.\n\n(Kouhei Sutou has a right to change the license including contributed\npatches.)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fred-data-tools%2Fred-arrow-gsl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fred-data-tools%2Fred-arrow-gsl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fred-data-tools%2Fred-arrow-gsl/lists"}