Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

execDAT - remote code execution for research

## TL;DR

We enable researchers to run their source code on remote execution environments through a single interface.

Normally this would require a researcher to complete the following steps:
- build a container image with their source code
- push the image to a registry
- push the data to somewhere the cluster has access to
- create k8s manifests to deploy everything in a cluster
- publish the results somewhere to access afterwards

With our application, these steps are simplified to writing a single standardized development environment configuration file and applying it using our provided CLI tool.

## Architecture
![Architecture](docs/images/architecture_overview.png)

## Getting Started

### Prerequisites
Expand Down
120 changes: 0 additions & 120 deletions lecture9/README.md

This file was deleted.