From: Peter Amstutz Date: Thu, 13 Feb 2020 22:44:11 +0000 (-0500) Subject: 16080: Tweak readme some more X-Git-Tag: 2.1.0~299^2~4 X-Git-Url: https://git.arvados.org/arvados.git/commitdiff_plain/69b680ddce0a84d7fccc5acbf6cfd01f1401317a 16080: Tweak readme some more Arvados-DCO-1.1-Signed-off-by: Peter Amstutz --- diff --git a/README.md b/README.md index cb87862fb9..782d6eba11 100644 --- a/README.md +++ b/README.md @@ -12,12 +12,15 @@ sets. Arvados supports a variety of cloud, cluster and HPC environments. Arvados consists of: -* *Keep*: a petabyte-scale content-addressed distributed storage system for managing and - storing collections of files, accessible via a variety of methods including - Arvados APIs, WebDAV, and FUSE file system mount. - -* *Crunch*: a Docker-based cloud and HPC workflow engine designed providing - strong versioning, reproducibilty, and provenance of large-scale computations. +* *Keep*: A petabyte-scale content-addressed distributed storage + system for storing, managing and versioning collections of files. + Like git for big data. Interoperable data access by a variety of + methods including WebDAV, FUSE file system mount, and Arvados APIs. + +* *Crunch*: A container-based cloud and HPC workflow engine providing + strong versioning, reproducibilty, and provenance of large-scale + computations. Supports [Common Workflow + Language](https://commonwl.org) for describing workflows. * Related services and components including a web workbench for managing files and compute jobs, REST APIs, SDKs, and other tools.