Skip to content

Server Demo

Application Scenario: Web API (powered by FastAPI)

Telemetry Form: Verbose Textual Logs

🚧 Work in progress. Please come back later. 🚧

Our basic server demo is a simple web server that serves... It is written in FastAPI.

Install the dependencies by navigating into the examples/server_demo directory and running:

pip install -r requirements.txt

Then, run the server with:

uvicorn main:app --reload