Source Tree Overview » History » Version 5
Tom Clegg, 04/10/2013 10:27 PM
| 1 | 1 | Ward Vandewege | h1. Source Tree Overview |
|---|---|---|---|
| 2 | |||
| 3 | 2 | Ward Vandewege | This is an introduction to the source code of the Arvados services, components, SDKs, and sample applications (clients). |
| 4 | |||
| 5 | h2. Download |
||
| 6 | |||
| 7 | Get the code: instructions live on the [[Download]] page. |
||
| 8 | 1 | Ward Vandewege | |
| 9 | h2. Components |
||
| 10 | |||
| 11 | 5 | Tom Clegg | |*Component* |*Source path* |*Notes*| |
| 12 | |API server |/services/api/ || |
||
| 13 | |Keep Content Addressable Storage server|/services/keep/ |Currently using server from Free Factories project, pending rewrite.| |
||
| 14 | |Single sign-on authentication server |/services/sso/ || |
||
| 15 | |Documentation |/doc/ |Build static html with jekyll: gem install jekyll; cd doc; jekyll; output in _site/| |
||
| 16 | |Command line tools (CLI SDK) |/sdk/cli |beta| |
||
| 17 | |Rails SDK |/sdk/rails |planned| |
||
| 18 | |Python SDK |/sdk/python |alpha| |
||
| 19 | |Ruby SDK |/sdk/ruby |planned| |
||
| 20 | |Workbench (web based console/dashboard)|/apps/workbench || |