Project

General

Profile

Source Tree Overview » History » Version 2

Ward Vandewege, 04/10/2013 05:41 PM

1 1 Ward Vandewege
h1. Source Tree Overview
2
3 2 Ward Vandewege
This is an introduction to the source code of the Arvados services, components, SDKs, and sample applications (clients).
4
5
h2. Download
6
7
Get the code: instructions live on the [[Download]] page.
8 1 Ward Vandewege
9
h2. Components
10
11
|*Component*                        |*Name*      |*Habitat*                 |*Notes*|
12
|API server                         |Arvados API server|arvados:/services/api/||
13
|Content Addressable Storage server |Keep        |arvados:/services/keep/     ||
14
|Authentication server              |Arvados SSO server|arvados:/services/sso/||
15
|Documentation                      |Arvados documentation|arvados:/doc/|Build static html with jekyll: gem install jekyll; cd doc; jekyll; output in _site/|
16
|Command line client                |wh          |arvados:/sdk/cli            ||
17
|Rails SDK                          |Rails SDK   |arvados:/sdk/rails          ||
18
|Python SDK                         |Python SDK  |arvados:/sdk/python         ||
19
|Ruby SDK                           |Ruby SDK    |arvados:/sdk/ruby           ||
20
|Web based console/dashboard        |Arvados Explorer|arvados:/apps/explorer||