perkeep/indexing/basic
Brad Fitzpatrick ba48b63543 Enumerate spec was inconsistent; fix it. 2011-02-03 17:06:01 -08: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 Enumerate spec was inconsistent; fix it. 2011-02-03 17:06:01 -08: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.