开发者

Which embedded database to use for file indexing applications

开发者 https://www.devze.com 2023-01-19 04:56 出处:网络
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.

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,

Rajes开发者_C百科h


you could use sqlite :

  • http://www.sqlite.org/
  • https://github.com/ghaering/pysqlite

Another one that you could explore is

  • http://www.equi4.com/metakit/

For file indexing there are tools like pylucene, xapian.

  • Python file indexing and searching

Other relevant link on SO

  • File indexing (using Binary trees?) in Python


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

0

精彩评论

暂无评论...
验证码 换一张
取 消