arvados.git

module
v0.0.0-...-52d6522 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 17, 2024 License: AGPL-3.0, Apache-2.0, CC-BY-SA-3.0

README

| Installing Arvados | Installing Client SDKs | Report a bug | Development and Contributing

Arvados is an open source platform for managing, processing, and sharing genomic and other large scientific and biomedical data. With Arvados, bioinformaticians run and scale compute-intensive workflows, developers create biomedical applications, and IT administrators manage large compute and storage resources.

The key components of Arvados are:

  • 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 verified every time it is retrieved. Keep supports the creation of 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 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 Arvados functionality. It is especially helpful for querying and browsing data, visualizing provenance, and tracking the progress of workflows.

  • 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 the services in Arvados are accessed through a RESTful API. SDKs are available for Python, Go, R, Perl, Ruby, and Java.

Quick start

To try out Arvados on your local workstation, you can use Arvbox, which provides Arvados components pre-installed in a Docker container (requires Docker 1.9+). After cloning the Arvados git repository:

$ cd arvados/tools/arvbox/bin
$ ./arvbox start localdemo

In this mode you will only be able to connect to Arvbox from the same host. To configure Arvbox to be accessible over a network and for other options see http://doc.arvados.org/install/arvbox.html for details.

Documentation

Complete documentation, including the User Guide, Installation documentation, Administrator documentation and API documentation is available at http://doc.arvados.org/

If you wish to build the Arvados documentation from a local git clone, see doc/README.textile for instructions.

Community

The Arvados community channel channel at gitter.im is available for live discussion and support.

The Arvados developement channel channel at gitter.im is used to coordinate development.

The Arvados user mailing list is used to announce new versions and other news.

All participants are expected to abide by the Arvados Code of Conduct.

Reporting bugs

Report a bug on dev.arvados.org.

Development and Contributing

See CONTRIBUTING for information about Arvados development and how to contribute to the Arvados project.

The development road map outlines some of the project priorities over the next twelve months.

Licensing

Arvados is Free Software. See COPYING for information about the open source licenses used in Arvados.

Directories

Path Synopsis
cmd
lib
cli
cmd
Package cmd helps define reusable functions that can be exposed as [subcommands of] command line programs.
Package cmd helps define reusable functions that can be exposed as [subcommands of] command line programs.
cmdtest
Package cmdtest provides tools for testing command line tools.
Package cmdtest provides tools for testing command line tools.
controller/api
Package api provides types used by controller/server-component packages.
Package api provides types used by controller/server-component packages.
controller/railsproxy
Package railsproxy implements Arvados APIs by proxying to the RailsAPI server on the local machine.
Package railsproxy implements Arvados APIs by proxying to the RailsAPI server on the local machine.
crunchstat
Package crunchstat reports resource usage (CPU, memory, disk, network) for a cgroup.
Package crunchstat reports resource usage (CPU, memory, disk, network) for a cgroup.
dispatchcloud/scheduler
Package scheduler uses a resizable worker pool to execute containers in priority order.
Package scheduler uses a resizable worker pool to execute containers in priority order.
dispatchcloud/sshexecutor
Package sshexecutor provides an implementation of pool.Executor using a long-lived multiplexed SSH session.
Package sshexecutor provides an implementation of pool.Executor using a long-lived multiplexed SSH session.
dispatchcloud/test
Package test provides fakes and other tools for testing cloud drivers and other dispatcher modules.
Package test provides fakes and other tools for testing cloud drivers and other dispatcher modules.
lsf
pam
service
Package service provides a cmd.Handler that brings up a system service.
Package service provides a cmd.Handler that brings up a system service.
webdavfs
Package webdavfs adds special behaviors to an arvados.FileSystem so it's suitable to use with a webdav server.
Package webdavfs adds special behaviors to an arvados.FileSystem so it's suitable to use with a webdav server.
sdk
go/arvados
Package arvados is a client library for Arvados.
Package arvados is a client library for Arvados.
go/blockdigest
Package blockdigest stores a Block Locator Digest compactly.
Package blockdigest stores a Block Locator Digest compactly.
go/dispatch
Package dispatch is a helper library for building Arvados container dispatchers.
Package dispatch is a helper library for building Arvados container dispatchers.
go/keepclient
Package keepclient provides low-level Get/Put primitives for accessing Arvados Keep blocks.
Package keepclient provides low-level Get/Put primitives for accessing Arvados Keep blocks.
services
crunch-dispatch-slurm
Dispatcher service for Crunch that submits containers to the slurm queue.
Dispatcher service for Crunch that submits containers to the slurm queue.
keep-web
Keep-web provides read/write HTTP (WebDAV) access to files stored in Keep.
Keep-web provides read/write HTTP (WebDAV) access to files stored in Keep.
keepstore
Package keepstore implements the keepstore service component and back-end storage drivers.
Package keepstore implements the keepstore service component and back-end storage drivers.
ws
Package ws exposes Arvados APIs (currently just one, the cache-invalidation event feed at "ws://.../websocket") to websocket clients.
Package ws exposes Arvados APIs (currently just one, the cache-invalidation event feed at "ws://.../websocket") to websocket clients.
tools
keep-exercise
Testing tool for Keep services.
Testing tool for Keep services.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL