GithubHelp home page GithubHelp logo

bifrost's Introduction

Bifrost

Bifrost 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).

Folder Structure

Here is a quick breakdown to the files in this repository

bifrost/
├── .circleci/
│   └── config.yml # example CI setup
├── aws/
│   ├── ec2/ # example ec2 client
│   ├── mocks/ # example mock clients
│   └── aws.go # setup for aws.Clients
├── client/
│   └── client.go # example client code
├── deployer/
│   ├── fuzz_test.go # Fuzz Test example
│   ├── integration_test.go # Tests for the Deployer
│   ├── machine.go # state-machine definition
│   ├── handlers.go # Handler functions for states
│   └── release.go # Bifrost Release
├── releases/
│   └── release.json # example release
├── scripts/
│   └── bootstrap_deplyer # bootstraping script
├── bifrost.go # executable code
├── Gopkg.toml # Go dependencies
└── Dockerfile # Build bifrost for deploy

Each folder has a README.md that contains a description of what should exist in that folder.

Getting Started

The way to use this is to execute in the correct folder in your GOPATH:

export ORG=<your-org>
export DEPLOYER=<your_deployer>

git clone [email protected]:coinbase/bifrost.git $DEPLOYER
cd $DEPLOYER

scripts/rename

This can be tested by ensuring tests pass with go test ./... and Docker builds docker build:

bifrost's People

Contributors

drewrothstein avatar samnrubin avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.