Skip to content

Releases: HumanBrainProject/ebrains-neuromorphic-job-queue-api

2023A

16 Nov 14:17
Compare
Choose a tag to compare

The API has been updated to version 3, and entirely rewritten using FastAPI.

The aims of the reimplementation were to:

  1. support quota management for interactive sessions
  2. make the API more understandable by merging the separate job queue and quotas APIs into a single one
  3. provide API documentation using OpenAPI/Swagger
  4. make the code base more maintainable