Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .gitmodules

This file was deleted.

8 changes: 0 additions & 8 deletions docs/examples/deployment/infrastructure.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,3 @@ Burr is not opinionated about the method of deployment/cloud one uses. Any metho
(AWS, vercel, etc...). Note we aim to have more examples here -- see `this issue <https://github.com/apache/burr/issues/390>`_ to track!

- `Deploying Burr in an AWS lambda function <https://github.com/apache/burr/tree/main/examples/deployment/aws/lambda>`_
- `Deploying Burr using BentoML <https://github.com/apache/burr/tree/main/examples/deployment/aws/bentoml>`_


Using BentoML
-------------
`BentoML <https://github.com/bentoml/BentoML>`_ is a specialized tool to package, deploy, and manage AI services.
For example, it allows you to create a REST API for your Burr application with minimal effort.
See the `Burr + BentoML example <https://github.com/apache/burr/tree/main/examples/deployment/aws/bentoml>`_ for more information.
1 change: 0 additions & 1 deletion docs/examples/deployment/web-server.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ To run Burr in a FastAPI server, see the following examples:
- `Use typed state with Pydantic + FastAPI <https://github.com/apache/burr/tree/main/examples/typed-state>`_
- `Burr + FastAPI + docker <https://github.com/mdrideout/burr-fastapi-docker-compose>`_ by `Matthew Rideout <https://github.com/mdrideout>`_. This contains a sample web server API + UI + tracking server all bundled in one!
- `Docker compose + nginx proxy <https://github.com/apache/burr/tree/main/examples/email-assistant#running-the-ui-with-email-server-backend-in-a-docker-container>`_ by `Aditha Kaushik <https://github.com/97k>`_ for the email assistant example, demonstrates running the docker image with the tracking server.
- `BentoML + Burr <https://github.com/apache/burr/tree/main/examples/deployment/aws/bentoml>`_ for deploying Burr with BentoML as a web-service.

Connecting to a database
------------------------
Expand Down
1 change: 0 additions & 1 deletion examples/deployment/bentoml/BentoBurr
Submodule BentoBurr deleted from 849850
Loading