/sc-keeper

Primary LanguagePythonMozilla Public License 2.0MPL-2.0

Spare Cores Keeper API

Implements a HTTP API to search the Spare Cores data.

Main dependencies:

  • sparecores-data
  • FastAPI
  • SQLModel

Usage

Run the application in a single process:

git clone git@github.com:SpareCores/sc-keeper.git
cd sc-keeper
pip install -e .
uvicorn sc_keeper.api:app --reload

To use Sentry, set the SENTRY_DSN environment variable.

Useful debug links