Suggestions #2
Labels
No Label
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: metin2/server#2
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.
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.