Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chadwhitacre/dewey
Dewey is a fast filesystem index/search library for Python
https://github.com/chadwhitacre/dewey
Last synced: about 2 months ago
JSON representation
Dewey is a fast filesystem index/search library for Python
- Host: GitHub
- URL: https://github.com/chadwhitacre/dewey
- Owner: chadwhitacre
- Created: 2011-09-29T20:58:49.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2015-03-16T12:51:35.000Z (almost 10 years ago)
- Last Synced: 2023-03-14T08:25:19.208Z (almost 2 years ago)
- Language: Python
- Homepage:
- Size: 246 KB
- Stars: 2
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Dewey provides fast indexing and searching of your filesystem, so you can use it instead of an RDBMS. It's in the same box with:
- Google Desktop Search
- Spotlight
- WinFS
- Zope's ZCatalogCurrent status is alpha. We've implemented the basic API for instantiating a so-called 'catalog' with 'indices' of your own design. There are a couple indices implemented already (Enumeration, Path, String), and there is a basic sort/limit implementation. The command-line client is both an example for the library and a useful tool in it's own right.
https://github.com/whit537/dewey/wiki/Quick-Start