Horizontally scalable backend #22

Open
opened 2026-04-21 21:05:22 +02:00 by Jef Roosens · 0 comments
Owner

I want Otter to be horizontally scalable by design. In its current state, it's a fairly simple program, mostly providing an API wrapper around a database. This makes it a good time to restructure the application to make it scalable.

The most important step for this will be to ensure any operations that are performed in the database are atomic and concurrency-safe. All information should be stored in the database.

I want Otter to be horizontally scalable by design. In its current state, it's a fairly simple program, mostly providing an API wrapper around a database. This makes it a good time to restructure the application to make it scalable. The most important step for this will be to ensure any operations that are performed in the database are atomic and concurrency-safe. All information should be stored in the database.
Jef Roosens added the
feature
label 2026-04-21 21:05:22 +02:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: Chewing_Bever/otter#22
No description provided.