Project

General

Profile

2022-03-02 sprint » History » Version 1

Anonymous, 05/04/2022 09:43 PM

1 1
h1. 2022-03-02 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
* "User Guide":http://doc.arvados.org/user/ — How to manage data and do analysis with Arvados.
24
* "Running Common Workflow Language (CWL) workflows on Arvados":http://doc.arvados.org/user/cwl/cwl-runner.html
25
* "Install Guide":http://doc.arvados.org/install/ — Instructions for installing Arvados.
26
* "SDK Reference":http://doc.arvados.org/sdk/ — Details about the Arvados SDKs.
27
* "API Reference":http://doc.arvados.org/api/ — Details about the Arvados APIs.
28
* *[[How to Report Issues in Arvados]]* -- including some notes about safely reporting bugs in a public forum.
29
* Using [[Arvados Composer]]
30
31
h2. Community
32
33
* [[Forum, Chat and Mailing Lists]]
34
* [[Mission and Principles]]
35
* [[Governance]]
36
* [[Code of Conduct]]
37
* [[Design Process]]
38
* [[History]]
39
* [[Arvados Summit - Fall 2013]]
40
* [[Arvados_Summit_Fall_2022]]
41
42
h2. Contributing and hacking
43
44
* [[How to Contribute]]
45
* [[Hacking|Hacking HQ]]: introductory material for new developers, and index of resources for all of us
46
* [[Development process]]
47
* [[Release Checklist]]
48
* [[Arvados Licenses FAQ]]
49
* [[Documentation|Documentation Project]]
50
* [[Proposals]] and work-in-progress design documents
51
52
h2. Key Components
53
54
* [[Keep]], the content addressable distributed storage service
55
** [[Keep-balance]]
56
** [[Keep Proxy]]
57
* [[Crunch]], container orchestration
58
* [[System and Metadata Database]] 
59
** [[REST API Server]]
60
* [[SDKs]], including the Python library and the CLI "arv" tool
61
* [[Workbench]], the web-based application for doing day-to-day work in Arvados
62
* [[Node Manager]] dynamically starts and stops cloud compute nodes based on demand in the job queue
63
** [[Lifecycle of an Arvados compute node]]
64
* [[Common Workflow Language integration with Arvados]]
65
* [[CWL Conformance]]