{"id":15290625,"url":"https://github.com/jkawamoto/roadie","last_synced_at":"2025-07-18T09:40:16.015Z","repository":{"id":25524272,"uuid":"28956357","full_name":"jkawamoto/roadie","owner":"jkawamoto","description":"A easy way to run your programs on Google Cloud Platform \u0026 Microsoft Azure.","archived":false,"fork":false,"pushed_at":"2017-10-26T03:13:33.000Z","size":5382,"stargazers_count":8,"open_issues_count":11,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-07T04:47:51.238Z","etag":null,"topics":["automation","azure","cloud","golang","google"],"latest_commit_sha":null,"homepage":"https://jkawamoto.github.io/roadie/","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jkawamoto.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-01-08T08:26:04.000Z","updated_at":"2020-05-23T14:18:35.000Z","dependencies_parsed_at":"2022-08-24T05:40:59.767Z","dependency_job_id":null,"html_url":"https://github.com/jkawamoto/roadie","commit_stats":null,"previous_names":[],"tags_count":28,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jkawamoto%2Froadie","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jkawamoto%2Froadie/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jkawamoto%2Froadie/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jkawamoto%2Froadie/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jkawamoto","download_url":"https://codeload.github.com/jkawamoto/roadie/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252816522,"owners_count":21808702,"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":["automation","azure","cloud","golang","google"],"created_at":"2024-09-30T16:08:49.867Z","updated_at":"2025-05-07T04:47:59.112Z","avatar_url":"https://github.com/jkawamoto.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# roadie\n[![GPLv3](https://img.shields.io/badge/license-GPLv3-blue.svg)](https://www.gnu.org/copyleft/gpl.html)\n[![Build Status](https://travis-ci.org/jkawamoto/roadie.svg?branch=master)](https://travis-ci.org/jkawamoto/roadie)\n[![wercker status](https://app.wercker.com/status/6c499024136e7067b86bef4bd07d7f62/s/master \"wercker status\")](https://app.wercker.com/project/byKey/6c499024136e7067b86bef4bd07d7f62)\n[![Go Report](https://goreportcard.com/badge/github.com/jkawamoto/roadie)](https://goreportcard.com/report/github.com/jkawamoto/roadie)\n[![Release](https://img.shields.io/badge/release-0.4.0-brightgreen.svg)](https://github.com/jkawamoto/roadie/releases/tag/v0.4.0)\n[![Japanese](https://img.shields.io/badge/qiita-%E6%97%A5%E6%9C%AC%E8%AA%9E-brightgreen.svg)](http://qiita.com/jkawamoto/items/751558536a597a33ae2a)\n\n[![Logo](https://jkawamoto.github.io/roadie/img/banner.png)](https://jkawamoto.github.io/roadie/)\n\nA easy way to run your programs on [Google Cloud Platform](https://cloud.google.com/) and [Microsoft Azure](https://azure.microsoft.com/).\n\nSee [documents](https://jkawamoto.github.io/roadie/) for more information.\n\n## Description\nRoadie helps you to upload your source codes to the cloud, create and delete\ninstances, and manage outputs.\n\nFor example,\n\n```sh\n$ roadie run --local . --name analyze-wowah script.yml\n```\n\nuploads your source codes in current directory, and run them in such a manner\nthat `script.yml` specifies. The `script.yml` is a simple YAML file like\n\n```yaml\napt:\n- unrar\ndata:\n- http://mmnet.iis.sinica.edu.tw/dl/wowah/wowah.rar\nrun:\n- unrar x -r wowah.rar\n- analyze WoWAH\n```\n\nThe above `script.yml` asks roadie to install apt package `unrar` and\ndownload a data file from such URL as the preparation. Then, it directs\nto run those two commands: unrar the downloaded file, analyze the obtained\ndata files.\n\nRoadie uploads results of such commands to a cloud storage after they finish.\nYou can access those results by\n\n```sh\n$ roadie result get analyze-wowah \"*\" -o ./res\n```\n\nThen, Roadie downloads all result files into `./res` directory.\n\n## Installation\nCompiled binary files for some platforms are uploaded in\n[release page](https://github.com/jkawamoto/roadie/releases).\n\nIf you're a [Homebrew](http://brew.sh/) or [Linuxbrew](http://linuxbrew.sh/)\nuser, you can install Roadie by the following commands:\n\n```sh\n$ brew tap jkawamoto/roadie\n$ brew install roadie\n```\n\n## Initialization\nAfter installing Roadie, the following initialization is required in order to\nauthorize Roadie to access cloud services.\n\n```sh\n$ roadie init\n```\n\n## License\nThis software except files in `docker` folder is released under The GNU General Public License Version 3, see [COPYING](COPYING) for more detail.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjkawamoto%2Froadie","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjkawamoto%2Froadie","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjkawamoto%2Froadie/lists"}