Project

General

Profile

Source Tree Overview » History » Version 10

Tom Clegg, 08/14/2013 04:03 PM

1 9 Tom Clegg
h1. Source Tree Overview and Implementation Status
2 1 Ward Vandewege
3 9 Tom Clegg
This page indicates current implementation status for Arvados components, and where each component's source code can be found.
4 2 Ward Vandewege
5 6 Tom Clegg
h2. Repository
6 1 Ward Vandewege
7 6 Tom Clegg
The source repository is available from github.
8
9
 git clone git://github.com/clinicalfuture/arvados.git
10 1 Ward Vandewege
11
h2. Components
12
13 9 Tom Clegg
|*Component*                            |*Path in source tree*     |*Status / notes*|
14 1 Ward Vandewege
|API server                             |/services/api/    ||
15 10 Tom Clegg
|Pipeline Manager                       |/sdk/cli/bin/arv-run-* ||
16
|MapReduce Engine                       |/services/crunch/ |Also see @/services/api/script/crunch-dispatch.rb@|
17 9 Tom Clegg
|Keep Content Addressable Storage server|/services/keep/   |Empty here pending rewrite. Server from project:freefactories predecessor can be used for now.|
18 5 Tom Clegg
|Single sign-on authentication server   |/services/sso/    ||
19 8 Tom Clegg
|Documentation                          |/doc/             |See [[Documentation]]|
20 10 Tom Clegg
|Command line tools (CLI SDK)           |/sdk/cli          |@gem install arvados-cli@|
21 8 Tom Clegg
|Rails SDK                              |/sdk/rails        |Needs repackaging as a gem. Currently bundled with Workbench.|
22 5 Tom Clegg
|Python SDK                             |/sdk/python       |alpha|
23 10 Tom Clegg
|Ruby SDK                               |/sdk/ruby         |alpha. @gem install arvados@|
24 5 Tom Clegg
|Workbench (web based console/dashboard)|/apps/workbench   ||