Suggestions #2

Open
opened 2023-12-16 03:33:37 +02:00 by NycuRO · 1 comment
Contributor

Hello,

I'm kindly surprised that I randomly searched for "metin2 on macos" and I've found the post on metin2dev.

As a Java/Kotlin (backend let's say) Developer, can I suggest a better aproach for this ? Why is still used mysql and don't migrate to something more futuristic? Let's say postgresql or mongodb? Of course, depends on the case we want to use , but i think would be better to see if we could use in future a cloud-driven database and Kubernetes approach ?
Such things would be: maybe systems like ELK stack for alerts and monitorization of the app.

You suggested also .env , you could also find more modern approaches for secrets like vault.

Hello, I'm kindly surprised that I randomly searched for "metin2 on macos" and I've found the post on metin2dev. As a Java/Kotlin (backend let's say) Developer, can I suggest a better aproach for this ? Why is still used mysql and don't migrate to something more futuristic? Let's say postgresql or mongodb? Of course, depends on the case we want to use , but i think would be better to see if we could use in future a cloud-driven database and Kubernetes approach ? Such things would be: maybe systems like ELK stack for alerts and monitorization of the app. You suggested also .env , you could also find more modern approaches for secrets like vault.
Contributor

Hey @NycuRO.
Could you explain why you think that mongodb or any nosql database might be a good fit for this project?

I just don't see a reason to do such a change. We know what kind of data we want to store, and the performance of RDBMS is generally better, while the structure is clearly defined and easy to understand.

Not to mention that mongodb isn't open source anymore, so I think that disquafies it for use in this project anyways. Same applies to Vault.

Hey @NycuRO. Could you explain why you think that mongodb or any nosql database might be a good fit for this project? I just don't see a reason to do such a change. We know what kind of data we want to store, and the performance of RDBMS is generally better, while the structure is clearly defined and easy to understand. Not to mention that mongodb isn't open source anymore, so I think that disquafies it for use in this project anyways. Same applies to Vault.
Sign in to join this conversation.
No Milestone
No project
No Assignees
2 Participants
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: metin2/server#2
No description provided.