{"id":14066554,"url":"https://github.com/MCodrescu/octopus","last_synced_at":"2025-07-29T23:31:26.350Z","repository":{"id":149531977,"uuid":"591796393","full_name":"MCodrescu/octopus","owner":"MCodrescu","description":"R Package for Interacting with Databases","archived":false,"fork":false,"pushed_at":"2024-04-02T18:54:48.000Z","size":109718,"stargazers_count":11,"open_issues_count":0,"forks_count":4,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-26T08:45:43.411Z","etag":null,"topics":["data-science","database","r","rshiny"],"latest_commit_sha":null,"homepage":"https://mcodrescu.github.io/octopus/","language":"R","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/MCodrescu.png","metadata":{"files":{"readme":"README.Rmd","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}},"created_at":"2023-01-21T22:22:13.000Z","updated_at":"2024-09-11T06:04:13.000Z","dependencies_parsed_at":null,"dependency_job_id":"a7d45758-0c35-40bb-a974-540c5c28e6a0","html_url":"https://github.com/MCodrescu/octopus","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/MCodrescu/octopus","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MCodrescu%2Foctopus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MCodrescu%2Foctopus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MCodrescu%2Foctopus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MCodrescu%2Foctopus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MCodrescu","download_url":"https://codeload.github.com/MCodrescu/octopus/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MCodrescu%2Foctopus/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267149547,"owners_count":24043437,"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-07-26T02:00:08.937Z","response_time":62,"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":["data-science","database","r","rshiny"],"created_at":"2024-08-13T07:05:09.606Z","updated_at":"2025-07-29T23:31:25.865Z","avatar_url":"https://github.com/MCodrescu.png","language":"R","funding_links":[],"categories":["R"],"sub_categories":[],"readme":"---\noutput: github_document\n---\n\n\u003c!-- README.md is generated from README.Rmd. Please edit that file --\u003e\n\n```{r, include = FALSE}\nknitr::opts_chunk$set(\n  collapse = TRUE,\n  comment = \"#\u003e\",\n  fig.path = \"man/figures/README-\",\n  out.width = \"100%\"\n)\n```\n\n# octopus \u003ca href=\"https://mcodrescu.github.io/octopus/\"\u003e\u003cimg src=\"https://raw.githubusercontent.com/MCodrescu/octopus/main/images/octopuslogosmall.png\" align=\"right\" height=\"138\" /\u003e\u003c/a\u003e\n\n\u003c!-- badges: start --\u003e\n\n[![R-CMD-check](https://github.com/MCodrescu/octopus/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/MCodrescu/octopus/actions/workflows/R-CMD-check.yaml) [![CRAN status](https://www.r-pkg.org/badges/version/octopus)](https://CRAN.R-project.org/package=octopus)\n[![R-CMD-check](https://github.com/MCodrescu/octopus/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/MCodrescu/octopus/actions/workflows/R-CMD-check.yaml)\n\u003c!-- badges: end --\u003e\n\n\u003c!-- change --\u003e\n\nThe *octopus* package is a database management tool built entirely in R. You can preview tables, upload files, send queries, and more.\n\nAll database credentials are handled by the R user. Simply pass a supported database connection object created with `DBI::dbConnect()` to the function `octopus::view_database()` and *octopus* will start a shiny application allowing you to interact with the database.\n\n*Try it out here! [shinyapps.io](https://zszxyy-marcus-codrescu.shinyapps.io/octopusconceptapp/)*\n\n![](https://raw.githubusercontent.com/MCodrescu/octopus/da65cdba6ce2362c7b8c21cd2cf309a3cfcbb17b/images/octopusMainPage3.png)\n\n## Supported Databases\n\nThe *octopus* package currently supports the following databases:\n\n```{r}\noctopus::list_drivers()\n```\n\n\n## Installation\n\nInstall the stable version from CRAN.\n\n``` r\ninstall.packages(\"octopus\")\n```\n\nInstall the development version from github.\n\n``` r\ndevtools::install_github(\"MCodrescu/octopus\")\n```\n\n## Example\n\nHere is an example of connecting to a database and running the main function of octopus.\n\n```{r example, eval = FALSE}\n# Create a Database Connection\ndrv \u003c- duckdb::duckdb()\ncon \u003c- DBI::dbConnect(drv)\n\n# Write some data\nDBI::dbWriteTable(con, \"mtcars\", mtcars)\n\n# View the Database\noctopus::view_database(con)\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FMCodrescu%2Foctopus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FMCodrescu%2Foctopus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FMCodrescu%2Foctopus/lists"}