BudConnect is a cloud service designed to complement and manage Bud inference runtimes deployed on customer infrastructure. It provides a central hub for compatibility validation of models and engine versions, acting as a registry and sync point for validated updates.
1.Clone the Repository:
git clone https://github.com/BudEcosystem/bud-serve-budsim
cd bud-serve-budsim2.Set environment variables:
cp .env.sample .env3.Start project:
Use the following command to bring up all the services, including Dapr:
cd bud-serve-budsim
./deploy/start_dev.sh1.Clone the Repository:
git clone https://github.com/BudEcosystem/bud-serve-budsim
cd bud-serve-budsim2.Run Helm chart
helm install bud-serve-budsim ./deploy/helm -n bud-serve-budsim --create-namespaceExecute in docker container
Generate alembic revision
alembic -c ./alembic.ini revision --autogenerate -m "message"Apply migrations
alembic -c ./alembic.ini upgrade head