Actions
Source Tree Overview » History » Revision 17
« Previous |
Revision 17/18
(diff)
| Next »
Tom Clegg, 08/16/2014 12:55 AM
Source Tree Overview and Implementation Status¶
This page indicates current implementation status for Arvados components, and where each component's source code can be found.
Repository¶
The source repository is available from github.
git clone git://github.com/curoverse/arvados.git
Components¶
Component | Path in source tree | Status / notes |
API server and metadata database | /services/api/ | Hacking API server |
Pipeline Manager | /sdk/cli/bin/arv-run-* | |
MapReduce Engine (Crunch) | /services/crunch/ | Also see /services/api/script/crunch-dispatch.rb |
Keep Content Addressable Storage server | /services/keepstore /services/keepproxy |
Hacking Keep |
Single sign-on authentication server | (external) | https://github.com/curoverse/sso-devise-omniauth-provider.git |
Documentation | /doc/ | See Documentation and http://doc.arvados.org |
Docker containers for Arvados | /docker/ | Permits running Arvados in Docker containers on a local Linux system. |
Command line tools (CLI SDK) | /sdk/cli | alpha. gem install arvados-cli |
Language SDKs (Ruby, Python, Perl, Java, Go) | /sdk | http://doc.arvados.org/sdk |
Workbench (web based console/dashboard) | /apps/workbench |
Updated by Tom Clegg over 10 years ago · 17 revisions