[ARVADOS] updated: 1.3.0-2176-g166f27869
Git user
git at public.arvados.org
Fri Feb 14 18:49:03 UTC 2020
Summary of changes:
CODE_OF_CONDUCT.md | 96 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
CONTRIBUTING.md | 75 ++++++++++++++++++++++++++++++++++++++++++
COPYING | 4 +++
README.md | 91 ++++++++++++++++++++++++++++++---------------------
4 files changed, 229 insertions(+), 37 deletions(-)
create mode 100644 CODE_OF_CONDUCT.md
create mode 100644 CONTRIBUTING.md
via 166f27869b2f530aa3dd05b02cdc46f787dd8216 (commit)
via b8c59c037a0f4cf1f98ebd2c1711d8fe4d110897 (commit)
via 3d4de36a24221e499ed944f5472925581d4e276a (commit)
via 372378584b1d5ab45cde8e3914087d00327777fe (commit)
via d94b38ff393a39485f88a156b90697ac357583d3 (commit)
via 69b680ddce0a84d7fccc5acbf6cfd01f1401317a (commit)
via f0018dabe36d841c64efb9bdf79ce72ec6977350 (commit)
via aed18d3ea1c14c6b8eac261b08c7a4499eabfc87 (commit)
via 79d8c1932e7cbb42ef4863ebd11490bb7fd79c0e (commit)
via 03a9e4186c0d3b9267b1a83bb65699a6730f653f (commit)
from f665c9b9428b4e756c2b0667b59b1410a533da77 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 166f27869b2f530aa3dd05b02cdc46f787dd8216
Merge: f665c9b94 b8c59c037
Author: Peter Amstutz <peter.amstutz at curii.com>
Date: Fri Feb 14 13:48:41 2020 -0500
Merge branch '16080-github' refs #16080
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz at curii.com>
commit b8c59c037a0f4cf1f98ebd2c1711d8fe4d110897
Author: Peter Amstutz <peter.amstutz at curii.com>
Date: Fri Feb 14 10:36:44 2020 -0500
16080: Try more compact formatting
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz at curii.com>
diff --git a/README.md b/README.md
index 2f6af250e..fced2eb5b 100644
--- a/README.md
+++ b/README.md
@@ -15,9 +15,7 @@ resources.
The key components of Arvados are:
-## Keep
-
-Keep is the Arvados storage system for managing and storing large
+* *Keep*: Keep is the Arvados storage system for managing and storing large
collections of files. Keep combines content addressing and a
distributed storage architecture resulting in both high reliability
and high throughput. Every file stored in Keep can be accurately
@@ -26,29 +24,21 @@ collections as a flexible way to define data sets without having to
re-organize or needlessly copy data. Keep works on a wide range of
underlying filesystems and object stores.
-## Crunch
-
-Crunch is the orchestration system for running [Common Workflow Language](https://www.commonwl.org) workflows. It is
+* *Crunch*: Crunch is the orchestration system for running [Common Workflow Language](https://www.commonwl.org) workflows. It is
designed to maintain data provenance and workflow
reproducibility. Crunch automatically tracks data inputs and outputs
through Keep and executes workflow processes in Docker containers. In
a cloud environment, Crunch optimizes costs by scaling compute on demand.
-## Workbench
-
-The Workbench web application allows users to interactively access
+* *Workbench*: The Workbench web application allows users to interactively access
Arvados functionality. It is especially helpful for querying and
browsing data, visualizing provenance, and tracking the progress of
workflows.
-## Command Line
-
-The command line interface (CLI) provides convenient access to Arvados
+* *Command Line tools*: The command line interface (CLI) provides convenient access to Arvados
functionality in the Arvados platform from the command line.
-## API and SDKs
-
-Arvados is designed to be integrated with existing infrastructure. All
+* *API and SDKs*: Arvados is designed to be integrated with existing infrastructure. All
the services in Arvados are accessed through a RESTful API. SDKs are
available for Python, Go, R, Perl, Ruby, and Java.
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list