Project

General

Profile

Source Tree Overview » History » Revision 17

Revision 16 (Tom Clegg, 08/16/2014 12:55 AM) → Revision 17/18 (Tom Clegg, 08/16/2014 12:55 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/      |[[Hacking |[Hacking API server]]| server]| 
 |Pipeline Manager                         |/sdk/cli/bin/arv-run-* || 
 |MapReduce Engine (Crunch)                |/services/crunch/ |Also see @/services/api/script/crunch-dispatch.rb@| 
 |Keep Content Addressable Storage server|/services/keepstore 
 /services/keepproxy|[[Hacking Keep]]| /services/keepproxy|[Hacking Keep]| 
 |Single sign-on authentication server     |(external)          |https://github.com/curoverse/sso-devise-omniauth-provider.git| 
 |Documentation                            |/doc/               |See [[Documentation]] and http://doc.arvados.org| 
 |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 install arvados-cli@| 
 |Language SDKs (Ruby, Python, Perl, Java, Go) |/sdk          |http://doc.arvados.org/sdk| 
 |Workbench (web based console/dashboard)|/apps/workbench     ||