Question

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

Was it helpful?

Solution

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

OTHER TIPS

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top