Actions
Source Tree Overview » History » Revision 1
Revision 1/18
| Next »
Ward Vandewege, 04/10/2013 05:35 PM
Source Tree Overview¶
Introduction to the source code of the Arvados services, components, SDKs, and sample applications (clients).
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 |
Updated by Ward Vandewege almost 13 years ago · 18 revisions