Project

General

Profile

Source Tree Overview » History » Version 3

Ward Vandewege, 04/10/2013 05:44 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 3 Ward Vandewege
|*Component*                        |*Name*      |*Source path*     |*Notes*|
12
|API server                         |API server  |/services/api/    ||
13
|Content Addressable Storage server |Keep        |/services/keep/   ||
14
|Authentication server              |SSO server  |/services/sso/    ||
15
|Documentation                      |Documentation|/doc/            |Build static html with jekyll: gem install jekyll; cd doc; jekyll; output in _site/|
16
|Command line client                |wh          |/sdk/cli          |beta|
17
|Rails SDK                          |Rails SDK   |/sdk/rails        |planned|
18
|Python SDK                         |Python SDK  |/sdk/python       |alpha|
19
|Ruby SDK                           |Ruby SDK    |/sdk/ruby         |planned|
20
|Web based console/dashboard        |Explorer    |/apps/explorer    ||