开发者

Which embedded database to use for file indexing applications

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜