S
S

strigi

a small daemon that can index information using the new crawler.

  • very fast crawling
  • very small memory footprint
  • no hammering of the system
  • pluggable backend, currently clucene and hyperestraier, sqlite3 and xapian are in the works
  • communication between daemon and searc.
strigi screenshot 1

Cost / License

  • Free
  • Open Source

Platforms

  • Linux  optional QT4 GUI
1like
0articles

Features

No features, maybe you want to suggest one?

strigi News & Activities

Highlights All activities

Recent activities

No activities found.

strigi information

AlternativeTo Category

Online Services

Popular alternatives

View all
strigi was added to AlternativeTo by tunwinnaing on and this page was last updated .
No comments or reviews, maybe you want to be first?

What is strigi?

a small daemon that can index information using the new crawler.

  • very fast crawling
  • very small memory footprint
  • no hammering of the system
  • pluggable backend, currently clucene and hyperestraier, sqlite3 and xapian are in the works
  • communication between daemon and search program over an abstract interface, this is currently a simple socket but implementation of dbus is a possibility. There's a small perl program in the code as an example of how to query. This is so easy that any KDE app could implement this.
  • simple interface for implementing plugins for extracting information. we'll try to reuse the kat plugins, although native plugins will have a large speed advantage
  • calculation of sha1 for every file crawled (allows fast finding of duplicates)