Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想将日志条目加入 GeoIP 数据库。这就是我所拥有的。
在我的日志文件中,我将 IP 地址(外键)提取为密钥。并将其余条目作为值。
在 GeoIP 数据库中,我有一系列 IP 映射到特定国家(IPFROM、IPTO、国家)。
现在我不确定如何加入这两个字段以及使用哪个加入。
如果我理解正确,您想获取给定 IP 地址 inlog 文件的国家/地区名称。
您可以通过导出数据库表来创建一些 csv。
然后您可以使用分布式缓存概念来读取该文件