thanks a lot for the reply… I referred to the thread link you pasted and also your response here…
truely, I am still a bit confused … would really appreciate if you can take an example…
like I was looking at the sample maxmind data i got from maxmind site - geolite city csv shows data like below
2001:200::,2001:200:ffff:ffff:ffff:ffff:ffff:ffff,42540528726795050063891204319802818560,42540528806023212578155541913346768895,JP,,,36,138,,0,0
2001:208::,2001:208:ffff:ffff:ffff:ffff:ffff:ffff,42540529360620350178005905068154421248,42540529439848512692270242661698371583,SG,,,1.3667,103.8,,0,0
2001:218::,2001:218:ffff:ffff:ffff:ffff:ffff:ffff,42540530628270950406235306564857626624,42540530707499112920499644158401576959,JP,,,36,138,,0,0
2001:220::,2001:220:ffff:ffff:ffff:ffff:ffff:ffff,42540531262096250520350007313209229312,42540531341324413034614344906753179647,KR,,,37,127.5,,0,0
I assume first two columns are regex for ip addresses (not sure abt v4/v6) and next two are the corresponding integer values. how do i store these?
assuming i get a request from ip address a.b.c.d how do i query aerospike for location (country state and city)
Can you please illustrate taking an example of key and how can we query it? (apologies for the confusion)
thanks once again.
Regards.