Package: virtuoso 0.1.8

Carl Boettiger

virtuoso: Interface to 'Virtuoso' using 'ODBC'

Provides users with a simple and convenient mechanism to manage and query a 'Virtuoso' database using the 'DBI' (Data-Base Interface) compatible 'ODBC' (Open Database Connectivity) interface. 'Virtuoso' is a high-performance "universal server," which can act as both a relational database, supporting standard Structured Query Language ('SQL') queries, while also supporting data following the Resource Description Framework ('RDF') model for Linked Data. 'RDF' data can be queried using 'SPARQL' ('SPARQL' Protocol and 'RDF' Query Language) queries, a graph-based query that supports semantic reasoning. This allows users to leverage the performance of local or remote 'Virtuoso' servers using popular 'R' packages such as 'DBI' and 'dplyr', while also providing a high-performance solution for working with large 'RDF' 'triplestores' from 'R.' The package also provides helper routines to install, launch, and manage a 'Virtuoso' server locally on 'Mac', 'Windows' and 'Linux' platforms using the standard interactive installers from the 'R' command-line. By automatically handling these setup steps, the package can make using 'Virtuoso' considerably faster and easier for a most users to deploy in a local environment. Managing the bulk import of triples from common serializations with a single intuitive command is another key feature of this package. Bulk import performance can be tens to hundreds of times faster than the comparable imports using existing 'R' tools, including 'rdflib' and 'redland' packages.

Authors:Carl Boettiger [aut, cre, cph], Bryce Mecum [ctb]

virtuoso_0.1.8.tar.gz
virtuoso_0.1.8.zip(r-4.5)virtuoso_0.1.8.zip(r-4.4)virtuoso_0.1.8.zip(r-4.3)
virtuoso_0.1.8.tgz(r-4.4-any)virtuoso_0.1.8.tgz(r-4.3-any)
virtuoso_0.1.8.tar.gz(r-4.5-noble)virtuoso_0.1.8.tar.gz(r-4.4-noble)
virtuoso_0.1.8.tgz(r-4.4-emscripten)virtuoso_0.1.8.tgz(r-4.3-emscripten)
virtuoso.pdf |virtuoso.html
virtuoso/json (API)
NEWS

# Install 'virtuoso' in R:
install.packages('virtuoso', repos = c('https://ropensci.r-universe.dev', 'https://cloud.r-project.org'))

Peer review:

Bug tracker:https://github.com/ropensci/virtuoso/issues

On CRAN:

17 exports 9 stars 2.43 score 21 dependencies 6 mentions 187 downloads

Last updated 3 months agofrom:c04a01bc22 (on master)

Exports:has_virtuosovos_configurevos_connectvos_delete_dbvos_destroy_allvos_importvos_installvos_killvos_list_graphsvos_logvos_odbcinstvos_processvos_queryvos_set_pathsvos_startvos_statusvos_uninstall

Dependencies:bitbit64blobclicurlDBIdigestfsgluehmsinilifecycleodbcpkgconfigprocessxpsR6rappdirsRcpprlangvctrs

Introduction: Virtuoso Installation and Configuration

Rendered frominstallation.Rmdusingknitr::rmarkdownon Jul 12 2024.

Last update: 2019-02-19
Started: 2018-11-11