MalwareWorld icon indicating copy to clipboard operation
MalwareWorld copied to clipboard

Suggestion: ready sql database file and async API

Open ghost opened this issue 3 years ago • 3 comments

As in title.

Database is kind of huge, so it'll be nice to have it in sql database (instead in RAM) and use same API but with async functions. It could be, like you pass info of your database where u've uploaded sql file - as options to constructor. Then you can use all the same functions with async suffix.

ghost avatar Oct 17 '20 13:10 ghost

Hi @Kamil93,

Sorry, I don't understand what you are suggesting, Could you explain it better?

carlospolop avatar Oct 17 '20 13:10 carlospolop

All the informations about IPs are huge and this library keeps these informations in RAM memory. It would be very usefull to keep it in database like mysql. Also keeping same API but with async functionality.

ghost avatar Oct 17 '20 13:10 ghost

Oh yeah, I completely agree. Unfortunately I won't have for this in the near future. Please, feel free to implement this change and submit a push request if you want and I will accept it.

carlospolop avatar Oct 17 '20 16:10 carlospolop