GeoNames Home | Postal Codes | Download / Webservice | About 

GeoNames Forum
  [Search] Search   [Recent Topics] Recent Topics   [Groups] Back to home page 
[Register] Register / 
[Login] Login 
approach for fetching the data from data dump ?  XML
Forum Index -> General
Author Message
Sam



Joined: 05/03/2008 06:58:28
Messages: 28
Offline

Can anyone help me in finding approach for parsing data from data dump <allCountries>.txt and putting record into database.

How efficient is it to use java coding for the same solution?
how will the performance will affect when i use java?

Or is it good to use any other approaches.
I am looking for ongoing update on allcountries.txt

Sam
marc



Joined: 08/12/2005 07:39:47
Messages: 4486
Offline

Sam

Parsing is not an issue. The question is what you want to do with the data you have parsed. The processing after the parsing is usually more critical. And for most applications you don't have to parse it at all and simply load the data into a database. See the faq section of the forum for details.

Marc

[WWW]
 
Forum Index -> General
Go to:   
Powered by JForum 2.1.5 © JForum Team