{"id":16866806,"url":"https://github.com/eitsupi/r-glaredb","last_synced_at":"2025-03-22T07:30:44.865Z","repository":{"id":240076433,"uuid":"704831504","full_name":"eitsupi/r-glaredb","owner":"eitsupi","description":"R bindings for GlareDB","archived":false,"fork":false,"pushed_at":"2025-02-03T08:02:54.000Z","size":1908,"stargazers_count":3,"open_issues_count":10,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-15T01:05:49.491Z","etag":null,"topics":["arrow","glaredb","r","rust","sql"],"latest_commit_sha":null,"homepage":"https://eitsupi.github.io/r-glaredb/","language":"R","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/eitsupi.png","metadata":{"files":{"readme":"README.Rmd","changelog":"NEWS.md","contributing":null,"funding":null,"license":"LICENSE.md","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}},"created_at":"2023-10-14T08:18:10.000Z","updated_at":"2024-11-09T05:14:55.000Z","dependencies_parsed_at":"2024-05-16T16:28:33.258Z","dependency_job_id":"b475caf8-0f2a-49e8-93f9-5c5c3fa244c0","html_url":"https://github.com/eitsupi/r-glaredb","commit_stats":null,"previous_names":["eitsupi/r-glaredb"],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eitsupi%2Fr-glaredb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eitsupi%2Fr-glaredb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eitsupi%2Fr-glaredb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eitsupi%2Fr-glaredb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eitsupi","download_url":"https://codeload.github.com/eitsupi/r-glaredb/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244924836,"owners_count":20532872,"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","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":["arrow","glaredb","r","rust","sql"],"created_at":"2024-10-13T14:51:50.189Z","updated_at":"2025-03-22T07:30:41.279Z","avatar_url":"https://github.com/eitsupi.png","language":"R","readme":"---\noutput:\n  github_document:\n    html_preview: false\n---\n\n\u003c!-- README.md is generated from README.Rmd. Please edit that file --\u003e\n\n```{r}\n#| include: false\n\nknitr::opts_chunk$set(\n  collapse = TRUE,\n  comment = \"#\u003e\",\n  fig.path = \"man/figures/README-\",\n  out.width = \"100%\"\n)\n```\n\n# R bindings for GlareDB\n\n\u003c!-- badges: start --\u003e\n[![R-multiverse status](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fcommunity.r-multiverse.org%2Fapi%2Fpackages%2Fglaredb\u0026query=%24.Version\u0026label=r-multiverse)](https://community.r-multiverse.org/glaredb)\n[![glaredb status badge](https://eitsupi.r-universe.dev/badges/glaredb)](https://eitsupi.r-universe.dev/glaredb)\n[![CRAN status](https://www.r-pkg.org/badges/version/glaredb)](https://CRAN.R-project.org/package=glaredb)\n\u003c!-- badges: end --\u003e\n\nThis package is based on GlareDB `r as.data.frame(glaredb_sql(\"select version()\"))$version`.\n\nCheck out the [GlareDB repo](https://github.com/GlareDB/glaredb) for details.\n\n## Installation\n\nThis package can be installed from R-multiverse.\nIf available, a binary package will be installed.\n\n**Currently, Windows is not supported. Please use WSL2.**\n\n```r\nSys.setenv(NOT_CRAN = \"true\")\ninstall.packages(\"glaredb\", repos = \"https://community.r-multiverse.org\")\n```\n\n## Examples\n\nUse GlareDB directly in R to query and analyzer a variety of data sources, including `arrow::Table` and `polars::RPolarsDataFrame`.\n\n```{r}\nlibrary(glaredb)\nlibrary(polars)\n\ndf \u003c- pl$DataFrame(\n  A = 1:5,\n  fruits = c(\"banana\", \"banana\", \"apple\", \"apple\", \"banana\"),\n  B = 5:1,\n  C = c(\"beetle\", \"audi\", \"beetle\", \"beetle\", \"beetle\")\n)\n\ndf2 \u003c- glaredb_sql(\"select * from df where fruits = 'banana'\") |\u003e\n  as_polars_df()\n\ndf2\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feitsupi%2Fr-glaredb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feitsupi%2Fr-glaredb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feitsupi%2Fr-glaredb/lists"}