Source Tree Overview » History » Revision 8
Revision 7 (Tom Clegg, 04/11/2013 01:28 PM) → Revision 8/18 (Tom Clegg, 04/11/2013 01:31 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]]| |Command line tools (CLI SDK) |/sdk/cli |beta| |Rails SDK |/sdk/rails |Needs repackaging as a gem. Currently bundled with Workbench.| |planned| |Python SDK |/sdk/python |alpha| |Ruby SDK |/sdk/ruby |alpha| |planned| |Workbench (web based console/dashboard)|/apps/workbench ||