文件索引应用程序使用哪种嵌入式数据库
我需要用 python 开发一个文件索引应用程序,并想知道哪个嵌入式数据库最适合用于索引。
任何有关此主题的帮助都将受到赞赏。 谢谢,
拉杰什
I need to develop a file indexing application in python and wanted to know which embedded database is the best one to use for indexing.
Any help on this topic is appreciated.
Thanks,
Rajesh
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
你可以使用 sqlite :
您可以探索的另一个是
对于文件索引,有 pylucene、xapian 等工具。
SO 上的其他相关链接
you could use sqlite :
Another one that you could explore is
For file indexing there are tools like pylucene, xapian.
Other relevant link on SO
您还可以检查 Firebird 是否有良好的驱动程序 Python
您还可以使用 sphinx 添加
或者你也可以使用 lucene 和 firebird 像 infovark
You can also check Firebird who have for good drivers for Python
You can also use the sphinx add in
Or you can also use lucene and firebird like infovark