{"id":18542749,"url":"https://github.com/coinbase/bifrost","last_synced_at":"2025-04-09T18:32:07.595Z","repository":{"id":48766939,"uuid":"142162423","full_name":"coinbase/bifrost","owner":"coinbase","description":"Conventions/Paved Path/ Standard for building deployers","archived":false,"fork":false,"pushed_at":"2023-02-14T15:10:28.000Z","size":65,"stargazers_count":7,"open_issues_count":3,"forks_count":3,"subscribers_count":27,"default_branch":"master","last_synced_at":"2025-03-24T10:38:42.097Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/coinbase.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2018-07-24T13:28:22.000Z","updated_at":"2024-11-10T18:39:31.000Z","dependencies_parsed_at":"2024-06-21T15:40:22.950Z","dependency_job_id":"dc199ba0-b486-4417-b8fc-5b725857a754","html_url":"https://github.com/coinbase/bifrost","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coinbase%2Fbifrost","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coinbase%2Fbifrost/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coinbase%2Fbifrost/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coinbase%2Fbifrost/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/coinbase","download_url":"https://codeload.github.com/coinbase/bifrost/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248087849,"owners_count":21045600,"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-11-06T20:10:22.867Z","updated_at":"2025-04-09T18:32:02.587Z","avatar_url":"https://github.com/coinbase.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Bifrost\n\nBifrost is a set of conventions for building a deployer using the Step framework. The goal of this repository is to be a template, a \"paved road\", to building a deployer quickly and safely. This is accomplished by implementing a demo-deployer that deploys a single EC2 instance (**NOT FOR PRODUCTION**).\n\n### Folder Structure\n\nHere is a quick breakdown to the files in this repository\n\n```\nbifrost/\n├── .circleci/\n│   └── config.yml # example CI setup\n├── aws/\n│   ├── ec2/ # example ec2 client\n│   ├── mocks/ # example mock clients\n│   └── aws.go # setup for aws.Clients\n├── client/\n│   └── client.go # example client code\n├── deployer/\n│   ├── fuzz_test.go # Fuzz Test example\n│   ├── integration_test.go # Tests for the Deployer\n│   ├── machine.go # state-machine definition\n│   ├── handlers.go # Handler functions for states\n│   └── release.go # Bifrost Release\n├── releases/\n│   └── release.json # example release\n├── scripts/\n│   └── bootstrap_deplyer # bootstraping script\n├── bifrost.go # executable code\n├── Gopkg.toml # Go dependencies\n└── Dockerfile # Build bifrost for deploy\n```\n\nEach folder has a README.md that contains a description of what should exist in that folder.\n\n### Getting Started\n\nThe way to use this is to execute in the correct folder in your GOPATH:\n\n```\nexport ORG=\u003cyour-org\u003e\nexport DEPLOYER=\u003cyour_deployer\u003e\n\ngit clone git@github.com:coinbase/bifrost.git $DEPLOYER\ncd $DEPLOYER\n\nscripts/rename\n```\n\nThis can be tested by ensuring tests pass with `go test ./...` and Docker builds `docker build`:","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoinbase%2Fbifrost","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcoinbase%2Fbifrost","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoinbase%2Fbifrost/lists"}