perkeep/indexing/basic
Brad Fitzpatrick 6458751064 Update to Go release.2010-10-27 2010-11-01 16:35:22 -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 Update to Go release.2010-10-27 2010-11-01 16:35:22 -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.