Burr in a web serverΒΆ
We like fastAPI, but Burr can work with any python-friendly server framework (django, flask, etcβ¦).
To run Burr in a FastAPI server, see the following examples:
Burr + FastAPI + docker by Matthew Rideout. This contains a sample web server API + UI + tracking server all bundled in one!
Docker compose + nginx proxy by Aditha Kaushik for the email assistant example, demonstrates running the docker image with the tracking server.
Connecting to a databaseΒΆ
To connect Burr to a database, you can use one of the provided persisters, or build your own: