Rails - 我必须在 Rails 项目中存储数据文件 (.dat) 的位置 - GeoIp City 数据库
我只是有一个关于组织的简单问题。 我使用 MaxMind GeoIP 解决方案并下载以下文件:GeoLiteCity.dat 现在,我将其存储在 db/ 中,但我想知道我必须在哪里存储这种数据库?
多谢!
I just have a simple question about organisation.
I use MaxMind GeoIP solution and download the following file: GeoLiteCity.dat
For now, I store it in db/ but I would like to know where I have to store this kind of db?
Thanks a lot!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
通常它们只是文本文件,因此只要您的脚本可以访问它,您就可以将 I 存储在您想要的任何位置。
Normally they are just text files, so you can store I where ever you want as long as your script can access it.