Project

General

Profile

Actions

Source Tree Overview » History » Revision 5

« Previous | Revision 5/18 (diff) | Next »
Tom Clegg, 04/10/2013 10:27 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 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/ Build static html with jekyll: gem install jekyll; cd doc; jekyll; output in _site/
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 almost 11 years ago · 5 revisions