mwmitchell / raven
- Source
- Commits
- Network (0)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
raven /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Fri Jun 05 13:00:39 -0700 2009 | |
| |
README.rdoc | Sat Dec 19 12:08:55 -0800 2009 | |
| |
TODO.txt | Mon Nov 23 17:41:16 -0800 2009 | |
| |
indexing-strategy.txt | Wed Jun 03 08:11:49 -0700 2009 | |
| |
solr/ | Mon Dec 21 09:34:11 -0800 2009 | |
| |
type_profiles.txt | Wed Jun 03 08:11:49 -0700 2009 | |
| |
web/ | Mon Dec 21 13:03:20 -0800 2009 |
README.rdoc
Raven
Raven is a flexible framework for indexing, searching and displaying various data formats. In its preliminary stages, Raven has shown to work with TEI, EAD and VRA as well as other, non-XML formats. The framework aims to provide out of the box “profiles” for different data formats. Profiles will include indexing strategies, view templates and user interface widgets for working with the data in meaningful ways. The modern software stack is all open source. Ruby on Rails provides the application framework while Solr provides the search engine and data store.
Indexing the demo (TEI) data:
# move into web app dir…
cd web rake solr:start
new shell window…
cd web rake index:swinburne --trace
wait…
./script/server
browse to localhost:3000/swinburne
