Project

General

Profile

Source Tree Overview » History » Revision 2

Revision 1 (Ward Vandewege, 04/10/2013 05:35 PM) → Revision 2/18 (Ward Vandewege, 04/10/2013 05:41 PM)

h1. Source Tree Overview 

 This is an introduction Introduction to the source code of the Arvados services, components, SDKs, and sample applications (clients). 

 h2. Download 

 Get the code: instructions live on the [[Download]] page. 

 h2. Components 

 |*Component*                          |*Name*        |*Habitat*                   |*Notes*| 
 |API server                           |Arvados API server|arvados:/services/api/|| 
 |Content Addressable Storage server |Keep          |arvados:/services/keep/       || 
 |Authentication server                |Arvados SSO server|arvados:/services/sso/|| 
 |Documentation                        |Arvados documentation|arvados:/doc/|Build static html with jekyll: gem install jekyll; cd doc; jekyll; output in _site/| 
 |Command line client                  |wh            |arvados:/sdk/cli              || 
 |Rails SDK                            |Rails SDK     |arvados:/sdk/rails            || 
 |Python SDK                           |Python SDK    |arvados:/sdk/python           || 
 |Ruby SDK                             |Ruby SDK      |arvados:/sdk/ruby             || 
 |Web based console/dashboard          |Arvados Explorer|arvados:/apps/explorer||