Skip to content

Version 1.4.0: Database Restructuring

Closed Jun 19, 2023 40% complete

In this milestone, I want to focus on restructuring the database, specifically the guild schema.

While our guild schema works right now, it's gathering technical debt; while it's easy to build on top of what we have, it's also become more unmaintainable. The goal here is to break the monolithic schema into multiple smaller schemas that are easy to query.

W…

In this milestone, I want to focus on restructuring the database, specifically the guild schema.

While our guild schema works right now, it's gathering technical debt; while it's easy to build on top of what we have, it's also become more unmaintainable. The goal here is to break the monolithic schema into multiple smaller schemas that are easy to query.

We will be using MongoDB as usual. We might opt to integrate MySQL or PostgreSQL for some minor things.

Loading