Actions
Source Tree Overview » History » Revision 7
« Previous |
Revision 7/18
(diff)
| Next »
Tom Clegg, 04/11/2013 01:28 PM
Source Tree Overview¶
This is an introduction to the source code of the Arvados services, components, SDKs, and sample applications (clients).
Repository¶
The source repository is available from github.
git clone git://github.com/clinicalfuture/arvados.git
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 | planned |
Python SDK | /sdk/python | alpha |
Ruby SDK | /sdk/ruby | planned |
Workbench (web based console/dashboard) | /apps/workbench |
Updated by Tom Clegg over 11 years ago · 7 revisions