Project

General

Profile

Wiki » History » Version 103

Peter Amstutz, 09/26/2019 03:16 PM

1 43 Anonymous
h1. Arvados Contributor Wiki
2 2 Anonymous
3 43 Anonymous
This wiki has information related to the open source project. It's a work in progress, so come back often for updates and feel free to become a contributor.  
4 19 Anonymous
5 85 Peter Amstutz
!>{width: 50%}/images/dax.png!
6 83 Ward Vandewege
7 63 Tim Pierce
{{toc}}
8 82 Ward Vandewege
9
h2. Platform Overview
10
11 63 Tim Pierce
* [[Introduction to Arvados]]
12
* [[Technical Architecture]]
13
* [[Cloud Operating Systems and Virtualization]]
14
* [[Provenance and Reproducibility]]
15
* [[Federation and Data Sharing]]
16
* [[Glossary of Arvados Terms]]
17 93 Anonymous
* [[External Resources]]
18 1 Ward Vandewege
19
h2. Using Arvados
20
21
* [[Curoverse Public Beta Program]] — Curoverse Public Beta Program.
22
* [[Developer Docs|Developing with Arvados]] — Porting pipelines and writing crunch scripts.
23
* "User Guide":http://doc.arvados.org/user/ — How to manage data and do analysis with Arvados.
24
* "API Reference":http://doc.arvados.org/api/ — Details about the Arvados APIs.
25 76 Brett Smith
* "SDK Reference":http://doc.arvados.org/sdk/ — Details about the Arvados SDKs.
26 94 Peter Amstutz
* "Install Guide":http://doc.arvados.org/install/ — Instructions for installing Arvados.
27 63 Tim Pierce
* *[[How to Report Issues in Arvados]]* -- including some notes about safely reporting bugs in a public forum.
28
* "Running Common Workflow Language (CWL) workflows on Arvados":http://doc.arvados.org/user/cwl/cwl-runner.html
29 103 Peter Amstutz
* Using [[Arvados Composer]]
30 63 Tim Pierce
31 100 Ward Vandewege
h2. Community
32
33
* [[Mission and Principles]]
34
* [[Governance]]
35 102 Ward Vandewege
* [[Forum, Chat and Mailing Lists]]
36 100 Ward Vandewege
* [[Design Process]]
37
* [[History]]
38
* [[Arvados Summit - Fall 2013]]
39
40 1 Ward Vandewege
h2. Contributing and hacking
41
42
* [[How to Contribute]]
43 95 Peter Amstutz
* [[Arvbox|Installing a Development Arvados Instance]]
44 63 Tim Pierce
* [[Hacking|Hacking HQ]]: introductory material for new developers, and index of resources for all of us
45
* [[Source Tree Overview]] and implementation status
46
* [[Arvados Licenses FAQ]]
47 91 Peter Amstutz
* [[Documentation|Documentation Project]]
48
* [[Design Principles]]
49 73 Tom Clegg
* [[Proposals]] and work-in-progress design documents
50 90 Peter Amstutz
51 100 Ward Vandewege
h2. Key Components
52 63 Tim Pierce
53 100 Ward Vandewege
* [[Keep]], the content addressable distributed storage service
54
** [[Keep-balance]]
55
** [[Keep Proxy]]
56
* [[Crunch]], container orchestration
57
* [[System and Metadata Database]] 
58
** [[REST API Server]]
59
* [[SDKs]], including the Python library and the CLI "arv" tool
60
* [[Workbench]], the web-based application for doing day-to-day work in Arvados
61
* [[Node Manager]] dynamically starts and stops cloud compute nodes based on demand in the job queue
62
** [[Lifecycle of an Arvados compute node]]
63
* [[Common Workflow Language integration with Arvados]]