Coder Social home page Coder Social logo

daukantas / beaker Goto Github PK

View Code? Open in Web Editor NEW

This project forked from allenai/beaker-cli

0.0 1.0 0.0 751 KB

A collaborative platform for rapid and reproducible research.

Home Page: https://beaker.org

License: Apache License 2.0

Makefile 2.83% Go 95.31% Shell 1.86%

beaker's Introduction

Beaker

Beaker is a collaborative platform for rapid and reproducible research.

Getting Started

  1. Create an account at beaker.org and follow the instructions in your account settings. If you are an AI2 employee please use Google OAuth and your AI2 account.

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

    Request credentials to run an experiment from a Beaker admin. You can either ask on #beaker-users or email [email protected]. Please include the email address associated with your Beaker account.

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

    cat > count.yaml << EOF
    tasks:
    - spec:
        image: examples/wordcount
        resultPath: /output
        datasetMounts:
        - datasetId: examples/moby
          containerPath: /input
    EOF
    beaker experiment create -f count.yaml
  3. For more in-depth documentation, see https://github.com/beaker/docs.

Installation

Prerequisites

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

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's People

Contributors

ckarenz avatar aaasen avatar mjlangan avatar erikayw avatar beakerbot avatar amusement avatar schmmd avatar aimichal avatar jonborchardt avatar rlebras avatar bryant1410 avatar meslater1030 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.