{"id":22355991,"url":"https://github.com/curso-r/main-deploy","last_synced_at":"2025-03-26T13:14:04.688Z","repository":{"id":88033022,"uuid":"293812396","full_name":"curso-r/main-deploy","owner":"curso-r","description":"Deploy","archived":false,"fork":false,"pushed_at":"2023-07-26T01:03:52.000Z","size":27593,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-01-31T14:29:35.079Z","etag":null,"topics":["deployment","r","teaching"],"latest_commit_sha":null,"homepage":"https://loja.curso-r.com/deploy-colocando-seu-trabalho-em-produc-o.html","language":"HTML","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/curso-r.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,"publiccode":null,"codemeta":null}},"created_at":"2020-09-08T13:03:47.000Z","updated_at":"2024-02-22T23:06:01.000Z","dependencies_parsed_at":"2025-01-31T14:39:30.156Z","dependency_job_id":null,"html_url":"https://github.com/curso-r/main-deploy","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/curso-r%2Fmain-deploy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/curso-r%2Fmain-deploy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/curso-r%2Fmain-deploy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/curso-r%2Fmain-deploy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/curso-r","download_url":"https://codeload.github.com/curso-r/main-deploy/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245659053,"owners_count":20651525,"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":["deployment","r","teaching"],"created_at":"2024-12-04T14:08:51.956Z","updated_at":"2025-03-26T13:14:04.672Z","avatar_url":"https://github.com/curso-r.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"---\noutput: github_document\nparams:\n  curso: deploy\n---\n\n# Deploy\n\n\u003c!-- README.md is generated from README.Rmd. Please edit that file --\u003e\n\n\u003c!-- badges: start --\u003e\n[![CC BY-NC-SA 4.0](https://mirrors.creativecommons.org/presskit/buttons/80x15/svg/by-nc-sa.svg)](https://creativecommons.org/licenses/by-nc-sa/4.0/)\n\u003c!-- badges: end --\u003e\n\n```{r, include = FALSE}\nknitr::opts_chunk$set(collapse = TRUE, comment = \"#\u003e\")\n```\n\nRepositório principal do curso _Deploy_.\n\nInscreva-se no curso: https://loja.curso-r.com/\n\n**Acesse o material completo do curso escolhendo uma das turmas abaixo**.\n\n```{r, echo = FALSE}\nparams$curso |\u003e\n  stringr::str_c('org:curso-r in:name \"', ... = _, '\"') |\u003e\n  gh::gh(\"/search/repositories?q={query}\", query = _, per_page = 100) |\u003e\n  purrr::pluck(\"items\") |\u003e\n  purrr::map_chr(\"name\") |\u003e\n  tibble::tibble(repo = _) |\u003e\n  dplyr::filter(!stringr::str_detect(repo, \"main\")) |\u003e\n  dplyr::filter(stringr::str_detect(repo, paste0(\"[0-9]{6}-\", params$curso))) |\u003e\n  dplyr::mutate(\n    date = repo |\u003e\n      stringr::str_extract(\"^[0-9]+\") |\u003e\n      lubridate::ym(),\n    Turma = stringr::str_c(\n      lubridate::month(date, TRUE, FALSE, \"pt_BR.UTF-8\"),\n      \" de \",\n      lubridate::year(date)\n    ),\n    Material = stringr::str_c(\"curso-r.github.io/\", repo),\n    Material = stringr::str_c(\"[\", Material, \"](https://\", Material, \")\"),\n    GitHub = stringr::str_c(\"github.com/curso-r/\", repo),\n    GitHub = stringr::str_c(\"[\", GitHub, \"](https://\", GitHub, \")\"),\n  ) |\u003e\n  dplyr::arrange(dplyr::desc(date)) |\u003e\n  dplyr::select(Turma, Material, GitHub) |\u003e\n  knitr::kable()\n```\n\n## Ementa\n\n3 aulas (9h) abordando os temas:\n\n  - O que é deploy (implantação)\n  - O que é uma API\n  - O pacote plumber\n  - O que é Docker\n  - O que é GitHub Actions\n  - O que é GitHub Packages\n  - O pacote golem\n  - Deploy na Google Cloud\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcurso-r%2Fmain-deploy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcurso-r%2Fmain-deploy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcurso-r%2Fmain-deploy/lists"}