文件索引应用程序使用哪种嵌入式数据库

发布于 2024-09-27 02:17:14 字数 94 浏览 1 评论 0原文

我需要用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

单挑你×的.吻 2024-10-04 02:17:15

你可以使用 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

℉服软 2024-10-04 02:17:15

您还可以检查 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文