BlueMap

BlueMap

85.1k Downloads

Add MongoDB or SQL database Support

mrsolarius opened this issue ยท 4 comments

commented

As a server owner, I make a lot of backups of my map and my server. But with the blue map, I can't. The number of files generated by the blue map takes too much time to be backup in one night.

So to solve these two problems, I propose to make the blue map data savable inside a database. SQL database or MongoDB database. I think mongo DB is more adapted to save the blue map data schemas because there is no join at all and actually it's save in JSON like in MongoDB.
I know that you want the blue map the lightest as possible so I think the best way to achieve that is to create a NodeJS app for the website. This app could be easily run from java using the os command without any prerequisite or system configuration instead of NodeJS.

Thanks a lot for all of your work to develop this awesome map.
Hop this feature could interest you.

commented

Possible duplicate of #80.

commented

Yes for the SQL server but for MongoDB it's not ^^'
So I edit my issue for MongoDB only?

commented

I added a note for MongoDB on the other Ticket and will close this in favour of the other one :)

commented

Thanks :) !