i wanted to insert all available ookla servers into my data base for the speed test purpose for my android application. But i am not getting any way to find out how to get this servers list and insert into my database table of mysqldb. How can i get this list and how to bulk insert into my db?
Asked
Active
Viewed 2,963 times
1
-
Get list from https://c.speedtest.net/speedtest-servers-static.php and parse it into your DB using LOAD DATA INFILE. – Akina Oct 27 '20 at 11:01
-
it just gives the list near my location. I need to store all the servers (world wide).This link only works in this geo location. – anu5439 Oct 27 '20 at 14:10