perkeep/indexing/basic
Brad Fitzpatrick 5b68e7f929 don't crash indexing empty blobservers 2010-11-04 21:41:14 -07:00
..
.gitignore basic shell of an sqlite-based demo indexer 2010-08-02 21:10:52 -07:00
README basic shell of an sqlite-based demo indexer 2010-08-02 21:10:52 -07:00
index.pl don't crash indexing empty blobservers 2010-11-04 21:41:14 -07:00

README

This is a basic indexing system for prototyping and demonstration
purposes only.

It's not production quality by any stretch of the imagination: it uses
sqlite, is single-threaded, single-process, etc.