Project

General

Profile

Source Tree Overview » History » Revision 14

Revision 13 (Tim Pierce, 02/21/2014 04:24 PM) → Revision 14/18 (Tom Clegg, 02/24/2014 11:30 AM)

h1. Source Tree Overview and Implementation Status 

 This page indicates current implementation status for Arvados components, and where each component's source code can be found. 

 h2. Repository 

 The source repository is available from github. 

  git clone git://github.com/curoverse/arvados.git 

 

 h2. Components 

 |*Component*                              |*Path in source tree*       |*Status / notes*| 
 |API server and metadata database                                       |/services/api/      || 
 |Pipeline Manager                         |/sdk/cli/bin/arv-run-* || 
 |MapReduce Engine                         |/services/crunch/ |Also see @/services/api/script/crunch-dispatch.rb@| 
 |Keep Content Addressable Storage server|/services/keep/     |Empty here pending rewrite. Server from Free Factories (http://factories.freelogy.org/) can be used for now. Free Factories is the Arvados predecessor.| 
 |Single sign-on authentication server     |(external)          |https://github.com/curoverse/sso-devise-omniauth-provider.git| |/services/sso/      || 
 |Documentation                            |/doc/               |See [[Documentation]]| 
 |Docker containers for Arvados            |/docker/            |Permits running Arvados in Docker containers on a local Linux system.| 
 |Command line tools (CLI SDK)             |/sdk/cli            |alpha.   @gem |@gem install arvados-cli@| 
 |Rails SDK                                |/sdk/rails          |Needs repackaging as a gem. Currently bundled with Workbench.| 
 |Python SDK                               |/sdk/python         |alpha.   @pip install --upgrade arvados-python-client@| |alpha| 
 |Ruby SDK                                 |/sdk/ruby           |alpha.   @gem install arvados@| 
 |Workbench (web based console/dashboard)|/apps/workbench     ||