GithubHelp home page GithubHelp logo

beaker-guide's Introduction

layout title nav_exclude
default
404
true

Beaker

Beaker is a collaborative platform for rapid, reproducible research.

About blueprints

Prerequisites

Docker is the foundation for Beaker experiments and must be installed to take full advantage of Beaker.

Getting Started

  1. Create an account at beaker-pub.allenai.org and follow the instructions in your account settings.

    These instructions will guide you through installing and configuring the Beaker CLI. See below for more options.

    Request "Scientist" or higher credentials from a Beaker admin to get authorization to create experiments.

  2. Run your first experiment. The following example counts words in the text of Moby Dick.

    beaker experiment run \
      --name wordcount-moby \
      --blueprint examples/wordcount \
      --source examples/moby:/input \
      --result-path /output

Install Beaker CLI

The most direct way to install Beaker is to download a release and extract it to your path.

tar -xvzf beaker_*.tar.gz -C /usr/local/bin

OS X users can install Beaker through Homebrew with a custom tap.

brew tap allenai/homebrew-beaker https://github.com/allenai/homebrew-beaker.git
brew install beaker

Beaker can also be installed from source using standard Go tools.

go get -u github.com/allenai/beaker/...

Notices

Beaker dependencies and licenses

beaker-guide's People

Contributors

pking70 avatar

Watchers

 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.