Project

General

Profile

Source Tree Overview » History » Version 1

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

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