Maximilian Paß 13eaa61f3b Fix three bugs in java11Exec
detected by the e2e tests.

- Fix that one corrupt file breaks the whole execution.

- Fix that files with absolute path are saved in the workdir.

- Fix that AWS stderr is merged into stdout.
2022-02-28 14:54:40 +01:00
2022-01-05 18:32:56 +01:00
2021-07-30 12:22:10 +00:00
2022-02-28 14:54:40 +01:00
2022-02-28 14:54:40 +01:00
2021-07-29 13:42:39 +00:00
2022-02-28 14:54:40 +01:00
2021-12-16 15:05:47 +01:00
2021-10-21 10:12:31 +02:00
2021-10-12 11:06:59 +02:00
2021-07-13 08:59:25 +02:00
2021-07-29 13:42:39 +00:00
2021-07-30 09:16:30 +02:00

Poseidon

CI

Poseidon logo

Poseidon provides containerized execution of arbitrary user code inside a Docker container for learning purposes. It has two main purposes:

  1. Securing the executions so that they are isolated from each other and from the host system.
  2. Being scalable enough to provide hundreds of executions per minute.

Poseidon also offers a live I/O connection to the running program via WebSocket.

Poseidon as mediator between CodeOcean and Nomad.

Poseidon is designed to be used with CodeOcean, a code-execution provider and auto-grader used in MOOC platforms.

Poseidon requires a Nomad cluster for scheduling its executions, which needs to be set up separately.

Documentation

For the OpenAPI 3.0 definition of the API Poseidon provides, see the swagger.yaml.

For the rest of the documentation see the docs folder. It describes...

Description
No description provided
Readme MIT 2.6 MiB
Languages
Go 96.3%
Makefile 2.8%
HCL 0.7%
Dockerfile 0.2%