Enhancement: Split app #85
Labels
byte 🤖
Related to the Byte bot service
database 📦
Related to the Byte database service
enhancement ➕
This is a brand new feature or request
web 🌐
Related to the Byte web service
Summary
Currently we deploy the app as a single unit. It's fine as it but it has grown to become cumbersome in deployments (specifically due to Railway constraints... if we just hosted on a VM it'd be fine I guess)
Basic Example
byte
(Discord bot) into its own serviceserver
(API) into its own serviceDrawbacks and Impact
This will allow us to eventually do least-diff deploys whereby we only deploy service X if X is changed, and not if Y is changed, etc.
Unresolved questions
We will need to figure out the current web of calls in between the two services. Currently they can call around each other, import similar utils, etc.
This may be a good chance to use
uv
workspaces?Note
We utilize Polar.sh to engage in regular as well as pledge-based > sponsorship.
Check out all issues funded or available for funding on our Polar.sh dashboard
The text was updated successfully, but these errors were encountered: