{"id":13850063,"url":"https://github.com/retrography/OrientR","last_synced_at":"2025-07-12T21:32:47.586Z","repository":{"id":35109766,"uuid":"39291497","full_name":"retrography/OrientR","owner":"retrography","description":"A wrapper for OrientDB REST API interface in R","archived":false,"fork":false,"pushed_at":"2019-02-28T09:37:43.000Z","size":29,"stargazers_count":16,"open_issues_count":12,"forks_count":3,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-11-22T03:32:09.291Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"R","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/retrography.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":"2015-07-18T08:10:40.000Z","updated_at":"2020-03-26T05:18:36.000Z","dependencies_parsed_at":"2022-08-18T02:55:09.163Z","dependency_job_id":null,"html_url":"https://github.com/retrography/OrientR","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/retrography/OrientR","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/retrography%2FOrientR","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/retrography%2FOrientR/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/retrography%2FOrientR/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/retrography%2FOrientR/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/retrography","download_url":"https://codeload.github.com/retrography/OrientR/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/retrography%2FOrientR/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265059459,"owners_count":23705221,"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":[],"created_at":"2024-08-04T20:00:57.587Z","updated_at":"2025-07-12T21:32:47.344Z","avatar_url":"https://github.com/retrography.png","language":"R","funding_links":[],"categories":["Uncategorized","R"],"sub_categories":["Uncategorized"],"readme":"# OrientR\n\nOrientR is a REST API wrapper for OrientDB. It allows you to run queries on OrientDB over its REST interface.\n\n## Contents\n\n* [Install](#install)\n* [Use](#use)\n* [Known Issues](#issues)\n\n## \u003ca name=\"#install\"\u003e\u003c/a\u003e Install\n\n```{r}\ninstall.packages(\"devtools\")\ndevtools::install_github(\"retrography/OrientR\")\n```\n\n\n## \u003ca name=\"#use\"\u003e\u003c/a\u003e Use\n\n### Load the library\n```{r}\nlibrary(OrientR)\n```\n\n### Generate connection string\n```{r}\ndb \u003c- getDB(database = \"OpenBeer\", host = \"localhost\", username = \"root\", password = \"orientdb\", port = \"2480\")\n```\n\n### Run a query\n```{r}\nquery \u003c- \"SELECT FROM Beer\"\nresultSet \u003c- runQuery(db, 'SELECT @rid AS id, name AS beer, out_HasBrewery.in.name AS brewery FROM Beer UNWIND brewery', batch = 100)\n```\nNote: It has come to my attention that OrientR fails to parse the data types for queries using the * selector (or equivalent). This is a known error now, but unfortunately I don't have the time to debug it. Feel free to make a pull request.\n\n## \u003ca name=\"#issues\"\u003e\u003c/a\u003e Known Issues\n\n* Only Query function has been implemented in this preliminary version (see [OrientDB's REST API manual for a list of possible extensions](http://orientdb.com/docs/1.7.8/orientdb.wiki/OrientDB-REST.html)).\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fretrography%2FOrientR","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fretrography%2FOrientR","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fretrography%2FOrientR/lists"}