Project

General

Profile

2019-02-13 Sprint » History » Version 1

Anonymous, 01/29/2019 05:01 PM

1 1
h1. 2019-02-13 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
32
h2. Community
33
34
* [[Mission and Principles]]
35
* [[Governance]]
36
* [[Forum, Chat and Mailing Lists]]
37
* [[Design Process]]
38
* [[History]]
39
* [[Arvados Summit - Fall 2013]]
40
41
h2. Contributing and hacking
42
43
* [[How to Contribute]]
44
* [[Arvbox|Installing a Development Arvados Instance]]
45
* [[Hacking|Hacking HQ]]: introductory material for new developers, and index of resources for all of us
46
* [[Source Tree Overview]] and implementation status
47
* [[Arvados Licenses FAQ]]
48
* [[Documentation|Documentation Project]]
49
* [[Design Principles]]
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]]