Project

General

Profile

2019-12-04 Sprint » History » Version 1

Anonymous, 11/20/2019 05:23 AM

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