Git Product home page Git Product logo

heirloom's Introduction

Build Status Code Climate Heirloom

The goal of Heirloom is to securely and easily transport data to cloud hosted applciations.

Heirloom creates archives from directories. Their archives are versioned and hosted in geographic distributed locations. Heirloom tracks metadata about those archives, both about the archive locations, as well as arbitrary tags which can be set by an engineer or process. It supports encryption and authorization to allow for securely transporting sensitive data over cloud storage services.

Prerequisites

  • Ruby version 1.9.2 or higher installed.
  • AWS account access key and secret key.

Installation

Install the gem

gem install heirloom --no-ri --no-rdoc

To get started, copy the sample below to ~/.heirloom.yml and update the specified fields.

# default environment

default:
  access_key: UPDATE_ME
  secret_key: UPDATE_ME
  metadata_region: us-west-1

# multiple environments can be defined and 
# selected via cli with -e or --environment

prod:
  access_key: UPDATE_ME
  secret_key: UPDATE_ME
  metadata_region: us-west-1

preprod:
  access_key: UPDATE_ME
  secret_key: UPDATE_ME
  metadata_region: us-west-1

You can specify an alternate config file by setting "HEIRLOOM_CONFIG_FILE"

export HEIRLOOM_CONFIG_FILE="~/special_config.yml"

Documentation

For more information, please view the Heirloom Wiki.

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

heirloom's People

Contributors

bradly avatar bw-intuit avatar capen avatar ccloes-intuit avatar dylanvaughn avatar ezkl avatar keviny22 avatar thbishop avatar weavenet avatar

Watchers

 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.