Project

General

Profile

Source Tree Overview » History » Revision 11

Revision 10 (Tom Clegg, 08/14/2013 04:03 PM) → Revision 11/18 (Ward Vandewege, 12/18/2013 09:15 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 

 git://github.com/clinicalfuture/arvados.git 

 h2. Components 

 |*Component*                              |*Path in source tree*       |*Status / notes*| 
 |API server                               |/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 project:freefactories predecessor can be used for now.| 
 |Single sign-on authentication server     |/services/sso/      || 
 |Documentation                            |/doc/               |See [[Documentation]]| 
 |Command line tools (CLI SDK)             |/sdk/cli            |@gem install arvados-cli@| 
 |Rails SDK                                |/sdk/rails          |Needs repackaging as a gem. Currently bundled with Workbench.| 
 |Python SDK                               |/sdk/python         |alpha| 
 |Ruby SDK                                 |/sdk/ruby           |alpha. @gem install arvados@| 
 |Workbench (web based console/dashboard)|/apps/workbench     ||