Actions
Source Tree Overview » History » Revision 3
« Previous |
Revision 3/18
(diff)
| Next »
Ward Vandewege, 04/10/2013 05:44 PM
Source Tree Overview¶
This is an introduction to the source code of the Arvados services, components, SDKs, and sample applications (clients).
Download¶
Get the code: instructions live on the Download page.
Components¶
| Component | Name | Source path | Notes |
| API server | API server | /services/api/ | |
| Content Addressable Storage server | Keep | /services/keep/ | |
| Authentication server | SSO server | /services/sso/ | |
| Documentation | Documentation | /doc/ | Build static html with jekyll: gem install jekyll; cd doc; jekyll; output in _site/ |
| Command line client | wh | /sdk/cli | beta |
| Rails SDK | Rails SDK | /sdk/rails | planned |
| Python SDK | Python SDK | /sdk/python | alpha |
| Ruby SDK | Ruby SDK | /sdk/ruby | planned |
| Web based console/dashboard | Explorer | /apps/explorer |
Updated by Ward Vandewege almost 13 years ago · 18 revisions