octoposprime / octo-bot

Discord bot for managing OctoposPrime Community
MIT License
5 stars 0 forks source link

Transform Octo Bot into a single service. #41

Open Sddilora opened 1 month ago

Sddilora commented 1 month ago

Since Octo bot was cloned from a service designed for microservice architecture, it currently incorporates some aspects of microservice architecture. Octo bot is a standalone application and needs to adhere to a DDD hexagonal architecture, while also following a monolithic architecture. Therefore, the parts that are specific to microservice architecture should be removed.