Project

General

Profile

2021-01-06 Sprint » History » Version 1

Anonymous, 11/30/2020 08:49 AM

1 1
h1. 2021-01-06 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
41
h2. Contributing and hacking
42
43
* [[How to Contribute]]
44
* [[Hacking|Hacking HQ]]: introductory material for new developers, and index of resources for all of us
45
* [[Development process]]
46
* [[Release Checklist]]
47
* [[Arvados Licenses FAQ]]
48
* [[Documentation|Documentation Project]]
49
* [[Proposals]] and work-in-progress design documents
50
51
h2. Key Components
52
53
* [[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]]