Project

General

Profile

Source Tree Overview » History » Revision 7

Revision 6 (Tom Clegg, 04/11/2013 12:57 PM) → Revision 7/18 (Tom Clegg, 04/11/2013 01:28 PM)

h1. Source Tree Overview 

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

 h2. Repository 

 The source repository is available from github. 

  git clone git://github.com/clinicalfuture/arvados.git 

 h2. Components 

 |*Component*                              |*Source path*       |*Notes*| 
 |API server                               |/services/api/      || 
 |Keep Content Addressable Storage server|/services/keep/     |Currently using server from Free Factories project, pending rewrite.| 
 |Single sign-on authentication server     |/services/sso/      || 
 |Documentation                            |/doc/              |See [[Documentation]]| |Build static html with jekyll: gem install jekyll; cd doc; jekyll; output in _site/| 
 |Command line tools (CLI SDK)             |/sdk/cli            |beta| 
 |Rails SDK                                |/sdk/rails          |planned| 
 |Python SDK                               |/sdk/python         |alpha| 
 |Ruby SDK                                 |/sdk/ruby           |planned| 
 |Workbench (web based console/dashboard)|/apps/workbench     ||