Skip to main content Link Menu Expand (external link) Document Search Copy Copied

BQAT Stateless


Table of contents

Setup

This project is run as a server which provides BQAT functionalities as RESTful API. To start, simply pull the Docker image and start it with the Docker compose file provided. Instead of storing the results in a database, this stateless server will not store any information locally and the output will be returned directly.

Download the Docker Compose file

Download

Usage

  • Download the docker compose file into your working directory.
  • Start the BQAT Stateless API service:
# Start container stack
docker compose up -d

# Stop the service
docker compose down

The image is suitable for k8s deployment as well.

API

The documentation of the API endpoints lives in:

  • localhost:8848/docs

Further Details