Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Move API from Go to Python Flask for easier development
  • Implement new API endpoints needed by Clowder (not sure if some of these exist)
    • get /containers/:id - return list of containers the user has running on WB
    • ...
    • EST: 2 days (see above)
  • Implement sidecar shovel container
    • Mounts the same data volumes as the container(s?) it is associated with
    • Has a heartbeat service to ping RabbitMQ queue (or potentially Clowder)
      • if send dataset action, either download from Clowder and copy into mounted volume, or copy/symlink from locally mounted disk to analysis folder
      • can start/stop containers
      • ...
    • EST: 1-2 weeks


API Endpoints

Workbench (Go)

endpointdescription

authenticate

check_token

refresh_token

get token with 200
services

get array of service definitions

add a service

accounts

get list of accounts

add an account

stacks

get list of stacks

add a stack

logs/stackidget log for stack

start/stackid

stop/stackid

start and stop existing stack
configsservice configuration options


Clowder

endpointdescription
api/workbench/transferqueue an action for a remote container (transfer data)

api/workbench/start

api/workbench/stop