Giter Site home page Giter Site logo

reaper's Introduction

Reaper

Post-processor for Cromwell workflow outputs.

Overview

Reaper will be a long-running web service responsible for "post-processing" the outputs of production workflows in the cloud. It will monitor Cromwell for successful workflows, and move the outputs of each workflow it finds into long-term storage while recording the files in Clio. It will also parse metrics outputs and persist them to the cloud DB.

Motivation

The idea for Reaper was born out of pain points we experienced when running post-processing-style tasks in WDL for Arrays analysis and delivery in the cloud:

  • Implicit dependencies on external systems make WDLs more complicated, more difficult to test reproducibly, and more dangerous to call-cache
  • Injecting access credentials for Broad-internal systems into our cloud pipelines makes those pipelines harder to test, deploy, and share
  • Transient network errors between systems cause spurious failures in Cromwell and burn operations time on diagnosis / resubmission

By taking ownership of tasks which require interacting with external systems, Reaper aims to enable writing cloud pipelines which are simple to write, test, and operate.

Getting Started

Install Mill

http://www.lihaoyi.com/mill/#installation

Build

mill server.compile

Generate Intellij .idea files

mill mill.scalalib.GenIdea/idea

Quickly run a server

mill server

Run the server while watching for source changes

mill -w server

Run the tests

mill server.test

##Run the integration tests

mill integration.test

Format the code with scalafmt

mill server.reformat

Format all the code with scalafmt

mill mill.scalalib.scalafmt.ScalafmtModule/reformatAll __.sources

More information

Internal documentation is hosted in Confluence here.

reaper's People

Contributors

danxmoran avatar

Watchers

 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.